Modifier and Type | Class and Description |
---|---|
class |
ALPNClientConnection |
Modifier and Type | Method and Description |
---|---|
Connection |
ALPNClientConnectionFactory.newConnection(EndPoint endPoint,
Map<String,Object> context) |
Modifier and Type | Class and Description |
---|---|
class |
ALPNServerConnection |
Modifier and Type | Method and Description |
---|---|
Connection |
Socks4Proxy.Socks4ProxyClientConnectionFactory.newConnection(EndPoint endPoint,
Map<String,Object> context) |
Connection |
HttpProxy.HttpProxyClientConnectionFactory.newConnection(EndPoint endPoint,
Map<String,Object> context) |
Connection |
AbstractHttpClientTransport.ClientSelectorManager.newConnection(SocketChannel channel,
EndPoint endPoint,
Object attachment) |
Modifier and Type | Class and Description |
---|---|
class |
HttpConnectionOverHTTP |
Modifier and Type | Method and Description |
---|---|
Connection |
HttpClientTransportOverHTTP.newConnection(EndPoint endPoint,
Map<String,Object> context) |
Modifier and Type | Class and Description |
---|---|
class |
HttpConnectionOverFCGI |
Modifier and Type | Method and Description |
---|---|
Connection |
HttpClientTransportOverFCGI.newConnection(EndPoint endPoint,
Map<String,Object> context) |
Modifier and Type | Class and Description |
---|---|
class |
ServerFCGIConnection |
Modifier and Type | Method and Description |
---|---|
Connection |
ServerFCGIConnectionFactory.newConnection(Connector connector,
EndPoint endPoint) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnection
A convenience base implementation of
Connection . |
class |
NegotiatingClientConnection |
Modifier and Type | Method and Description |
---|---|
Connection |
EndPoint.getConnection() |
Connection |
AbstractEndPoint.getConnection() |
Connection |
ClientConnectionFactory.newConnection(EndPoint endPoint,
Map<String,Object> context) |
abstract Connection |
SelectorManager.newConnection(SocketChannel channel,
EndPoint endpoint,
Object attachment)
Factory method to create
Connection . |
Modifier and Type | Method and Description |
---|---|
void |
SelectorManager.connectionClosed(Connection connection)
Callback method invoked when a connection is closed.
|
void |
SelectorManager.connectionOpened(Connection connection)
Callback method invoked when a connection is opened.
|
void |
Connection.Listener.onClosed(Connection connection) |
void |
Connection.Listener.Adapter.onClosed(Connection connection) |
void |
Connection.Listener.onOpened(Connection connection) |
void |
Connection.Listener.Adapter.onOpened(Connection connection) |
static void |
ClientConnectionFactory.Helper.replaceConnection(Connection oldConnection,
Connection newConnection)
Replaces the given
oldConnection with the given newConnection on the
EndPoint associated with oldConnection , performing connection lifecycle management. |
void |
EndPoint.setConnection(Connection connection) |
void |
AbstractEndPoint.setConnection(Connection connection) |
Modifier and Type | Class and Description |
---|---|
class |
SslConnection
A Connection that acts as an interceptor between an EndPoint providing SSL encrypted data
and another consumer of an EndPoint (typically an
Connection like HttpConnection) that
wants unencrypted data. |
Modifier and Type | Method and Description |
---|---|
Connection |
SslClientConnectionFactory.newConnection(EndPoint endPoint,
Map<String,Object> context) |
Modifier and Type | Method and Description |
---|---|
void |
SslConnection.DecryptedEndPoint.setConnection(Connection connection) |
Modifier and Type | Class and Description |
---|---|
class |
ConnectHandler.DownstreamConnection |
class |
ConnectHandler.UpstreamConnection |
class |
ProxyConnection |
Modifier and Type | Method and Description |
---|---|
Connection |
ProxyConnection.getConnection() |
Connection |
ConnectHandler.ConnectManager.newConnection(SocketChannel channel,
EndPoint endpoint,
Object attachment) |
Modifier and Type | Method and Description |
---|---|
void |
ProxyConnection.setConnection(Connection connection) |
Modifier and Type | Class and Description |
---|---|
class |
HttpConnection
A
Connection that handles the HTTP protocol. |
class |
NegotiatingServerConnection |
Modifier and Type | Method and Description |
---|---|
Connection |
SslConnectionFactory.newConnection(Connector connector,
EndPoint endPoint) |
Connection |
NegotiatingServerConnectionFactory.newConnection(Connector connector,
EndPoint endPoint) |
Connection |
HttpConnectionFactory.newConnection(Connector connector,
EndPoint endPoint) |
Connection |
ConnectionFactory.newConnection(Connector connector,
EndPoint endPoint)
Creates a new
Connection with the given parameters |
Modifier and Type | Method and Description |
---|---|
void |
ConnectorStatistics.onClosed(Connection connection) |
void |
ConnectorStatistics.onOpened(Connection connection) |
Modifier and Type | Method and Description |
---|---|
void |
DebugHandler.onClosed(Connection connection) |
void |
DebugHandler.onOpened(Connection connection) |
Modifier and Type | Class and Description |
---|---|
class |
NPNClientConnection |
class |
SPDYConnection |
Modifier and Type | Method and Description |
---|---|
Connection |
SPDYClientConnectionFactory.newConnection(EndPoint endPoint,
Map<String,Object> context) |
Connection |
NPNClientConnectionFactory.newConnection(EndPoint endPoint,
Map<String,Object> context) |
Modifier and Type | Method and Description |
---|---|
Connection |
HttpClientTransportOverSPDY.newConnection(EndPoint endPoint,
Map<String,Object> context) |
Modifier and Type | Class and Description |
---|---|
class |
NPNServerConnection |
Modifier and Type | Method and Description |
---|---|
Connection |
SPDYServerConnectionFactory.newConnection(Connector connector,
EndPoint endPoint) |
Modifier and Type | Class and Description |
---|---|
class |
ProxyHTTPSPDYConnection |
Modifier and Type | Method and Description |
---|---|
Connection |
ProxyHTTPConnectionFactory.newConnection(Connector connector,
EndPoint endPoint) |
Modifier and Type | Class and Description |
---|---|
class |
UpgradeConnection
This is the initial connection handling that exists immediately after physical connection is established to destination server.
|
class |
WebSocketClientConnection
Client side WebSocket physical connection.
|
Modifier and Type | Method and Description |
---|---|
Connection |
WebSocketClientSelectorManager.newConnection(SocketChannel channel,
EndPoint endPoint,
Object attachment) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWebSocketConnection
Provides the implementation of
LogicalConnection within the framework of the new Connection framework of jetty-io . |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketServerConnection |
Copyright © 1995-2015 Webtide. All Rights Reserved.