Modifier and Type | Class and Description |
---|---|
class |
SslConnection
SSL Connection.
|
Modifier and Type | Method and Description |
---|---|
abstract AsyncConnection |
SelectorManager.newConnection(SocketChannel channel,
AsyncEndPoint endpoint,
Object attachment) |
Modifier and Type | Class and Description |
---|---|
class |
AsyncHttpConnection
Asychronous Server HTTP connection
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectHandler.ClientToProxyConnection |
class |
ConnectHandler.ProxyToServerConnection |
Modifier and Type | Method and Description |
---|---|
protected AsyncConnection |
SelectChannelConnector.newConnection(SocketChannel channel,
AsyncEndPoint endpoint) |
Modifier and Type | Method and Description |
---|---|
protected AsyncConnection |
SslSelectChannelConnector.newConnection(SocketChannel channel,
AsyncEndPoint endpoint) |
protected AsyncConnection |
SslSelectChannelConnector.newPlainConnection(SocketChannel channel,
AsyncEndPoint endPoint) |
Modifier and Type | Interface and Description |
---|---|
interface |
WebSocketConnection |
interface |
WebSocketServletConnection |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketConnectionD00 |
class |
WebSocketConnectionD06 |
class |
WebSocketConnectionD08 |
class |
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 ...
|
class |
WebSocketServletConnectionD00 |
class |
WebSocketServletConnectionD06 |
class |
WebSocketServletConnectionD08 |
class |
WebSocketServletConnectionRFC6455 |
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.