| Package | Description |
|---|---|
| org.eclipse.jetty.websocket |
| Class and Description |
|---|
| AbstractExtension |
| Extension |
| MaskGen |
| WebSocket
WebSocket Interface.
|
| WebSocket.Connection
A Connection interface is passed to a WebSocket instance via the
WebSocket.onOpen(Connection) to
give the application access to the specifics of the current connection. |
| WebSocket.FrameConnection
Frame Level Connection
|
| WebSocketBuffers
The WebSocket Buffer Pool.
|
WebSocketClient
WebSocketClient allows to create multiple connections to multiple destinations
that can speak the websocket protocol. |
| WebSocketClientFactory
WebSocketClientFactory contains the common components needed by multiple
WebSocketClient instances
(for example, a ThreadPool, a NIO selector, etc). |
| WebSocketConnection |
| WebSocketConnectionD00 |
| WebSocketConnectionD06 |
| WebSocketConnectionD08 |
| WebSocketConnectionRFC6455
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-------+-+-------------+-------------------------------+
|F|R|R|R| opcode|M| Payload len | Extended payload length |
|I|S|S|S| (4) |A| (7) | (16/64) |
|N|V|V|V| |S| | (if payload len==126/127) |
| |1|2|3| |K| | |
+-+-+-+-+-------+-+-------------+ - - - - - - - - - - - - - - - +
| Extended payload length continued, if payload len == 127 |
+ - - - - - - - - - - - - - - - +-------------------------------+
| |Masking-key, if MASK set to 1 |
+-------------------------------+-------------------------------+
| Masking-key (continued) | Payload Data |
+-------------------------------- - - - - - - - - - - - - - - - +
: Payload Data continued ...
|
| WebSocketFactory
Factory to create WebSocket connections
|
| WebSocketFactory.Acceptor |
| WebSocketGenerator
WebSocketGenerator.
|
| WebSocketParser
Parser the WebSocket protocol.
|
| WebSocketParser.FrameHandler |
| WebSocketParserD06.State |
| WebSocketParserD08.State |
| WebSocketParserRFC6455.State |
| WebSocketServletConnection |
Copyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.