Uses of Interface
org.eclipse.jetty.io.Connection.UpgradeTo
-
Packages that use Connection.UpgradeTo Package Description org.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 Connection.UpgradeTo in org.eclipse.jetty.io.ssl
Classes in org.eclipse.jetty.io.ssl that implement Connection.UpgradeTo 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 Connection.UpgradeTo in org.eclipse.jetty.proxy
Classes in org.eclipse.jetty.proxy that implement Connection.UpgradeTo Modifier and Type Class Description classConnectHandler.DownstreamConnection -
Uses of Connection.UpgradeTo in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement Connection.UpgradeTo Modifier and Type Class Description private classDetectorConnectionFactory.DetectorConnectionclassHttpConnectionAConnectionthat handles the HTTP protocol.private static classProxyConnectionFactory.ProxyV1ConnectionFactory.ProxyProtocolV1Connectionprivate classProxyConnectionFactory.ProxyV2ConnectionFactory.ProxyProtocolV2Connection
-