See: Description
Interface | Description |
---|---|
LogicalConnection | |
SessionFactory |
Interface for creating jetty
WebSocketSession objects. |
SessionListener |
Basic listener interface for Session open/close.
|
Class | Description |
---|---|
AcceptHash |
Logic for working with the
Sec-WebSocket-Key and Sec-WebSocket-Accept headers. |
BlockingWriteCallback |
extend a SharedlBlockingCallback to an websocket WriteCallback
|
BlockingWriteCallback.WriteBlocker | |
CloseInfo | |
Generator |
Generating a frame in WebSocket land.
|
OpCode | |
Parser |
Parsing of a frames in WebSocket land.
|
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.
|
Enum | Description |
---|---|
ConnectionState |
Connection states as outlined in RFC6455.
|
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.
Copyright © 1995-2015 Webtide. All Rights Reserved.