| Package | Description |
|---|---|
| org.eclipse.jetty.io | |
| org.eclipse.jetty.io.nio |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConnection |
| Modifier and Type | Field and Description |
|---|---|
protected Connection |
ByteArrayEndPoint._connection |
| Modifier and Type | Method and Description |
|---|---|
Connection |
ConnectedEndPoint.getConnection() |
Connection |
ByteArrayEndPoint.getConnection() |
Connection |
Connection.handle()
Handle the connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectedEndPoint.setConnection(Connection connection) |
void |
ByteArrayEndPoint.setConnection(Connection connection) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncConnection |
| Modifier and Type | Class and Description |
|---|---|
class |
SslConnection
SSL Connection.
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
SelectChannelEndPoint.getConnection() |
Connection |
SslConnection.SslEndPoint.getConnection() |
Connection |
SslConnection.handle() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
SelectorManager.endPointUpgraded(ConnectedEndPoint endpoint,
Connection oldConnection) |
void |
SelectChannelEndPoint.setConnection(Connection connection) |
void |
SslConnection.SslEndPoint.setConnection(Connection connection) |
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.