| Package | Description |
|---|---|
| org.eclipse.jetty.io.nio | |
| org.eclipse.jetty.server | |
| org.eclipse.jetty.server.handler | |
| org.eclipse.jetty.server.nio | |
| org.eclipse.jetty.server.ssl |
| Modifier and Type | Class and Description |
|---|---|
class |
SslConnection
SSL Connection.
|
| Modifier and Type | Method and Description |
|---|---|
abstract AsyncConnection |
SelectorManager.newConnection(SocketChannel channel,
AsyncEndPoint endpoint,
Object attachment) |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncHttpConnection
Asychronous Server HTTP connection
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectHandler.ClientToProxyConnection |
class |
ConnectHandler.ProxyToServerConnection |
| 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) |
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.