|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| org.eclipse.jetty.ajp 中 Connection 的使用 |
|---|
| 实现 Connection 的 org.eclipse.jetty.ajp 中的类 | |
|---|---|
class |
Ajp13Connection
Connection implementation of the Ajp13 protocol. |
| 返回 Connection 的 org.eclipse.jetty.ajp 中的方法 | |
|---|---|
protected Connection |
Ajp13SocketConnector.newConnection(EndPoint endpoint)
|
| org.eclipse.jetty.client 中 Connection 的使用 |
|---|
| 实现 Connection 的 org.eclipse.jetty.client 中的类 | |
|---|---|
class |
AsyncHttpConnection
Asynchronous Client HTTP Connection |
| 返回 Connection 的 org.eclipse.jetty.client 中的方法 | |
|---|---|
Connection |
BlockingHttpConnection.handle()
|
Connection |
AsyncHttpConnection.handle()
|
abstract Connection |
AbstractHttpConnection.handle()
|
protected Connection |
HttpExchange.onSwitchProtocol(EndPoint endp)
|
| org.eclipse.jetty.io 中 Connection 的使用 |
|---|
| 实现 Connection 的 org.eclipse.jetty.io 中的类 | |
|---|---|
class |
AbstractConnection
|
| 声明为 Connection 的 org.eclipse.jetty.io 中的字段 | |
|---|---|
protected Connection |
ByteArrayEndPoint._connection
|
| 返回 Connection 的 org.eclipse.jetty.io 中的方法 | |
|---|---|
Connection |
ConnectedEndPoint.getConnection()
|
Connection |
ByteArrayEndPoint.getConnection()
|
Connection |
Connection.handle()
Handle the connection. |
| 参数类型为 Connection 的 org.eclipse.jetty.io 中的方法 | |
|---|---|
void |
ConnectedEndPoint.setConnection(Connection connection)
|
void |
ByteArrayEndPoint.setConnection(Connection connection)
|
| org.eclipse.jetty.io.nio 中 Connection 的使用 |
|---|
| org.eclipse.jetty.io.nio 中 Connection 的子接口 | |
|---|---|
interface |
AsyncConnection
|
| 实现 Connection 的 org.eclipse.jetty.io.nio 中的类 | |
|---|---|
class |
SslConnection
SSL Connection. |
| 返回 Connection 的 org.eclipse.jetty.io.nio 中的方法 | |
|---|---|
Connection |
SslConnection.SslEndPoint.getConnection()
|
Connection |
SelectChannelEndPoint.getConnection()
|
Connection |
SslConnection.handle()
|
| 参数类型为 Connection 的 org.eclipse.jetty.io.nio 中的方法 | |
|---|---|
protected abstract void |
SelectorManager.endPointUpgraded(ConnectedEndPoint endpoint,
Connection oldConnection)
|
void |
SslConnection.SslEndPoint.setConnection(Connection connection)
|
void |
SelectChannelEndPoint.setConnection(Connection connection)
|
| org.eclipse.jetty.nested 中 Connection 的使用 |
|---|
| 实现 Connection 的 org.eclipse.jetty.nested 中的类 | |
|---|---|
class |
NestedConnection
|
| 返回 Connection 的 org.eclipse.jetty.nested 中的方法 | |
|---|---|
Connection |
NestedConnection.handle()
|
| org.eclipse.jetty.server 中 Connection 的使用 |
|---|
| 实现 Connection 的 org.eclipse.jetty.server 中的类 | |
|---|---|
class |
AbstractHttpConnection
A HttpConnection represents the connection of a HTTP client to the server and is created by an instance of a Connector. |
class |
BlockingHttpConnection
Blocking Server HTTP Connection |
| 返回 Connection 的 org.eclipse.jetty.server 中的方法 | |
|---|---|
Connection |
BlockingHttpConnection.handle()
|
Connection |
AsyncHttpConnection.handle()
|
abstract Connection |
AbstractHttpConnection.handle()
|
| 参数类型为 Connection 的 org.eclipse.jetty.server 中的方法 | |
|---|---|
protected void |
AbstractConnector.connectionClosed(Connection connection)
|
protected void |
AbstractConnector.connectionOpened(Connection connection)
|
protected void |
AbstractConnector.connectionUpgraded(Connection oldConnection,
Connection newConnection)
|
| org.eclipse.jetty.server.bio 中 Connection 的使用 |
|---|
| 返回 Connection 的 org.eclipse.jetty.server.bio 中的方法 | |
|---|---|
Connection |
SocketConnector.ConnectorEndPoint.getConnection()
|
protected Connection |
SocketConnector.newConnection(EndPoint endpoint)
Allows subclass to override Conection if required. |
| 参数类型为 Connection 的 org.eclipse.jetty.server.bio 中的方法 | |
|---|---|
void |
SocketConnector.ConnectorEndPoint.setConnection(Connection connection)
|
| org.eclipse.jetty.server.handler 中 Connection 的使用 |
|---|
| 实现 Connection 的 org.eclipse.jetty.server.handler 中的类 | |
|---|---|
class |
ConnectHandler.ClientToProxyConnection
|
class |
ConnectHandler.ProxyToServerConnection
|
| 返回 Connection 的 org.eclipse.jetty.server.handler 中的方法 | |
|---|---|
Connection |
ConnectHandler.ProxyToServerConnection.handle()
|
Connection |
ConnectHandler.ClientToProxyConnection.handle()
|
| org.eclipse.jetty.websocket 中 Connection 的使用 |
|---|
| org.eclipse.jetty.websocket 中 Connection 的子接口 | |
|---|---|
interface |
WebSocketConnection
|
interface |
WebSocketServletConnection
|
| 实现 Connection 的 org.eclipse.jetty.websocket 中的类 | |
|---|---|
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
|
| 返回 Connection 的 org.eclipse.jetty.websocket 中的方法 | |
|---|---|
Connection |
WebSocketConnectionRFC6455.handle()
|
Connection |
WebSocketConnectionD08.handle()
|
Connection |
WebSocketConnectionD06.handle()
|
Connection |
WebSocketConnectionD00.handle()
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||