Modifier and Type | Class and Description |
---|---|
class |
Ajp13Connection
Connection implementation of the Ajp13 protocol.
|
Modifier and Type | Method and Description |
---|---|
protected Connection |
Ajp13SocketConnector.newConnection(EndPoint endpoint) |
Modifier and Type | Method and Description |
---|---|
Connection |
AsyncHttpConnection.handle() |
Connection |
BlockingHttpConnection.handle() |
abstract Connection |
AbstractHttpConnection.handle() |
protected Connection |
HttpExchange.onSwitchProtocol(EndPoint endp) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnection |
Modifier and Type | Field and Description |
---|---|
protected Connection |
ByteArrayEndPoint._connection |
Modifier and Type | Method and Description |
---|---|
Connection |
ConnectedEndPoint.getConnection() |
Connection |
ByteArrayEndPoint.getConnection() |
Connection |
Connection.handle()
Handle the connection.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectedEndPoint.setConnection(Connection connection) |
void |
ByteArrayEndPoint.setConnection(Connection connection) |
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncConnection |
Modifier and Type | Class and Description |
---|---|
class |
SslConnection
SSL Connection.
|
Modifier and Type | Method and Description |
---|---|
Connection |
SelectChannelEndPoint.getConnection() |
Connection |
SslConnection.SslEndPoint.getConnection() |
Connection |
SslConnection.handle() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
SelectorManager.endPointUpgraded(ConnectedEndPoint endpoint,
Connection oldConnection) |
void |
SelectChannelEndPoint.setConnection(Connection connection) |
void |
SslConnection.SslEndPoint.setConnection(Connection connection) |
Modifier and Type | Class and Description |
---|---|
class |
NestedConnection |
Modifier and Type | Method and Description |
---|---|
Connection |
NestedConnection.handle() |
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 | Method and Description |
---|---|
Connection |
AsyncHttpConnection.handle() |
Connection |
BlockingHttpConnection.handle() |
abstract Connection |
AbstractHttpConnection.handle() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractConnector.connectionClosed(Connection connection) |
protected void |
AbstractConnector.connectionOpened(Connection connection) |
protected void |
AbstractConnector.connectionUpgraded(Connection oldConnection,
Connection newConnection) |
Modifier and Type | Method and Description |
---|---|
Connection |
SocketConnector.ConnectorEndPoint.getConnection() |
protected Connection |
SocketConnector.newConnection(EndPoint endpoint)
Allows subclass to override Conection if required.
|
Modifier and Type | Method and Description |
---|---|
void |
SocketConnector.ConnectorEndPoint.setConnection(Connection connection) |
Modifier and Type | Class and Description |
---|---|
class |
ConnectHandler.ClientToProxyConnection |
class |
ConnectHandler.ProxyToServerConnection |
Modifier and Type | Method and Description |
---|---|
Connection |
ConnectHandler.ProxyToServerConnection.handle() |
Connection |
ConnectHandler.ClientToProxyConnection.handle() |
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 |
Modifier and Type | Method and Description |
---|---|
Connection |
WebSocketConnectionD00.handle() |
Connection |
WebSocketConnectionRFC6455.handle() |
Connection |
WebSocketConnectionD06.handle() |
Connection |
WebSocketConnectionD08.handle() |
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.