Package | Description |
---|---|
org.eclipse.jetty.io.nio | |
org.eclipse.jetty.server.handler | |
org.eclipse.jetty.server.nio | |
org.eclipse.jetty.server.ssl |
Modifier and Type | Class and Description |
---|---|
class |
NetworkTrafficSelectChannelEndPoint |
class |
SelectChannelEndPoint
An Endpoint that can be scheduled by
SelectorManager . |
class |
SslConnection.SslEndPoint |
Modifier and Type | Method and Description |
---|---|
AsyncEndPoint |
SslConnection.SslEndPoint.getEndpoint() |
AsyncEndPoint |
SslConnection.getSslEndPoint() |
Modifier and Type | Method and Description |
---|---|
abstract AsyncConnection |
SelectorManager.newConnection(SocketChannel channel,
AsyncEndPoint endpoint,
Object attachment) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectHandler.ProxyToServerConnection.setEndPoint(AsyncEndPoint endpoint) |
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) |
protected SslConnection |
SslSelectChannelConnector.newSslConnection(AsyncEndPoint endpoint,
SSLEngine engine) |
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.