Uses of Interface
org.eclipse.jetty.io.Connection.UpgradeTo
-
Packages that use Connection.UpgradeTo Package Description org.eclipse.jetty.http2.server 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 APIorg.eclipse.jetty.websocket.client.io Jetty WebSocket Client : I/O Implementation [Internal Use Only]org.eclipse.jetty.websocket.common.io Jetty WebSocket Common : I/O Implementationorg.eclipse.jetty.websocket.server Jetty WebSocket Server : Implementation [Internal Use Only] -
-
Uses of Connection.UpgradeTo in org.eclipse.jetty.http2.server
Classes in org.eclipse.jetty.http2.server that implement Connection.UpgradeTo Modifier and Type Class Description class
HTTP2ServerConnection
-
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 class
SslConnection
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
Classes in org.eclipse.jetty.proxy that implement Connection.UpgradeTo Modifier and Type Class Description class
ConnectHandler.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 class
HttpConnection
AConnection
that handles the HTTP protocol. -
Uses of Connection.UpgradeTo in org.eclipse.jetty.websocket.client.io
Classes in org.eclipse.jetty.websocket.client.io that implement Connection.UpgradeTo Modifier and Type Class Description class
WebSocketClientConnection
Client side WebSocket physical connection. -
Uses of Connection.UpgradeTo in org.eclipse.jetty.websocket.common.io
Classes in org.eclipse.jetty.websocket.common.io that implement Connection.UpgradeTo Modifier and Type Class Description class
AbstractWebSocketConnection
Provides the implementation ofLogicalConnection
within the framework of the newConnection
framework ofjetty-io
. -
Uses of Connection.UpgradeTo in org.eclipse.jetty.websocket.server
Classes in org.eclipse.jetty.websocket.server that implement Connection.UpgradeTo Modifier and Type Class Description class
WebSocketServerConnection
-