Uses of Package
org.eclipse.jetty.websocket.api
Packages that use org.eclipse.jetty.websocket.api
-
Classes in org.eclipse.jetty.websocket.api used by org.eclipse.jetty.websocket.apiClassDescriptionA callback object that handles success/failure events of asynchronous operations.A
Callback
that is also aCompletableFuture
.Implementations allow to configure WebSocket parameters.Represents an Extension Configuration, as seen during the connection Handshake process.An immutable websocket frame.Session
represents an active link of communication with a remote WebSocket endpoint.The passive link of communication with a remote WebSocket endpoint.Tag interface that signals that the WebSocket endpoint is demanding for WebSocket frames automatically.The HTTP Upgrade to WebSocket RequestThe HTTP Upgrade to WebSocket ResponseInterface for Listeners that are interested in knowing about the Session history.