Modifier and Type | Class and Description |
---|---|
class |
ALPNClientConnection |
Modifier and Type | Method and Description |
---|---|
Connection |
ALPNClientConnectionFactory.newConnection(EndPoint endPoint,
java.util.Map<java.lang.String,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
void |
OpenJDK8ClientALPNProcessor.configure(javax.net.ssl.SSLEngine sslEngine,
Connection connection) |
Modifier and Type | Method and Description |
---|---|
void |
OpenJDK8ServerALPNProcessor.configure(javax.net.ssl.SSLEngine sslEngine,
Connection connection) |
Modifier and Type | Class and Description |
---|---|
class |
ALPNServerConnection |
Modifier and Type | Method and Description |
---|---|
Connection |
Socks4Proxy.Socks4ProxyClientConnectionFactory.newConnection(EndPoint endPoint,
java.util.Map<java.lang.String,java.lang.Object> context) |
Connection |
AbstractConnectorHttpClientTransport.ClientSelectorManager.newConnection(java.nio.channels.SelectableChannel channel,
EndPoint endPoint,
java.lang.Object attachment) |
Modifier and Type | Class and Description |
---|---|
class |
HttpConnectionOverHTTP |
Modifier and Type | Method and Description |
---|---|
Connection |
HttpClientTransportOverHTTP.newConnection(EndPoint endPoint,
java.util.Map<java.lang.String,java.lang.Object> context) |
Modifier and Type | Class and Description |
---|---|
class |
HttpConnectionOverFCGI |
Modifier and Type | Method and Description |
---|---|
Connection |
HttpClientTransportOverFCGI.newConnection(EndPoint endPoint,
java.util.Map<java.lang.String,java.lang.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 |
HTTP2Connection |
Modifier and Type | Method and Description |
---|---|
Connection |
HTTP2ClientConnectionFactory.newConnection(EndPoint endPoint,
java.util.Map<java.lang.String,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
Connection |
HttpClientTransportOverHTTP2.newConnection(EndPoint endPoint,
java.util.Map<java.lang.String,java.lang.Object> context) |
Modifier and Type | Class and Description |
---|---|
class |
HTTP2ServerConnection |
Modifier and Type | Method and Description |
---|---|
Connection |
AbstractHTTP2ServerConnectionFactory.newConnection(Connector connector,
EndPoint endPoint) |
Connection |
HTTP2CServerConnectionFactory.upgradeConnection(Connector connector,
EndPoint endPoint,
MetaData.Request request,
HttpFields response101) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer.onClosed(Connection connection) |
void |
AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer.onOpened(Connection connection) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnection
A convenience base implementation of
Connection . |
class |
NegotiatingClientConnection |
Modifier and Type | Method and Description |
---|---|
default Connection |
ClientConnectionFactory.customize(Connection connection,
java.util.Map<java.lang.String,java.lang.Object> context) |
Connection |
EndPoint.getConnection() |
Connection |
AbstractEndPoint.getConnection() |
Connection |
ClientConnectionFactory.newConnection(EndPoint endPoint,
java.util.Map<java.lang.String,java.lang.Object> context) |
abstract Connection |
SelectorManager.newConnection(java.nio.channels.SelectableChannel channel,
EndPoint endpoint,
java.lang.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.
|
default Connection |
ClientConnectionFactory.customize(Connection connection,
java.util.Map<java.lang.String,java.lang.Object> context) |
void |
ConnectionStatistics.onClosed(Connection connection) |
void |
Connection.Listener.onClosed(Connection connection) |
void |
Connection.Listener.Adapter.onClosed(Connection connection) |
void |
ConnectionStatistics.onOpened(Connection connection) |
void |
Connection.Listener.onOpened(Connection connection) |
void |
Connection.Listener.Adapter.onOpened(Connection connection) |
void |
EndPoint.setConnection(Connection connection) |
void |
AbstractEndPoint.setConnection(Connection connection) |
void |
EndPoint.upgrade(Connection newConnection)
Upgrade connections.
|
void |
AbstractEndPoint.upgrade(Connection newConnection) |
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.customize(Connection connection,
java.util.Map<java.lang.String,java.lang.Object> context) |
Connection |
SslClientConnectionFactory.newConnection(EndPoint endPoint,
java.util.Map<java.lang.String,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
default void |
ALPNProcessor.configure(javax.net.ssl.SSLEngine sslEngine,
Connection connection)
Configures the given SSLEngine and the given Connection for ALPN.
|
Connection |
SslClientConnectionFactory.customize(Connection connection,
java.util.Map<java.lang.String,java.lang.Object> context) |
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(java.nio.channels.SelectableChannel channel,
EndPoint endpoint,
java.lang.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 |
static class |
ProxyConnectionFactory.ProxyProtocolV1Connection |
class |
ProxyConnectionFactory.ProxyProtocolV1orV2Connection |
class |
ProxyConnectionFactory.ProxyProtocolV2Connection |
Modifier and Type | Method and Description |
---|---|
Connection |
ProxyConnectionFactory.ProxyEndPoint.getConnection() |
Connection |
HttpChannel.getConnection() |
Connection |
HttpConnectionFactory.newConnection(Connector connector,
EndPoint endPoint) |
Connection |
ProxyConnectionFactory.newConnection(Connector connector,
EndPoint endp) |
Connection |
NegotiatingServerConnectionFactory.newConnection(Connector connector,
EndPoint endPoint) |
Connection |
SslConnectionFactory.newConnection(Connector connector,
EndPoint endPoint) |
Connection |
OptionalSslConnectionFactory.newConnection(Connector connector,
EndPoint endPoint) |
Connection |
ConnectionFactory.newConnection(Connector connector,
EndPoint endPoint)
Creates a new
Connection with the given parameters |
Connection |
ServerConnector.ServerConnectorManager.newConnection(java.nio.channels.SelectableChannel channel,
EndPoint endpoint,
java.lang.Object attachment) |
Connection |
ConnectionFactory.Upgrading.upgradeConnection(Connector connector,
EndPoint endPoint,
MetaData.Request upgradeRequest,
HttpFields responseFields)
Create a connection for an upgrade request.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionLimit.onClosed(Connection connection) |
void |
SocketCustomizationListener.onClosed(Connection connection) |
void |
ConnectorStatistics.onClosed(Connection connection)
Deprecated.
|
void |
ConnectionLimit.onOpened(Connection connection) |
void |
SocketCustomizationListener.onOpened(Connection connection) |
void |
ConnectorStatistics.onOpened(Connection connection)
Deprecated.
|
void |
ProxyConnectionFactory.ProxyEndPoint.setConnection(Connection connection) |
void |
ProxyConnectionFactory.ProxyEndPoint.upgrade(Connection newConnection) |
Modifier and Type | Method and Description |
---|---|
protected void |
SocketCustomizationListener.customize(java.net.Socket socket,
java.lang.Class<? extends Connection> connection,
boolean ssl)
This method may be extended to configure a socket on open
events.
|
Modifier and Type | Method and Description |
---|---|
void |
DebugHandler.onClosed(Connection connection)
Deprecated.
|
void |
DebugHandler.onOpened(Connection connection)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Connection |
UnixSocketConnector.UnixSocketConnectorManager.newConnection(java.nio.channels.SelectableChannel channel,
EndPoint endpoint,
java.lang.Object attachment) |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketClientConnection
Client side WebSocket physical connection.
|
Modifier and Type | Method and Description |
---|---|
void |
WebSocketSession.onClosed(Connection connection)
Jetty Connection onSessionClosed event
|
void |
WebSocketSession.onOpened(Connection connection)
Jetty Connection onOpen event
|
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–2023 Webtide. All rights reserved.