Uses of Interface
org.eclipse.jetty.server.ConnectionFactory
Package
Description
Jetty Server : Core Server API
-
Uses of ConnectionFactory in org.eclipse.jetty.alpn.server
-
Uses of ConnectionFactory in org.eclipse.jetty.fcgi.server
-
Uses of ConnectionFactory in org.eclipse.jetty.http2.server
Modifier and TypeClassDescriptionclass
class
HTTP2 Clear Text Connection factory.class
class
-
Uses of ConnectionFactory in org.eclipse.jetty.http3.server
Modifier and TypeClassDescriptionclass
class
class
ModifierConstructorDescriptionHTTP3ServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) HTTP3ServerConnector
(Server server, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) -
Uses of ConnectionFactory in org.eclipse.jetty.quic.server
ModifierConstructorDescriptionQuicServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) QuicServerConnector
(Server server, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) -
Uses of ConnectionFactory in org.eclipse.jetty.server
Modifier and TypeInterfaceDescriptionstatic interface
A ConnectionFactory that can configure the connector.static interface
Connections created by this factory MUST implementConnection.UpgradeTo
.static interface
Modifier and TypeClassDescriptionclass
Provides the common handling forConnectionFactory
implementations.class
AConnectionFactory
combining multipleConnectionFactory.Detecting
instances that will upgrade to the first one recognizing the bytes in the buffer.class
A Connection Factory for HTTP Connections.class
class
Deprecated.class
ConnectionFactory for the PROXY Protocol.class
Modifier and TypeMethodDescriptionAbstractConnector.getConnectionFactory
(String protocol) Connector.getConnectionFactory
(String nextProtocol) AbstractConnector.getDefaultConnectionFactory()
Connector.getDefaultConnectionFactory()
static ConnectionFactory[]
AbstractConnectionFactory.getFactories
(SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) AbstractConnector.removeConnectionFactory
(String protocol) Modifier and TypeMethodDescriptionAbstractConnector.getConnectionFactories()
Connector.getConnectionFactories()
Modifier and TypeMethodDescriptionvoid
AbstractConnector.addConnectionFactory
(ConnectionFactory factory) void
AbstractConnector.addFirstConnectionFactory
(ConnectionFactory factory) void
AbstractConnector.addIfAbsentConnectionFactory
(ConnectionFactory factory) static ConnectionFactory[]
AbstractConnectionFactory.getFactories
(SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) protected static void
DetectorConnectionFactory.upgradeToConnectionFactory
(ConnectionFactory connectionFactory, Connector connector, EndPoint endPoint) Utility method that performs an upgrade to the specified connection factory, disposing of the given resources when needed.Modifier and TypeMethodDescriptionvoid
AbstractConnector.setConnectionFactories
(Collection<ConnectionFactory> factories) ModifierConstructorDescriptionAbstractConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, ConnectionFactory... factories) AbstractNetworkConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, ConnectionFactory... factories) LocalConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, ConnectionFactory... factories) LocalConnector
(Server server, ConnectionFactory connectionFactory) LocalConnector
(Server server, ConnectionFactory connectionFactory, SslContextFactory.Server sslContextFactory) NetworkTrafficServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, int selectors, ConnectionFactory... factories) NetworkTrafficServerConnector
(Server server, ConnectionFactory connectionFactory) NetworkTrafficServerConnector
(Server server, ConnectionFactory connectionFactory, SslContextFactory.Server sslContextFactory) ServerConnector
(Server server, int acceptors, int selectors, ConnectionFactory... factories) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the only factory.ServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int acceptors, int selectors, ConnectionFactory... factories) ServerConnector
(Server server, ConnectionFactory... factories) Construct a Server Connector with the passed Connection factories.ServerConnector
(Server server, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) -
Uses of ConnectionFactory in org.eclipse.jetty.unixsocket.server
ModifierConstructorDescriptionUnixSocketConnector
(Server server, int selectors, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given selectors and ConnectionFactories.UnixSocketConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int selectors, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given parameters.UnixSocketConnector
(Server server, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given ConnectionFactories.UnixSocketConnector
(Server server, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given SslContextFactory and ConnectionFactories.
DetectorConnectionFactory
with aSslConnectionFactory
instead.