Uses of Class
org.eclipse.jetty.io.AbstractConnection
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty IO : Core classes for Jetty IO subsystem
Jetty IO : Core SSL Support
Jetty Proxy : Async Proxy Support
This module contains the main abstractions for the QUIC protocol.
Jetty Server : Core Server 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.http
-
Uses of AbstractConnection in org.eclipse.jetty.fcgi.client.http
-
Uses of AbstractConnection in org.eclipse.jetty.fcgi.server
-
Uses of AbstractConnection in org.eclipse.jetty.http2
-
Uses of AbstractConnection in org.eclipse.jetty.http2.server
-
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.proxy
Modifier and TypeClassDescriptionclass
class
class
-
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 TypeMethodDescriptionprotected AbstractConnection
AbstractConnectionFactory.configure
(AbstractConnection connection, Connector connector, EndPoint endPoint) protected AbstractConnection
SslConnectionFactory.configure
(AbstractConnection connection, Connector connector, EndPoint endPoint) protected abstract AbstractConnection
NegotiatingServerConnectionFactory.newServerConnection
(Connector connector, EndPoint endPoint, SSLEngine engine, List<String> protocols, String defaultProtocol) Modifier and TypeMethodDescriptionprotected AbstractConnection
AbstractConnectionFactory.configure
(AbstractConnection connection, Connector connector, EndPoint endPoint) protected AbstractConnection
SslConnectionFactory.configure
(AbstractConnection connection, Connector connector, EndPoint endPoint) -
Uses of AbstractConnection in org.eclipse.jetty.websocket.core.internal
Modifier and TypeClassDescriptionclass
Provides the implementation ofConnection
that is suitable for WebSocket