Uses of Interface
org.eclipse.jetty.io.Connection
Packages that use Connection
Package
Description
Jetty Server : Modular Servlet Integration
Jetty IO : Core classes for Jetty IO subsystem
Jetty IO : Core SSL Support
This module contains the main abstractions for the QUIC protocol.
Jetty Server : Core Server API
Jetty Server : Core Handler API
-
Uses of Connection in org.eclipse.jetty.alpn.client
Classes in org.eclipse.jetty.alpn.client that implement ConnectionMethods in org.eclipse.jetty.alpn.client that return ConnectionModifier and TypeMethodDescriptionALPNClientConnectionFactory.newConnection
(EndPoint endPoint, Map<String, Object> context) -
Uses of Connection in org.eclipse.jetty.alpn.conscrypt.client
Methods in org.eclipse.jetty.alpn.conscrypt.client with parameters of type ConnectionModifier and TypeMethodDescriptionvoid
ConscryptClientALPNProcessor.configure
(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 ConnectionModifier and TypeMethodDescriptionvoid
ConscryptServerALPNProcessor.configure
(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 ConnectionModifier and TypeMethodDescriptionvoid
JDK9ClientALPNProcessor.configure
(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 ConnectionModifier and TypeMethodDescriptionvoid
JDK9ServerALPNProcessor.configure
(SSLEngine sslEngine, Connection connection) -
Uses of Connection in org.eclipse.jetty.alpn.server
Classes in org.eclipse.jetty.alpn.server that implement Connection -
Uses of Connection in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement ConnectionModifier and TypeClassDescriptionprotected static class
Methods in org.eclipse.jetty.client that return ConnectionModifier and TypeMethodDescriptionProxyProtocolClientConnectionFactory.newConnection
(EndPoint endPoint, Map<String, Object> context) Socks4Proxy.Socks4ProxyClientConnectionFactory.newConnection
(EndPoint endPoint, Map<String, Object> context) -
Uses of Connection in org.eclipse.jetty.client.transport
Methods in org.eclipse.jetty.client.transport that return ConnectionModifier and TypeMethodDescriptionHttpClientConnectionFactory.newConnection
(EndPoint endPoint, Map<String, Object> context) HttpClientTransportDynamic.newConnection
(EndPoint endPoint, Map<String, Object> context) HttpClientTransportOverHTTP.newConnection
(EndPoint endPoint, Map<String, Object> context) protected Connection
HttpClientTransportDynamic.newNegotiatedConnection
(EndPoint endPoint, Map<String, Object> context) -
Uses of Connection in org.eclipse.jetty.client.transport.internal
Classes in org.eclipse.jetty.client.transport.internal that implement Connection -
Uses of Connection in org.eclipse.jetty.ee10.servlet
Methods in org.eclipse.jetty.ee10.servlet that return Connection -
Uses of Connection in org.eclipse.jetty.fcgi.client.transport
Methods in org.eclipse.jetty.fcgi.client.transport that return ConnectionModifier and TypeMethodDescriptionHttpClientTransportOverFCGI.newConnection
(EndPoint endPoint, Map<String, Object> context) protected Connection
HttpClientTransportOverFCGI.newConnection
(EndPoint endPoint, Destination destination, Promise<Connection> promise) -
Uses of Connection in org.eclipse.jetty.fcgi.client.transport.internal
Classes in org.eclipse.jetty.fcgi.client.transport.internal that implement Connection -
Uses of Connection in org.eclipse.jetty.fcgi.server
Methods in org.eclipse.jetty.fcgi.server that return ConnectionModifier and TypeMethodDescriptionServerFCGIConnectionFactory.newConnection
(Connector connector, EndPoint endPoint) -
Uses of Connection in org.eclipse.jetty.fcgi.server.internal
Classes in org.eclipse.jetty.fcgi.server.internal that implement Connection -
Uses of Connection in org.eclipse.jetty.http2
Classes in org.eclipse.jetty.http2 that implement ConnectionMethods in org.eclipse.jetty.http2 that return ConnectionMethods in org.eclipse.jetty.http2 with parameters of type ConnectionModifier and TypeMethodDescriptionvoid
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 ConnectionModifier and TypeMethodDescriptionHTTP2ClientConnectionFactory.newConnection
(EndPoint endPoint, Map<String, Object> context) -
Uses of Connection in org.eclipse.jetty.http2.client.transport
Methods in org.eclipse.jetty.http2.client.transport that return ConnectionModifier and TypeMethodDescriptionClientConnectionFactoryOverHTTP2.newConnection
(EndPoint endPoint, Map<String, Object> context) HttpClientTransportOverHTTP2.newConnection
(EndPoint endPoint, Map<String, Object> context) -
Uses of Connection in org.eclipse.jetty.http2.server
Methods in org.eclipse.jetty.http2.server that return ConnectionModifier and TypeMethodDescriptionAbstractHTTP2ServerConnectionFactory.newConnection
(Connector connector, EndPoint endPoint) HTTP2CServerConnectionFactory.upgradeConnection
(Connector connector, EndPoint endPoint, MetaData.Request request, HttpFields.Mutable response101) Methods in org.eclipse.jetty.http2.server with parameters of type ConnectionModifier and TypeMethodDescriptionvoid
AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer.onClosed
(Connection connection) void
AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer.onOpened
(Connection connection) -
Uses of Connection in org.eclipse.jetty.http2.server.internal
Classes in org.eclipse.jetty.http2.server.internal that implement ConnectionMethods in org.eclipse.jetty.http2.server.internal that return Connection -
Uses of Connection in org.eclipse.jetty.http3
Classes in org.eclipse.jetty.http3 that implement ConnectionModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of Connection in org.eclipse.jetty.http3.client
Methods in org.eclipse.jetty.http3.client that return ConnectionModifier and TypeMethodDescriptionHTTP3ClientConnectionFactory.newConnection
(EndPoint endPoint, Map<String, Object> context) -
Uses of Connection in org.eclipse.jetty.http3.client.transport
Methods in org.eclipse.jetty.http3.client.transport that return ConnectionModifier and TypeMethodDescriptionClientConnectionFactoryOverHTTP3.newConnection
(EndPoint endPoint, Map<String, Object> context) HttpClientTransportOverHTTP3.newConnection
(EndPoint endPoint, Map<String, Object> context) -
Uses of Connection in org.eclipse.jetty.http3.server
Methods in org.eclipse.jetty.http3.server that return ConnectionModifier and TypeMethodDescriptionAbstractHTTP3ServerConnectionFactory.newConnection
(Connector connector, EndPoint endPoint) -
Uses of Connection in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement ConnectionMethods in org.eclipse.jetty.io that return ConnectionModifier and TypeMethodDescriptiondefault Connection
ClientConnectionFactory.customize
(Connection connection, Map<String, Object> context) AbstractEndPoint.getConnection()
EndPoint.getConnection()
ClientConnectionFactory.newConnection
(EndPoint endPoint, Map<String, Object> context) ClientConnector.ClientSelectorManager.newConnection
(SelectableChannel channel, EndPoint endPoint, Object attachment) ClientConnector.Configurator.newConnection
(ClientConnector clientConnector, SocketAddress address, EndPoint endPoint, Map<String, Object> context) Deprecated, for removal: This API element is subject to removal in a future version.protected Connection
ClientConnector.newConnection
(EndPoint endPoint, Map<String, Object> context) abstract Connection
SelectorManager.newConnection
(SelectableChannel channel, EndPoint endpoint, Object attachment) Factory method to createConnection
.default Connection
Transport.newConnection
(EndPoint endPoint, Map<String, Object> context) Creates a newConnection
to be associated with the given low-levelEndPoint
.Transport.Wrapper.newConnection
(EndPoint endPoint, Map<String, Object> context) Methods in org.eclipse.jetty.io that return types with arguments of type ConnectionModifier and TypeMethodDescriptionIterator<Class<? extends Connection>>
IncludeExcludeConnectionStatistics.ConnectionSet.iterator()
Methods in org.eclipse.jetty.io with parameters of type ConnectionModifier and TypeMethodDescriptionvoid
SelectorManager.connectionClosed
(Connection connection, Throwable cause) Callback method invoked when a connection is closed.void
ClientConnector.ClientSelectorManager.connectionOpened
(Connection connection, Object context) void
SelectorManager.connectionOpened
(Connection connection, Object context) Callback method invoked when a connection is opened.default Connection
ClientConnectionFactory.customize
(Connection connection, Map<String, Object> context) default 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) default 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 ConnectionModifier and TypeMethodDescriptionboolean
IncludeExcludeConnectionStatistics.ConnectionSet.add
(Class<? extends Connection> aClass) void
IncludeExcludeConnectionStatistics.exclude
(Class<? extends Connection> clazz) void
IncludeExcludeConnectionStatistics.include
(Class<? extends Connection> clazz) -
Uses of Connection in org.eclipse.jetty.io.ssl
Classes in org.eclipse.jetty.io.ssl that implement ConnectionModifier and TypeClassDescriptionclass
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 ConnectionModifier and TypeMethodDescriptionSslClientConnectionFactory.customize
(Connection connection, Map<String, Object> context) SslClientConnectionFactory.newConnection
(EndPoint endPoint, Map<String, Object> context) Methods in org.eclipse.jetty.io.ssl with parameters of type ConnectionModifier and TypeMethodDescriptiondefault void
ALPNProcessor.configure
(SSLEngine sslEngine, Connection connection) Configures the given SSLEngine and the given Connection for ALPN.SslClientConnectionFactory.customize
(Connection connection, Map<String, Object> context) void
SslConnection.SslEndPoint.setConnection
(Connection connection) -
Uses of Connection in org.eclipse.jetty.quic.client
Classes in org.eclipse.jetty.quic.client that implement ConnectionMethods in org.eclipse.jetty.quic.client that return ConnectionModifier and TypeMethodDescriptionClientQuicSession.newConnection
(QuicStreamEndPoint endPoint) QuicClientConnectorConfigurator.newConnection
(ClientConnector clientConnector, SocketAddress address, EndPoint endPoint, Map<String, Object> context) Deprecated, for removal: This API element is subject to removal in a future version.QuicTransport.newConnection
(EndPoint endPoint, Map<String, Object> context) Constructor parameters in org.eclipse.jetty.quic.client with type arguments of type ConnectionModifierConstructorDescriptionQuicClientConnectorConfigurator
(UnaryOperator<Connection> configurator) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Connection in org.eclipse.jetty.quic.common
Classes in org.eclipse.jetty.quic.common that implement ConnectionModifier and TypeClassDescriptionclass
AConnection
implementation that receives and sends datagram packets via its associatedDatagramChannelEndPoint
.Methods in org.eclipse.jetty.quic.common that return ConnectionModifier and TypeMethodDescriptionabstract Connection
QuicSession.newConnection
(QuicStreamEndPoint endPoint) -
Uses of Connection in org.eclipse.jetty.quic.server
Classes in org.eclipse.jetty.quic.server that implement ConnectionMethods in org.eclipse.jetty.quic.server that return Connection -
Uses of Connection in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement ConnectionModifier and TypeClassDescriptionclass
AnAbstractConnection
that also implementsConnectionMetaData
with fixed local and remote addresses.class
Methods in org.eclipse.jetty.server that return ConnectionModifier and TypeMethodDescriptionAbstractMetaDataConnection.getConnection()
ConnectionMetaData.getConnection()
ConnectionMetaData.Wrapper.getConnection()
ProxyConnectionFactory.ProxyEndPoint.getConnection()
ConnectionFactory.newConnection
(Connector connector, EndPoint endPoint) Creates a newConnection
with the given parametersDetectorConnectionFactory.newConnection
(Connector connector, EndPoint endPoint) HttpConnectionFactory.newConnection
(Connector connector, EndPoint endPoint) NegotiatingServerConnectionFactory.newConnection
(Connector connector, EndPoint endPoint) ServerConnector.ServerConnectorManager.newConnection
(SelectableChannel channel, EndPoint endpoint, Object attachment) SslConnectionFactory.newConnection
(Connector connector, EndPoint endPoint) 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 ConnectionModifier and TypeMethodDescriptionvoid
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 ConnectionModifier and TypeMethodDescriptionprotected void
SocketCustomizationListener.customize
(Socket socket, 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
Classes in org.eclipse.jetty.server.handler that implement ConnectionModifier and TypeClassDescriptionclass
class
Methods in org.eclipse.jetty.server.handler that return ConnectionModifier and TypeMethodDescriptionConnectHandler.ConnectManager.newConnection
(SelectableChannel channel, EndPoint endpoint, Object attachment) Methods in org.eclipse.jetty.server.handler with parameters of type ConnectionModifier and TypeMethodDescriptionvoid
DebugHandler.onClosed
(Connection connection) void
DebugHandler.onOpened
(Connection connection) -
Uses of Connection in org.eclipse.jetty.server.internal
Classes in org.eclipse.jetty.server.internal that implement Connection -
Uses of Connection in org.eclipse.jetty.unixdomain.server
Methods in org.eclipse.jetty.unixdomain.server that return ConnectionModifier and TypeMethodDescriptionUnixDomainServerConnector.UnixDomainSelectorManager.newConnection
(SelectableChannel channel, EndPoint endpoint, Object attachment) -
Uses of Connection in org.eclipse.jetty.websocket.core
Classes in org.eclipse.jetty.websocket.core that implement ConnectionModifier and TypeClassDescriptionclass
Provides the implementation ofConnection
that is suitable for WebSocket