Uses of Interface
org.eclipse.jetty.io.Connection
Packages that use Connection
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Server : Core Handler API
Jetty Server : Core Handler API
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.bouncycastle.client
Methods in org.eclipse.jetty.alpn.bouncycastle.client with parameters of type ConnectionModifier and TypeMethodDescriptionvoidBouncyCastleClientALPNProcessor.configure(SSLEngine sslEngine, Connection connection) -
Uses of Connection in org.eclipse.jetty.alpn.bouncycastle.server
Methods in org.eclipse.jetty.alpn.bouncycastle.server with parameters of type ConnectionModifier and TypeMethodDescriptionvoidBouncyCastleServerALPNProcessor.configure(SSLEngine sslEngine, Connection connection) -
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 TypeMethodDescriptionvoidConscryptClientALPNProcessor.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 TypeMethodDescriptionvoidConscryptServerALPNProcessor.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 TypeMethodDescriptionvoidJDK9ClientALPNProcessor.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 TypeMethodDescriptionvoidJDK9ServerALPNProcessor.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 classMethods 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 ConnectionHttpClientTransportDynamic.newNegotiatedConnection(EndPoint endPoint, Map<String, Object> context) -
Uses of Connection in org.eclipse.jetty.docs.programming.server
Classes in org.eclipse.jetty.docs.programming.server that implement ConnectionMethods in org.eclipse.jetty.docs.programming.server that return ConnectionModifier and TypeMethodDescriptionServerDocs.JSONHTTPConnectionFactory.newConnection(Connector connector, EndPoint endPoint) -
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.ee8.nested
Methods in org.eclipse.jetty.ee8.nested that return ConnectionMethods in org.eclipse.jetty.ee8.nested with parameters of type ConnectionModifier and TypeMethodDescriptionvoidDebugHandler.onClosed(Connection connection) voidDebugHandler.onOpened(Connection connection) -
Uses of Connection in org.eclipse.jetty.ee9.nested
Methods in org.eclipse.jetty.ee9.nested that return ConnectionMethods in org.eclipse.jetty.ee9.nested with parameters of type ConnectionModifier and TypeMethodDescriptionvoidDebugHandler.onClosed(Connection connection) voidDebugHandler.onOpened(Connection 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 ConnectionHttpClientTransportOverFCGI.newConnection(EndPoint endPoint, Destination destination, Promise<Connection> promise) -
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.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 TypeMethodDescriptionvoidSessionContainer.onClosed(Connection connection) voidSessionContainer.onOpened(Connection connection) voidHTTP2StreamEndPoint.setConnection(Connection connection) voidHTTP2StreamEndPoint.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) -
Uses of Connection in org.eclipse.jetty.http3
Classes in org.eclipse.jetty.http3 that implement ConnectionModifier and TypeClassDescriptionclassclassclassclassclass -
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 ConnectionSubclasses with type arguments of type Connection in org.eclipse.jetty.ioClasses in org.eclipse.jetty.io that implement interfaces with type arguments of type ConnectionMethods in org.eclipse.jetty.io that return ConnectionModifier and TypeMethodDescriptiondefault ConnectionClientConnectionFactory.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 ConnectionClientConnector.newConnection(EndPoint endPoint, Map<String, Object> context) abstract ConnectionSelectorManager.newConnection(SelectableChannel channel, EndPoint endpoint, Object attachment) Factory method to createConnection.default ConnectionTransport.newConnection(EndPoint endPoint, Map<String, Object> context) Creates a newConnectionto 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 TypeMethodDescriptionvoidSelectorManager.connectionClosed(Connection connection, Throwable cause) Callback method invoked when a connection is closed.voidClientConnector.ClientSelectorManager.connectionOpened(Connection connection, Object context) voidSelectorManager.connectionOpened(Connection connection, Object context) Callback method invoked when a connection is opened.default ConnectionClientConnectionFactory.customize(Connection connection, Map<String, Object> context) default voidConnection.Listener.onClosed(Connection connection) voidConnectionStatistics.onClosed(Connection connection) voidIncludeExcludeConnectionStatistics.onClosed(Connection connection) protected voidConnectionStatistics.onConnectionClosed(Connection connection) protected voidConnectionStatistics.onConnectionOpened(Connection connection) default voidConnection.Listener.onOpened(Connection connection) voidConnectionStatistics.onOpened(Connection connection) voidIncludeExcludeConnectionStatistics.onOpened(Connection connection) protected voidConnectionStatistics.onTotalClosed(Connection connection) protected voidConnectionStatistics.onTotalOpened(Connection connection) voidAbstractEndPoint.setConnection(Connection connection) voidEndPoint.setConnection(Connection connection) booleanIncludeExcludeConnectionStatistics.ConnectionSet.test(Connection connection) voidAbstractEndPoint.upgrade(Connection newConnection) voidEndPoint.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 TypeMethodDescriptionbooleanIncludeExcludeConnectionStatistics.ConnectionSet.add(Class<? extends Connection> aClass) voidIncludeExcludeConnectionStatistics.exclude(Class<? extends Connection> clazz) voidIncludeExcludeConnectionStatistics.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 TypeClassDescriptionclassA Connection that acts as an interceptor between an EndPoint providing SSL encrypted data and another consumer of an EndPoint (typically anConnectionlike 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 voidALPNProcessor.configure(SSLEngine sslEngine, Connection connection) Configures the given SSLEngine and the given Connection for ALPN.SslClientConnectionFactory.customize(Connection connection, Map<String, Object> context) voidSslConnection.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 TypeClassDescriptionclassAConnectionimplementation that receives and sends datagram packets via its associatedDatagramChannelEndPoint.Methods in org.eclipse.jetty.quic.common that return ConnectionModifier and TypeMethodDescriptionabstract ConnectionQuicSession.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 TypeClassDescriptionclassAnAbstractConnectionthat also implementsConnectionMetaDatawith fixed local and remote addresses.classMethods 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 newConnectionwith 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 TypeMethodDescriptionvoidConnectionLimit.onClosed(Connection connection) Deprecated, for removal: This API element is subject to removal in a future version.voidSocketCustomizationListener.onClosed(Connection connection) voidConnectionLimit.onOpened(Connection connection) Deprecated, for removal: This API element is subject to removal in a future version.voidSocketCustomizationListener.onOpened(Connection connection) voidProxyConnectionFactory.ProxyEndPoint.setConnection(Connection connection) voidProxyConnectionFactory.ProxyEndPoint.upgrade(Connection newConnection) Method parameters in org.eclipse.jetty.server with type arguments of type ConnectionModifier and TypeMethodDescriptionprotected voidSocketCustomizationListener.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 TypeClassDescriptionclassclassMethods 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 TypeMethodDescriptionvoidDebugHandler.onClosed(Connection connection) voidDebugHandler.onOpened(Connection 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 TypeClassDescriptionclassProvides the implementation ofConnectionthat is suitable for WebSocket