Uses of Interface
org.eclipse.jetty.io.Connection
-
-
Uses of Connection in org.eclipse.jetty.alpn.client
Classes in org.eclipse.jetty.alpn.client that implement Connection Modifier and Type Class Description class
ALPNClientConnection
Methods in org.eclipse.jetty.alpn.client that return Connection Modifier and Type Method Description Connection
ALPNClientConnectionFactory. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)
-
Uses of Connection in org.eclipse.jetty.alpn.conscrypt.client
Methods in org.eclipse.jetty.alpn.conscrypt.client with parameters of type Connection Modifier and Type Method Description void
ConscryptClientALPNProcessor. configure(javax.net.ssl.SSLEngine sslEngine, Connection connection)
-
Uses of Connection in org.eclipse.jetty.alpn.conscrypt.server
Methods in org.eclipse.jetty.alpn.conscrypt.server with parameters of type Connection Modifier and Type Method Description void
ConscryptServerALPNProcessor. configure(javax.net.ssl.SSLEngine sslEngine, Connection connection)
-
Uses of Connection in org.eclipse.jetty.alpn.java.client
Methods in org.eclipse.jetty.alpn.java.client with parameters of type Connection Modifier and Type Method Description void
JDK9ClientALPNProcessor. configure(javax.net.ssl.SSLEngine sslEngine, Connection connection)
-
Uses of Connection in org.eclipse.jetty.alpn.java.server
Methods in org.eclipse.jetty.alpn.java.server with parameters of type Connection Modifier and Type Method Description void
JDK9ServerALPNProcessor. configure(javax.net.ssl.SSLEngine sslEngine, Connection connection)
-
Uses of Connection in org.eclipse.jetty.alpn.server
Classes in org.eclipse.jetty.alpn.server that implement Connection Modifier and Type Class Description class
ALPNServerConnection
-
Uses of Connection in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement Connection Modifier and Type Class Description protected static class
ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
Methods in org.eclipse.jetty.client that return Connection Modifier and Type Method Description Connection
ProxyProtocolClientConnectionFactory. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)
Connection
Socks4Proxy.Socks4ProxyClientConnectionFactory. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)
-
Uses of Connection in org.eclipse.jetty.client.dynamic
Methods in org.eclipse.jetty.client.dynamic that return Connection Modifier and Type Method Description Connection
HttpClientTransportDynamic. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)
protected Connection
HttpClientTransportDynamic. newNegotiatedConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)
-
Uses of Connection in org.eclipse.jetty.client.http
Classes in org.eclipse.jetty.client.http that implement Connection Modifier and Type Class Description class
HttpConnectionOverHTTP
Methods in org.eclipse.jetty.client.http that return Connection Modifier and Type Method Description Connection
HttpClientConnectionFactory. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)
Connection
HttpClientTransportOverHTTP. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)
-
Uses of Connection in org.eclipse.jetty.fcgi.client.http
Classes in org.eclipse.jetty.fcgi.client.http that implement Connection Modifier and Type Class Description class
HttpConnectionOverFCGI
Methods in org.eclipse.jetty.fcgi.client.http that return Connection Modifier and Type Method Description Connection
HttpClientTransportOverFCGI. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)
-
Uses of Connection in org.eclipse.jetty.fcgi.server
Classes in org.eclipse.jetty.fcgi.server that implement Connection Modifier and Type Class Description class
ServerFCGIConnection
Methods in org.eclipse.jetty.fcgi.server that return Connection Modifier and Type Method Description Connection
ServerFCGIConnectionFactory. newConnection(Connector connector, EndPoint endPoint)
-
Uses of Connection in org.eclipse.jetty.http2
Classes in org.eclipse.jetty.http2 that implement Connection Modifier and Type Class Description class
HTTP2Connection
Methods in org.eclipse.jetty.http2 that return Connection Modifier and Type Method Description Connection
HTTP2StreamEndPoint. getConnection()
Methods in org.eclipse.jetty.http2 with parameters of type Connection Modifier and Type Method Description void
HTTP2StreamEndPoint. setConnection(Connection connection)
void
HTTP2StreamEndPoint. upgrade(Connection newConnection)
-
Uses of Connection in org.eclipse.jetty.http2.client
Methods in org.eclipse.jetty.http2.client that return Connection Modifier and Type Method Description Connection
HTTP2ClientConnectionFactory. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)
-
Uses of Connection in org.eclipse.jetty.http2.client.http
Methods in org.eclipse.jetty.http2.client.http that return Connection Modifier and Type Method Description Connection
ClientConnectionFactoryOverHTTP2. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)
Connection
HttpClientTransportOverHTTP2. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)
-
Uses of Connection in org.eclipse.jetty.http2.server
Classes in org.eclipse.jetty.http2.server that implement Connection Modifier and Type Class Description class
HTTP2ServerConnection
Methods in org.eclipse.jetty.http2.server that return Connection Modifier and Type Method Description Connection
AbstractHTTP2ServerConnectionFactory. newConnection(Connector connector, EndPoint endPoint)
Connection
HTTP2CServerConnectionFactory. upgradeConnection(Connector connector, EndPoint endPoint, MetaData.Request request, HttpFields.Mutable response101)
Methods in org.eclipse.jetty.http2.server with parameters of type Connection Modifier and Type Method Description void
AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer. onClosed(Connection connection)
void
AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer. onOpened(Connection connection)
-
Uses of Connection in org.eclipse.jetty.http3.client
Methods in org.eclipse.jetty.http3.client that return Connection Modifier and Type Method Description Connection
HTTP3ClientConnectionFactory. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)
-
Uses of Connection in org.eclipse.jetty.http3.client.http
Methods in org.eclipse.jetty.http3.client.http that return Connection Modifier and Type Method Description Connection
ClientConnectionFactoryOverHTTP3. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)
Connection
HttpClientTransportOverHTTP3. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)
-
Uses of Connection in org.eclipse.jetty.http3.server
Methods in org.eclipse.jetty.http3.server that return Connection Modifier and Type Method Description Connection
AbstractHTTP3ServerConnectionFactory. newConnection(Connector connector, EndPoint endPoint)
-
Uses of Connection in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement Connection Modifier and Type Class Description class
AbstractConnection
A convenience base implementation ofConnection
.class
NegotiatingClientConnection
Methods in org.eclipse.jetty.io that return Connection Modifier and Type Method Description default Connection
ClientConnectionFactory. customize(Connection connection, java.util.Map<java.lang.String,java.lang.Object> context)
Connection
AbstractEndPoint. getConnection()
Connection
EndPoint. getConnection()
Connection
ClientConnectionFactory. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)
Connection
ClientConnector.ClientSelectorManager. newConnection(java.nio.channels.SelectableChannel channel, EndPoint endPoint, java.lang.Object attachment)
Connection
ClientConnector.Configurator. newConnection(ClientConnector clientConnector, java.net.SocketAddress address, EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)
protected Connection
ClientConnector. 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 createConnection
.Methods in org.eclipse.jetty.io that return types with arguments of type Connection Modifier and Type Method Description java.util.Iterator<java.lang.Class<? extends Connection>>
IncludeExcludeConnectionStatistics.ConnectionSet. iterator()
Methods in org.eclipse.jetty.io with parameters of type Connection Modifier and Type Method Description void
SelectorManager. connectionClosed(Connection connection, java.lang.Throwable cause)
Callback method invoked when a connection is closed.void
ClientConnector.ClientSelectorManager. connectionOpened(Connection connection, java.lang.Object context)
void
SelectorManager. connectionOpened(Connection connection, java.lang.Object context)
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
Connection.Listener.Adapter. onClosed(Connection connection)
void
Connection.Listener. onClosed(Connection connection)
void
ConnectionStatistics. onClosed(Connection connection)
void
IncludeExcludeConnectionStatistics. onClosed(Connection connection)
protected void
ConnectionStatistics. onConnectionClosed(Connection connection)
protected void
ConnectionStatistics. onConnectionOpened(Connection connection)
void
Connection.Listener.Adapter. onOpened(Connection connection)
void
Connection.Listener. onOpened(Connection connection)
void
ConnectionStatistics. onOpened(Connection connection)
void
IncludeExcludeConnectionStatistics. onOpened(Connection connection)
protected void
ConnectionStatistics. onTotalClosed(Connection connection)
protected void
ConnectionStatistics. onTotalOpened(Connection connection)
void
AbstractEndPoint. setConnection(Connection connection)
void
EndPoint. setConnection(Connection connection)
boolean
IncludeExcludeConnectionStatistics.ConnectionSet. test(Connection connection)
void
AbstractEndPoint. upgrade(Connection newConnection)
void
EndPoint. upgrade(Connection newConnection)
Upgrades this EndPoint from the current connection to the given new connection.Method parameters in org.eclipse.jetty.io with type arguments of type Connection Modifier and Type Method Description boolean
IncludeExcludeConnectionStatistics.ConnectionSet. add(java.lang.Class<? extends Connection> aClass)
void
IncludeExcludeConnectionStatistics. exclude(java.lang.Class<? extends Connection> clazz)
void
IncludeExcludeConnectionStatistics. include(java.lang.Class<? extends Connection> clazz)
-
Uses of Connection in org.eclipse.jetty.io.ssl
Classes in org.eclipse.jetty.io.ssl that implement Connection Modifier and Type Class Description class
SslConnection
A Connection that acts as an interceptor between an EndPoint providing SSL encrypted data and another consumer of an EndPoint (typically anConnection
like HttpConnection) that wants unencrypted data.Methods in org.eclipse.jetty.io.ssl that return Connection Modifier and Type Method 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)
Methods in org.eclipse.jetty.io.ssl with parameters of type Connection Modifier and Type Method 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)
-
Uses of Connection in org.eclipse.jetty.proxy
Classes in org.eclipse.jetty.proxy that implement Connection Modifier and Type Class Description class
ConnectHandler.DownstreamConnection
class
ConnectHandler.UpstreamConnection
class
ProxyConnection
Methods in org.eclipse.jetty.proxy that return Connection Modifier and Type Method Description Connection
ProxyConnection. getConnection()
Connection
ConnectHandler.ConnectManager. newConnection(java.nio.channels.SelectableChannel channel, EndPoint endpoint, java.lang.Object attachment)
-
Uses of Connection in org.eclipse.jetty.quic.client
Classes in org.eclipse.jetty.quic.client that implement Connection Modifier and Type Class Description class
ClientQuicConnection
The client specific implementation ofQuicConnection
.Methods in org.eclipse.jetty.quic.client that return Connection Modifier and Type Method Description Connection
ClientQuicSession. newConnection(QuicStreamEndPoint endPoint)
Connection
QuicClientConnectorConfigurator. newConnection(ClientConnector clientConnector, java.net.SocketAddress address, EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)
Constructor parameters in org.eclipse.jetty.quic.client with type arguments of type Connection Constructor Description QuicClientConnectorConfigurator(java.util.function.UnaryOperator<Connection> configurator)
-
Uses of Connection in org.eclipse.jetty.quic.common
Classes in org.eclipse.jetty.quic.common that implement Connection Modifier and Type Class Description class
QuicConnection
AConnection
implementation that receives and sends datagram packets via its associatedDatagramChannelEndPoint
.Methods in org.eclipse.jetty.quic.common that return Connection Modifier and Type Method Description abstract Connection
QuicSession. newConnection(QuicStreamEndPoint endPoint)
-
Uses of Connection in org.eclipse.jetty.quic.server
Classes in org.eclipse.jetty.quic.server that implement Connection Modifier and Type Class Description class
ServerQuicConnection
The server specific implementation ofQuicConnection
.Methods in org.eclipse.jetty.quic.server that return Connection Modifier and Type Method Description Connection
ServerQuicSession. newConnection(QuicStreamEndPoint endPoint)
-
Uses of Connection in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement Connection Modifier and Type Class Description class
HttpConnection
AConnection
that handles the HTTP protocol.class
NegotiatingServerConnection
Methods in org.eclipse.jetty.server that return Connection Modifier and Type Method Description Connection
HttpChannel. getConnection()
Connection
ProxyConnectionFactory.ProxyEndPoint. getConnection()
Connection
ConnectionFactory. newConnection(Connector connector, EndPoint endPoint)
Creates a newConnection
with the given parametersConnection
DetectorConnectionFactory. newConnection(Connector connector, EndPoint endPoint)
Connection
HttpConnectionFactory. newConnection(Connector connector, EndPoint endPoint)
Connection
NegotiatingServerConnectionFactory. newConnection(Connector connector, EndPoint endPoint)
Connection
ServerConnector.ServerConnectorManager. newConnection(java.nio.channels.SelectableChannel channel, EndPoint endpoint, java.lang.Object attachment)
Connection
SslConnectionFactory. newConnection(Connector connector, EndPoint endPoint)
Connection
ConnectionFactory.Upgrading. upgradeConnection(Connector connector, EndPoint endPoint, MetaData.Request upgradeRequest, HttpFields.Mutable responseFields)
Create a connection for an upgrade request.Methods in org.eclipse.jetty.server with parameters of type Connection Modifier and Type Method Description void
ConnectionLimit. onClosed(Connection connection)
void
SocketCustomizationListener. onClosed(Connection connection)
void
ConnectionLimit. onOpened(Connection connection)
void
SocketCustomizationListener. onOpened(Connection connection)
void
ProxyConnectionFactory.ProxyEndPoint. setConnection(Connection connection)
void
ProxyConnectionFactory.ProxyEndPoint. upgrade(Connection newConnection)
Method parameters in org.eclipse.jetty.server with type arguments of type Connection Modifier and Type Method 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. -
Uses of Connection in org.eclipse.jetty.server.handler
Methods in org.eclipse.jetty.server.handler with parameters of type Connection Modifier and Type Method Description void
DebugHandler. onClosed(Connection connection)
void
DebugHandler. onOpened(Connection connection)
-
Uses of Connection in org.eclipse.jetty.unixsocket.client
Methods in org.eclipse.jetty.unixsocket.client that return Connection Modifier and Type Method Description Connection
HttpClientTransportOverUnixSockets. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Connection in org.eclipse.jetty.unixsocket.server
Methods in org.eclipse.jetty.unixsocket.server that return Connection Modifier and Type Method Description Connection
UnixSocketConnector.UnixSocketConnectorManager. newConnection(java.nio.channels.SelectableChannel channel, EndPoint endpoint, java.lang.Object attachment)
-
Uses of Connection in org.eclipse.jetty.websocket.core.internal
Classes in org.eclipse.jetty.websocket.core.internal that implement Connection Modifier and Type Class Description class
WebSocketConnection
Provides the implementation ofConnection
that is suitable for WebSocket
-