Package | Description |
---|---|
org.eclipse.jetty.io | |
org.eclipse.jetty.io.nio | |
org.eclipse.jetty.server | |
org.eclipse.jetty.server.bio | |
org.eclipse.jetty.server.handler |
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 |
SslConnection.SslEndPoint.getConnection() |
Connection |
SelectChannelEndPoint.getConnection() |
Connection |
SslConnection.handle() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
SelectorManager.endPointUpgraded(ConnectedEndPoint endpoint,
Connection oldConnection) |
void |
SslConnection.SslEndPoint.setConnection(Connection connection) |
void |
SelectChannelEndPoint.setConnection(Connection connection) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpConnection
A HttpConnection represents the connection of a HTTP client to the server
and is created by an instance of a
Connector . |
class |
AsyncHttpConnection
Asychronous Server HTTP connection
|
class |
BlockingHttpConnection
Blocking Server HTTP Connection
|
Modifier and Type | Method and Description |
---|---|
Connection |
AsyncHttpConnection.handle() |
Connection |
BlockingHttpConnection.handle() |
abstract Connection |
AbstractHttpConnection.handle() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractConnector.connectionClosed(Connection connection) |
protected void |
AbstractConnector.connectionOpened(Connection connection) |
protected void |
AbstractConnector.connectionUpgraded(Connection oldConnection,
Connection newConnection) |
Modifier and Type | Method and Description |
---|---|
Connection |
SocketConnector.ConnectorEndPoint.getConnection() |
protected Connection |
SocketConnector.newConnection(EndPoint endpoint)
Allows subclass to override Conection if required.
|
Modifier and Type | Method and Description |
---|---|
void |
SocketConnector.ConnectorEndPoint.setConnection(Connection connection) |
Modifier and Type | Class and Description |
---|---|
class |
ConnectHandler.ClientToProxyConnection |
class |
ConnectHandler.ProxyToServerConnection |
Modifier and Type | Method and Description |
---|---|
Connection |
ConnectHandler.ProxyToServerConnection.handle() |
Connection |
ConnectHandler.ClientToProxyConnection.handle() |
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.