Uses of Interface
org.eclipse.jetty.io.Connection
Packages that use Connection
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty IO : Core classes for Jetty IO subsystem
Jetty IO : Core SSL Support
Jetty Proxy : Async Proxy 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 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.dynamic
Methods in org.eclipse.jetty.client.dynamic that return ConnectionModifier and TypeMethodDescriptionHttpClientTransportDynamic.newConnection(EndPoint endPoint, Map<String, Object> context) protected ConnectionHttpClientTransportDynamic.newNegotiatedConnection(EndPoint endPoint, Map<String, Object> context) -
Uses of Connection in org.eclipse.jetty.client.http
Classes in org.eclipse.jetty.client.http that implement ConnectionMethods in org.eclipse.jetty.client.http that return ConnectionModifier and TypeMethodDescriptionHttpClientConnectionFactory.newConnection(EndPoint endPoint, Map<String, Object> context) HttpClientTransportOverHTTP.newConnection(EndPoint endPoint, Map<String, Object> context) -
Uses of Connection in org.eclipse.jetty.fcgi.client.http
Classes in org.eclipse.jetty.fcgi.client.http that implement ConnectionMethods in org.eclipse.jetty.fcgi.client.http that return ConnectionModifier and TypeMethodDescriptionHttpClientTransportOverFCGI.newConnection(EndPoint endPoint, Map<String, Object> context) -
Uses of Connection in org.eclipse.jetty.fcgi.server
Classes in org.eclipse.jetty.fcgi.server that implement ConnectionMethods 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 TypeMethodDescriptionvoidHTTP2StreamEndPoint.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.http
Methods in org.eclipse.jetty.http2.client.http 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
Classes in org.eclipse.jetty.http2.server that implement ConnectionMethods 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 TypeMethodDescriptionvoidAbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer.onClosed(Connection connection) voidAbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer.onOpened(Connection connection) -
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.http
Methods in org.eclipse.jetty.http3.client.http 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 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) protected ConnectionClientConnector.newConnection(EndPoint endPoint, Map<String, Object> context) abstract ConnectionSelectorManager.newConnection(SelectableChannel channel, EndPoint endpoint, Object attachment) Factory method to createConnection.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) voidConnection.Listener.Adapter.onClosed(Connection connection) voidConnection.Listener.onClosed(Connection connection) voidConnectionStatistics.onClosed(Connection connection) voidIncludeExcludeConnectionStatistics.onClosed(Connection connection) protected voidConnectionStatistics.onConnectionClosed(Connection connection) protected voidConnectionStatistics.onConnectionOpened(Connection connection) voidConnection.Listener.Adapter.onOpened(Connection connection) 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.DecryptedEndPoint.setConnection(Connection connection) -
Uses of Connection in org.eclipse.jetty.proxy
Classes in org.eclipse.jetty.proxy that implement ConnectionModifier and TypeClassDescriptionclassclassclassMethods in org.eclipse.jetty.proxy that return ConnectionModifier and TypeMethodDescriptionProxyConnection.getConnection()ConnectHandler.ConnectManager.newConnection(SelectableChannel channel, EndPoint endpoint, Object attachment) -
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) Constructor parameters in org.eclipse.jetty.quic.client with type arguments of type ConnectionModifierConstructorDescriptionQuicClientConnectorConfigurator(UnaryOperator<Connection> configurator) -
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 ConnectionMethods in org.eclipse.jetty.server that return ConnectionModifier and TypeMethodDescriptionHttpChannel.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) voidSocketCustomizationListener.onClosed(Connection connection) voidConnectionLimit.onOpened(Connection connection) 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
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.unixsocket.client
Methods in org.eclipse.jetty.unixsocket.client that return ConnectionModifier and TypeMethodDescriptionHttpClientTransportOverUnixSockets.newConnection(EndPoint endPoint, Map<String, 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 ConnectionModifier and TypeMethodDescriptionUnixSocketConnector.UnixSocketConnectorManager.newConnection(SelectableChannel channel, EndPoint endpoint, Object attachment) -
Uses of Connection in org.eclipse.jetty.websocket.core.internal
Classes in org.eclipse.jetty.websocket.core.internal that implement ConnectionModifier and TypeClassDescriptionclassProvides the implementation ofConnectionthat is suitable for WebSocket