Uses of Class
org.eclipse.jetty.io.AbstractConnection
-
Packages that use AbstractConnection Package Description org.eclipse.jetty.client.http 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 API -
-
Uses of AbstractConnection in org.eclipse.jetty.client.http
Subclasses of AbstractConnection in org.eclipse.jetty.client.http Modifier and Type Class Description classHttpConnectionOverHTTP -
Uses of AbstractConnection in org.eclipse.jetty.io
Subclasses of AbstractConnection in org.eclipse.jetty.io Modifier and Type Class Description classNegotiatingClientConnection -
Uses of AbstractConnection in org.eclipse.jetty.io.ssl
Subclasses of AbstractConnection in org.eclipse.jetty.io.ssl 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. -
Uses of AbstractConnection in org.eclipse.jetty.proxy
Subclasses of AbstractConnection in org.eclipse.jetty.proxy Modifier and Type Class Description classConnectHandler.DownstreamConnectionclassConnectHandler.UpstreamConnectionclassProxyConnection -
Uses of AbstractConnection in org.eclipse.jetty.server
Subclasses of AbstractConnection in org.eclipse.jetty.server Modifier and Type Class Description classHttpConnectionAConnectionthat handles the HTTP protocol.classNegotiatingServerConnectionstatic classProxyConnectionFactory.ProxyProtocolV1ConnectionclassProxyConnectionFactory.ProxyProtocolV1orV2ConnectionclassProxyConnectionFactory.ProxyProtocolV2ConnectionMethods in org.eclipse.jetty.server that return AbstractConnection Modifier and Type Method Description protected AbstractConnectionAbstractConnectionFactory. configure(AbstractConnection connection, Connector connector, EndPoint endPoint)protected AbstractConnectionSslConnectionFactory. configure(AbstractConnection connection, Connector connector, EndPoint endPoint)protected abstract AbstractConnectionNegotiatingServerConnectionFactory. newServerConnection(Connector connector, EndPoint endPoint, javax.net.ssl.SSLEngine engine, java.util.List<java.lang.String> protocols, java.lang.String defaultProtocol)Methods in org.eclipse.jetty.server with parameters of type AbstractConnection Modifier and Type Method Description protected AbstractConnectionAbstractConnectionFactory. configure(AbstractConnection connection, Connector connector, EndPoint endPoint)protected AbstractConnectionSslConnectionFactory. configure(AbstractConnection connection, Connector connector, EndPoint endPoint)
-