|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 AsyncEndPoint 的软件包 | |
|---|---|
| org.eclipse.jetty.io.nio | |
| org.eclipse.jetty.server.handler | |
| org.eclipse.jetty.server.nio | |
| org.eclipse.jetty.server.ssl | |
| org.eclipse.jetty.io.nio 中 AsyncEndPoint 的使用 |
|---|
| 实现 AsyncEndPoint 的 org.eclipse.jetty.io.nio 中的类 | |
|---|---|
class |
NetworkTrafficSelectChannelEndPoint
|
class |
SelectChannelEndPoint
An Endpoint that can be scheduled by SelectorManager. |
class |
SslConnection.SslEndPoint
|
| 返回 AsyncEndPoint 的 org.eclipse.jetty.io.nio 中的方法 | |
|---|---|
AsyncEndPoint |
SslConnection.SslEndPoint.getEndpoint()
|
AsyncEndPoint |
SslConnection.getSslEndPoint()
|
| 参数类型为 AsyncEndPoint 的 org.eclipse.jetty.io.nio 中的方法 | |
|---|---|
abstract AsyncConnection |
SelectorManager.newConnection(SocketChannel channel,
AsyncEndPoint endpoint,
Object attachment)
|
| org.eclipse.jetty.server.handler 中 AsyncEndPoint 的使用 |
|---|
| 参数类型为 AsyncEndPoint 的 org.eclipse.jetty.server.handler 中的方法 | |
|---|---|
void |
ConnectHandler.ProxyToServerConnection.setEndPoint(AsyncEndPoint endpoint)
|
| org.eclipse.jetty.server.nio 中 AsyncEndPoint 的使用 |
|---|
| 参数类型为 AsyncEndPoint 的 org.eclipse.jetty.server.nio 中的方法 | |
|---|---|
protected AsyncConnection |
SelectChannelConnector.newConnection(SocketChannel channel,
AsyncEndPoint endpoint)
|
| org.eclipse.jetty.server.ssl 中 AsyncEndPoint 的使用 |
|---|
| 参数类型为 AsyncEndPoint 的 org.eclipse.jetty.server.ssl 中的方法 | |
|---|---|
protected AsyncConnection |
SslSelectChannelConnector.newConnection(SocketChannel channel,
AsyncEndPoint endpoint)
|
protected AsyncConnection |
SslSelectChannelConnector.newPlainConnection(SocketChannel channel,
AsyncEndPoint endPoint)
|
protected SslConnection |
SslSelectChannelConnector.newSslConnection(AsyncEndPoint endpoint,
SSLEngine engine)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||