|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AsyncEndPoint | |
|---|---|
| org.eclipse.jetty.io.nio | |
| org.eclipse.jetty.server.handler | |
| org.eclipse.jetty.server.nio | |
| org.eclipse.jetty.server.ssl | |
| Uses of AsyncEndPoint in org.eclipse.jetty.io.nio |
|---|
| Classes in org.eclipse.jetty.io.nio that implement AsyncEndPoint | |
|---|---|
class |
NetworkTrafficSelectChannelEndPoint
|
class |
SelectChannelEndPoint
An Endpoint that can be scheduled by SelectorManager. |
class |
SslConnection.SslEndPoint
|
| Methods in org.eclipse.jetty.io.nio that return AsyncEndPoint | |
|---|---|
AsyncEndPoint |
SslConnection.SslEndPoint.getEndpoint()
|
AsyncEndPoint |
SslConnection.getSslEndPoint()
|
| Methods in org.eclipse.jetty.io.nio with parameters of type AsyncEndPoint | |
|---|---|
abstract AsyncConnection |
SelectorManager.newConnection(SocketChannel channel,
AsyncEndPoint endpoint,
Object attachment)
|
| Uses of AsyncEndPoint in org.eclipse.jetty.server.handler |
|---|
| Methods in org.eclipse.jetty.server.handler with parameters of type AsyncEndPoint | |
|---|---|
void |
ConnectHandler.ProxyToServerConnection.setEndPoint(AsyncEndPoint endpoint)
|
| Uses of AsyncEndPoint in org.eclipse.jetty.server.nio |
|---|
| Methods in org.eclipse.jetty.server.nio with parameters of type AsyncEndPoint | |
|---|---|
protected AsyncConnection |
SelectChannelConnector.newConnection(SocketChannel channel,
AsyncEndPoint endpoint)
|
| Uses of AsyncEndPoint in org.eclipse.jetty.server.ssl |
|---|
| Methods in org.eclipse.jetty.server.ssl with parameters of type AsyncEndPoint | |
|---|---|
protected AsyncConnection |
SslSelectChannelConnector.newConnection(SocketChannel channel,
AsyncEndPoint endpoint)
|
protected AsyncConnection |
SslSelectChannelConnector.newPlainConnection(SocketChannel channel,
AsyncEndPoint endPoint)
|
protected SslConnection |
SslSelectChannelConnector.newSslConnection(AsyncEndPoint endpoint,
SSLEngine engine)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||