Uses of Interface
org.eclipse.jetty.io.Connection.UpgradeTo
Package
Description
Jetty IO : Core SSL Support
Jetty Proxy : Async Proxy Support
Jetty Server : Core Server API
-
Uses of Connection.UpgradeTo in org.eclipse.jetty.http2
-
Uses of Connection.UpgradeTo in org.eclipse.jetty.http2.server
-
Uses of Connection.UpgradeTo in org.eclipse.jetty.io.ssl
Modifier 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. -
Uses of Connection.UpgradeTo in org.eclipse.jetty.proxy
-
Uses of Connection.UpgradeTo in org.eclipse.jetty.server
-
Uses of Connection.UpgradeTo in org.eclipse.jetty.websocket.core.internal
Modifier and TypeClassDescriptionclass
Provides the implementation ofConnection
that is suitable for WebSocket