Package | Description |
---|---|
org.eclipse.jetty.ajp | |
org.eclipse.jetty.io.nio | |
org.eclipse.jetty.nested | |
org.eclipse.jetty.server | |
org.eclipse.jetty.websocket |
Modifier and Type | Class and Description |
---|---|
class |
Ajp13Connection
Connection implementation of the Ajp13 protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
SslConnection
SSL Connection.
|
Modifier and Type | Class and Description |
---|---|
class |
NestedConnection |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpConnection
A HttpConnection represents the connection of a HTTP client to the server
and is created by an instance of a
Connector . |
class |
AsyncHttpConnection
Asychronous Server HTTP connection
|
class |
BlockingHttpConnection
Blocking Server HTTP Connection
|
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-2013 Mort Bay Consulting. All Rights Reserved.