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 Server : Core Server API
Jetty Server : Core Handler API
-
Uses of Connection in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement ConnectionModifier and TypeClassDescriptionprotected static classprivate static classprivate static classprivate static classMethods in org.eclipse.jetty.client that return ConnectionModifier and TypeMethodDescriptionAbstractConnectorHttpClientTransport.ClientSelectorManager.newConnection(SelectableChannel channel, EndPoint endPoint, Object attachment) HttpProxy.HttpProxyClientConnectionFactory.newConnection(EndPoint endPoint, Map<String, Object> context) ProxyProtocolClientConnectionFactory.newConnection(EndPoint endPoint, Map<String, Object> context) Socks4Proxy.Socks4ProxyClientConnectionFactory.newConnection(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 TypeMethodDescriptionHttpClientTransportOverHTTP.newConnection(EndPoint endPoint, Map<String, Object> context) -
Uses of Connection in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement ConnectionFields in org.eclipse.jetty.io declared as ConnectionFields in org.eclipse.jetty.io with type parameters of type ConnectionModifier and TypeFieldDescriptionprivate final IncludeExcludeSet<Class<? extends Connection>, Connection> IncludeExcludeConnectionStatistics._setprivate final IncludeExcludeSet<Class<? extends Connection>, Connection> IncludeExcludeConnectionStatistics._setprivate final Set<Class<? extends Connection>> IncludeExcludeConnectionStatistics.ConnectionSet.setMethods 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) 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 TypeMethodDescriptionprivate Class<? extends Connection> IncludeExcludeConnectionStatistics.connectionForName(String className) Iterator<Class<? extends Connection>> IncludeExcludeConnectionStatistics.ConnectionSet.iterator()Methods in org.eclipse.jetty.io with parameters of type ConnectionModifier and TypeMethodDescriptionvoidSelectorManager.connectionClosed(Connection connection) Callback method invoked when a connection is closed.voidSelectorManager.connectionOpened(Connection connection) 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) voidConnection.Listener.Adapter.onOpened(Connection connection) voidConnection.Listener.onOpened(Connection connection) voidConnectionStatistics.onOpened(Connection connection) voidIncludeExcludeConnectionStatistics.onOpened(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.server
Classes in org.eclipse.jetty.server that implement ConnectionModifier and TypeClassDescriptionprivate classclassAConnectionthat handles the HTTP protocol.classprivate static classprivate classFields in org.eclipse.jetty.server with type parameters of type ConnectionModifier and TypeFieldDescriptionprivate final ConcurrentMap<Connection, ConnectorStatistics.Sample> ConnectorStatistics._samplesDeprecated.Methods 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) ProxyConnectionFactory.ProxyV1ConnectionFactory.newConnection(Connector connector, EndPoint endp) ProxyConnectionFactory.ProxyV2ConnectionFactory.newConnection(Connector connector, EndPoint endp) 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 responseFields) Create a connection for an upgrade request.Methods in org.eclipse.jetty.server with parameters of type ConnectionModifier and TypeMethodDescriptionvoidConnectionLimit.onClosed(Connection connection) voidConnectorStatistics.onClosed(Connection connection) Deprecated.voidSocketCustomizationListener.onClosed(Connection connection) voidConnectionLimit.onOpened(Connection connection) voidConnectorStatistics.onOpened(Connection connection) Deprecated.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.Constructors in org.eclipse.jetty.server with parameters of type Connection -
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) Deprecated.voidDebugHandler.onOpened(Connection connection) Deprecated.