Package org.eclipse.jetty.websocket.common
Jetty WebSocket Common : Implementation [Internal Use Only]
A core set of internal implementation classes for the Jetty WebSocket API.
Note: do not reference or use classes present in this package space in your code.
Restrict your usage to the Jetty WebSocket API classes, the Jetty WebSocket Client API,
or the Jetty WebSocket Servlet API.
-
Interface Summary Interface Description LogicalConnection RemoteEndpointFactory SessionFactory Interface for creating jettyWebSocketSession
objects.WebSocketSessionListener -
Class Summary Class Description AcceptHash Logic for working with theSec-WebSocket-Key
andSec-WebSocket-Accept
headers.BlockingWriteCallback Extends aSharedBlockingCallback
to a WebSocketWriteCallback
BlockingWriteCallback.WriteBlocker CloseInfo Generator Generating a frame in WebSocket land.OpCode Parser Parsing of a frames in WebSocket land.SessionTracker UpgradeRequestAdapter UpgradeResponseAdapter WebSocketFrame A Base Frame as seen in RFC 6455.WebSocketRemoteEndpoint Endpoint for Writing messages to the Remote websocket.WebSocketSession WebSocketSessionFactory Default Session factory, creating WebSocketSession objects.