Package org.eclipse.jetty.websocket.api
package org.eclipse.jetty.websocket.api
-
ClassDescriptionA 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 ResponseGeneric interface to the Container (server or client)Interface for Listeners that are interested in knowing about the Session history.