Uses of Class
org.eclipse.jetty.io.AbstractConnection
Package
Description
Jetty IO : Core classes for Jetty IO subsystem
Jetty IO : Core SSL Support
This module contains the main abstractions for the QUIC protocol.
Jetty Server : Core Server API
Jetty Server : Core Handler API
-
Uses of AbstractConnection in org.eclipse.jetty.alpn.client
-
Uses of AbstractConnection in org.eclipse.jetty.alpn.server
Modifier and TypeMethodDescriptionprotected AbstractConnection
ALPNServerConnectionFactory.newServerConnection
(Connector connector, EndPoint endPoint, SSLEngine engine, List<String> protocols, String defaultProtocol) -
Uses of AbstractConnection in org.eclipse.jetty.client
Modifier and TypeClassDescriptionprotected static class
-
Uses of AbstractConnection in org.eclipse.jetty.client.transport.internal
-
Uses of AbstractConnection in org.eclipse.jetty.fcgi.client.transport.internal
-
Uses of AbstractConnection in org.eclipse.jetty.fcgi.server.internal
-
Uses of AbstractConnection in org.eclipse.jetty.http2
-
Uses of AbstractConnection in org.eclipse.jetty.http2.server.internal
-
Uses of AbstractConnection in org.eclipse.jetty.http3
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of AbstractConnection in org.eclipse.jetty.io
-
Uses of AbstractConnection 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 AbstractConnection in org.eclipse.jetty.quic.client
-
Uses of AbstractConnection in org.eclipse.jetty.quic.common
Modifier and TypeClassDescriptionclass
AConnection
implementation that receives and sends datagram packets via its associatedDatagramChannelEndPoint
. -
Uses of AbstractConnection in org.eclipse.jetty.quic.server
-
Uses of AbstractConnection in org.eclipse.jetty.server
Modifier and TypeClassDescriptionclass
AnAbstractConnection
that also implementsConnectionMetaData
with fixed local and remote addresses.class
Modifier and TypeMethodDescriptionprotected <T extends AbstractConnection>
Tprotected <T extends AbstractConnection>
TModifier and TypeMethodDescriptionprotected abstract AbstractConnection
NegotiatingServerConnectionFactory.newServerConnection
(Connector connector, EndPoint endPoint, SSLEngine engine, List<String> protocols, String defaultProtocol) -
Uses of AbstractConnection in org.eclipse.jetty.server.handler
Modifier and TypeClassDescriptionclass
class
-
Uses of AbstractConnection in org.eclipse.jetty.server.internal
-
Uses of AbstractConnection in org.eclipse.jetty.websocket.core
Modifier and TypeClassDescriptionclass
Provides the implementation ofConnection
that is suitable for WebSocket