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 class
private static class
private static class
private static class
Methods 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._set
private final IncludeExcludeSet
<Class<? extends Connection>, Connection> IncludeExcludeConnectionStatistics._set
private final Set
<Class<? extends Connection>> IncludeExcludeConnectionStatistics.ConnectionSet.set
Methods 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) abstract Connection
SelectorManager.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 TypeMethodDescriptionvoid
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, Map<String, 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) void
Connection.Listener.Adapter.onOpened
(Connection connection) void
Connection.Listener.onOpened
(Connection connection) void
ConnectionStatistics.onOpened
(Connection connection) void
IncludeExcludeConnectionStatistics.onOpened
(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.DecryptedEndPoint.setConnection
(Connection connection) -
Uses of Connection in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement ConnectionModifier and TypeClassDescriptionprivate class
class
AConnection
that handles the HTTP protocol.class
private static class
private class
Fields in org.eclipse.jetty.server with type parameters of type ConnectionModifier and TypeFieldDescriptionprivate final ConcurrentMap
<Connection, ConnectorStatistics.Sample> ConnectorStatistics._samples
Deprecated.Methods in org.eclipse.jetty.server that return ConnectionModifier and TypeMethodDescriptionHttpChannel.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) 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 TypeMethodDescriptionvoid
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 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.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 TypeMethodDescriptionvoid
DebugHandler.onClosed
(Connection connection) Deprecated.void
DebugHandler.onOpened
(Connection connection) Deprecated.