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.openjdk8.client
Methods in org.eclipse.jetty.alpn.openjdk8.client with parameters of type Connection Modifier and Type Method Description void
OpenJDK8ClientALPNProcessor. configure(javax.net.ssl.SSLEngine sslEngine, Connection connection)
-
Uses of Connection in org.eclipse.jetty.alpn.openjdk8.server
Methods in org.eclipse.jetty.alpn.openjdk8.server with parameters of type Connection Modifier and Type Method Description void
OpenJDK8ServerALPNProcessor. 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
AbstractConnectorHttpClientTransport.ClientSelectorManager. newConnection(java.nio.channels.SelectableChannel channel, EndPoint endPoint, java.lang.Object attachment)
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.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
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
-
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
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 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.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)
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)
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
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)
Methods in org.eclipse.jetty.proxy with parameters of type Connection Modifier and Type Method Description void
ProxyConnection. setConnection(Connection connection)
-
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 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
ConnectorStatistics. onClosed(Connection connection)
Deprecated.void
SocketCustomizationListener. onClosed(Connection connection)
void
ConnectionLimit. onOpened(Connection connection)
void
ConnectorStatistics. onOpened(Connection connection)
Deprecated.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)
Deprecated.void
DebugHandler. onOpened(Connection connection)
Deprecated. -
Uses of Connection in org.eclipse.jetty.unixsocket
Methods in org.eclipse.jetty.unixsocket 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.client.io
Classes in org.eclipse.jetty.websocket.client.io that implement Connection Modifier and Type Class Description class
WebSocketClientConnection
Client side WebSocket physical connection. -
Uses of Connection in org.eclipse.jetty.websocket.common
Methods in org.eclipse.jetty.websocket.common with parameters of type Connection Modifier and Type Method Description void
WebSocketSession. onClosed(Connection connection)
Jetty Connection onSessionClosed eventvoid
WebSocketSession. onOpened(Connection connection)
Jetty Connection onOpen event -
Uses of Connection in org.eclipse.jetty.websocket.common.io
Classes in org.eclipse.jetty.websocket.common.io that implement Connection Modifier and Type Class Description class
AbstractWebSocketConnection
Provides the implementation ofLogicalConnection
within the framework of the newConnection
framework ofjetty-io
. -
Uses of Connection in org.eclipse.jetty.websocket.server
Classes in org.eclipse.jetty.websocket.server that implement Connection Modifier and Type Class Description class
WebSocketServerConnection
-