Uses of Class
org.eclipse.jetty.websocket.api.exceptions.WebSocketTimeoutException
Packages that use WebSocketTimeoutException
Package
Description
Jetty WebSocket Common : Implementation [Internal Use Only]
- 
Uses of WebSocketTimeoutException in org.eclipse.jetty.websocket.api
Method parameters in org.eclipse.jetty.websocket.api with type arguments of type WebSocketTimeoutExceptionModifier and TypeMethodDescriptionvoidSession.addIdleTimeoutListener(Predicate<WebSocketTimeoutException> onIdleTimeout) Adds a listener for websocket idle timeouts. - 
Uses of WebSocketTimeoutException in org.eclipse.jetty.websocket.common
Method parameters in org.eclipse.jetty.websocket.common with type arguments of type WebSocketTimeoutExceptionModifier and TypeMethodDescriptionvoidWebSocketSession.addIdleTimeoutListener(Predicate<WebSocketTimeoutException> onIdleTimeout)