Package org.eclipse.jetty.websocket.common
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.
-
ClassDescriptionLogic for working with the
Sec-WebSocket-Key
andSec-WebSocket-Accept
headers.Extends aSharedBlockingCallback
to a WebSocketWriteCallback
Generating a frame in WebSocket land.Parsing of a frames in WebSocket land.Interface for creating jettyWebSocketSession
objects.A Base Frame as seen in RFC 6455.Endpoint for Writing messages to the Remote websocket.Default Session factory, creating WebSocketSession objects.