Uses of Interface
org.eclipse.jetty.io.Connection
-
Packages that use Connection Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.http org.eclipse.jetty.fcgi.client.http org.eclipse.jetty.fcgi.server org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystemorg.eclipse.jetty.io.ssl Jetty IO : Core SSL Supportorg.eclipse.jetty.proxy Jetty Proxy : Async Proxy Supportorg.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler Jetty Server : Core Handler API -
-
Uses of Connection in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement Connection Modifier and Type Class Description protected static classProxyProtocolClientConnectionFactory.ProxyProtocolConnectionprivate static classProxyProtocolClientConnectionFactory.ProxyProtocolConnectionV1private static classProxyProtocolClientConnectionFactory.ProxyProtocolConnectionV2private static classSocks4Proxy.Socks4ProxyConnectionMethods in org.eclipse.jetty.client that return Connection Modifier and Type Method Description ConnectionAbstractConnectorHttpClientTransport.ClientSelectorManager. newConnection(java.nio.channels.SelectableChannel channel, EndPoint endPoint, java.lang.Object attachment)ConnectionHttpProxy.HttpProxyClientConnectionFactory. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)ConnectionProxyProtocolClientConnectionFactory. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)ConnectionSocks4Proxy.Socks4ProxyClientConnectionFactory. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context) -
Uses of Connection in org.eclipse.jetty.client.http
Classes in org.eclipse.jetty.client.http that implement Connection Modifier and Type Class Description classHttpConnectionOverHTTPMethods in org.eclipse.jetty.client.http that return Connection Modifier and Type Method Description ConnectionHttpClientTransportOverHTTP. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context) -
Uses of Connection in org.eclipse.jetty.fcgi.client.http
Classes in org.eclipse.jetty.fcgi.client.http that implement Connection Modifier and Type Class Description classHttpConnectionOverFCGIMethods in org.eclipse.jetty.fcgi.client.http that return Connection Modifier and Type Method Description ConnectionHttpClientTransportOverFCGI. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context) -
Uses of Connection in org.eclipse.jetty.fcgi.server
Classes in org.eclipse.jetty.fcgi.server that implement Connection Modifier and Type Class Description classServerFCGIConnectionMethods in org.eclipse.jetty.fcgi.server that return Connection Modifier and Type Method Description ConnectionServerFCGIConnectionFactory. newConnection(Connector connector, EndPoint endPoint) -
Uses of Connection in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement Connection Modifier and Type Class Description classAbstractConnectionA convenience base implementation ofConnection.classNegotiatingClientConnectionFields in org.eclipse.jetty.io declared as Connection Modifier and Type Field Description private ConnectionAbstractEndPoint. _connectionFields in org.eclipse.jetty.io with type parameters of type Connection Modifier and Type Field Description private IncludeExcludeSet<java.lang.Class<? extends Connection>,Connection>IncludeExcludeConnectionStatistics. _setprivate IncludeExcludeSet<java.lang.Class<? extends Connection>,Connection>IncludeExcludeConnectionStatistics. _setprivate java.util.Set<java.lang.Class<? extends Connection>>IncludeExcludeConnectionStatistics.ConnectionSet. setMethods in org.eclipse.jetty.io that return Connection Modifier and Type Method Description default ConnectionClientConnectionFactory. customize(Connection connection, java.util.Map<java.lang.String,java.lang.Object> context)ConnectionAbstractEndPoint. getConnection()ConnectionEndPoint. getConnection()ConnectionClientConnectionFactory. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)abstract ConnectionSelectorManager. newConnection(java.nio.channels.SelectableChannel channel, EndPoint endpoint, java.lang.Object attachment)Factory method to createConnection.Methods in org.eclipse.jetty.io that return types with arguments of type Connection Modifier and Type Method Description private java.lang.Class<? extends Connection>IncludeExcludeConnectionStatistics. connectionForName(java.lang.String className)java.util.Iterator<java.lang.Class<? extends Connection>>IncludeExcludeConnectionStatistics.ConnectionSet. iterator()Methods in org.eclipse.jetty.io with parameters of type Connection Modifier and Type Method Description voidSelectorManager. 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, java.util.Map<java.lang.String,java.lang.Object> context)voidConnection.Listener.Adapter. onClosed(Connection connection)voidConnection.Listener. onClosed(Connection connection)voidConnectionStatistics. onClosed(Connection connection)private voidConnectionStatistics. onClosed(ConnectionStatistics.Stats stats, 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 Connection Modifier and Type Method Description booleanIncludeExcludeConnectionStatistics.ConnectionSet. add(java.lang.Class<? extends Connection> aClass)voidIncludeExcludeConnectionStatistics. exclude(java.lang.Class<? extends Connection> clazz)voidIncludeExcludeConnectionStatistics. include(java.lang.Class<? extends Connection> clazz) -
Uses of Connection in org.eclipse.jetty.io.ssl
Classes in org.eclipse.jetty.io.ssl that implement Connection Modifier and Type Class Description classSslConnectionA 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 Connection Modifier and Type Method Description ConnectionSslClientConnectionFactory. customize(Connection connection, java.util.Map<java.lang.String,java.lang.Object> context)ConnectionSslClientConnectionFactory. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)Methods in org.eclipse.jetty.io.ssl with parameters of type Connection Modifier and Type Method Description default voidALPNProcessor. configure(javax.net.ssl.SSLEngine sslEngine, Connection connection)Configures the given SSLEngine and the given Connection for ALPN.ConnectionSslClientConnectionFactory. customize(Connection connection, java.util.Map<java.lang.String,java.lang.Object> context)voidSslConnection.DecryptedEndPoint. setConnection(Connection connection) -
Uses of Connection in org.eclipse.jetty.proxy
Classes in org.eclipse.jetty.proxy that implement Connection Modifier and Type Class Description classConnectHandler.DownstreamConnectionclassConnectHandler.UpstreamConnectionclassProxyConnectionFields in org.eclipse.jetty.proxy declared as Connection Modifier and Type Field Description private ConnectionProxyConnection. connectionMethods in org.eclipse.jetty.proxy that return Connection Modifier and Type Method Description ConnectionProxyConnection. getConnection()ConnectionConnectHandler.ConnectManager. newConnection(java.nio.channels.SelectableChannel channel, EndPoint endpoint, java.lang.Object attachment)Methods in org.eclipse.jetty.proxy with parameters of type Connection Modifier and Type Method Description voidProxyConnection. setConnection(Connection connection)private voidConnectHandler. upgradeConnection(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Connection connection) -
Uses of Connection in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement Connection Modifier and Type Class Description private classDetectorConnectionFactory.DetectorConnectionclassHttpConnectionAConnectionthat handles the HTTP protocol.classNegotiatingServerConnectionprivate static classProxyConnectionFactory.ProxyV1ConnectionFactory.ProxyProtocolV1Connectionprivate classProxyConnectionFactory.ProxyV2ConnectionFactory.ProxyProtocolV2ConnectionFields in org.eclipse.jetty.server with type parameters of type Connection Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<Connection,ConnectorStatistics.Sample>ConnectorStatistics. _samplesDeprecated.Methods in org.eclipse.jetty.server that return Connection Modifier and Type Method Description ConnectionHttpChannel. getConnection()ConnectionProxyConnectionFactory.ProxyEndPoint. getConnection()ConnectionConnectionFactory. newConnection(Connector connector, EndPoint endPoint)Creates a newConnectionwith the given parametersConnectionDetectorConnectionFactory. newConnection(Connector connector, EndPoint endPoint)ConnectionHttpConnectionFactory. newConnection(Connector connector, EndPoint endPoint)ConnectionNegotiatingServerConnectionFactory. newConnection(Connector connector, EndPoint endPoint)ConnectionProxyConnectionFactory.ProxyV1ConnectionFactory. newConnection(Connector connector, EndPoint endp)ConnectionProxyConnectionFactory.ProxyV2ConnectionFactory. newConnection(Connector connector, EndPoint endp)ConnectionServerConnector.ServerConnectorManager. newConnection(java.nio.channels.SelectableChannel channel, EndPoint endpoint, java.lang.Object attachment)ConnectionSslConnectionFactory. newConnection(Connector connector, EndPoint endPoint)ConnectionConnectionFactory.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 Connection Modifier and Type Method Description voidConnectionLimit. 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 Connection Modifier and Type Method Description protected voidSocketCustomizationListener. customize(java.net.Socket socket, java.lang.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 Constructor Description Sample(Connection connection) -
Uses of Connection in org.eclipse.jetty.server.handler
Methods in org.eclipse.jetty.server.handler with parameters of type Connection Modifier and Type Method Description voidDebugHandler. onClosed(Connection connection)Deprecated.voidDebugHandler. onOpened(Connection connection)Deprecated.
-