Uses of Interface
org.eclipse.jetty.io.Connection.UpgradeTo
Packages that use Connection.UpgradeTo
Package
Description
Jetty IO : Core SSL Support
Jetty Server : Core Handler API
-
Uses of Connection.UpgradeTo in org.eclipse.jetty.http2
Classes in org.eclipse.jetty.http2 that implement Connection.UpgradeTo -
Uses of Connection.UpgradeTo in org.eclipse.jetty.http2.server.internal
Classes in org.eclipse.jetty.http2.server.internal that implement Connection.UpgradeTo -
Uses of Connection.UpgradeTo in org.eclipse.jetty.http3
Classes in org.eclipse.jetty.http3 that implement Connection.UpgradeToModifier and TypeClassDescriptionclass
class
class
-
Uses of Connection.UpgradeTo in org.eclipse.jetty.io.ssl
Classes in org.eclipse.jetty.io.ssl that implement Connection.UpgradeToModifier 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.server.handler
Classes in org.eclipse.jetty.server.handler that implement Connection.UpgradeTo -
Uses of Connection.UpgradeTo in org.eclipse.jetty.server.internal
Classes in org.eclipse.jetty.server.internal that implement Connection.UpgradeTo -
Uses of Connection.UpgradeTo in org.eclipse.jetty.websocket.core
Classes in org.eclipse.jetty.websocket.core that implement Connection.UpgradeToModifier and TypeClassDescriptionclass
Provides the implementation ofConnection
that is suitable for WebSocket