Uses of Interface
org.eclipse.jetty.server.ConnectionFactory
Packages that use ConnectionFactory
Package
Description
Jetty Server : Core Server API
-
Uses of ConnectionFactory in org.eclipse.jetty.alpn.server
Classes in org.eclipse.jetty.alpn.server that implement ConnectionFactory -
Uses of ConnectionFactory in org.eclipse.jetty.fcgi.server
Classes in org.eclipse.jetty.fcgi.server that implement ConnectionFactory -
Uses of ConnectionFactory in org.eclipse.jetty.http2.server
Classes in org.eclipse.jetty.http2.server that implement ConnectionFactoryModifier and TypeClassDescriptionclass
class
HTTP2 Clear Text Connection factory.class
class
-
Uses of ConnectionFactory in org.eclipse.jetty.http3.server
Classes in org.eclipse.jetty.http3.server that implement ConnectionFactoryModifier and TypeClassDescriptionclass
class
class
Constructors in org.eclipse.jetty.http3.server with parameters of type ConnectionFactoryModifierConstructorDescriptionHTTP3ServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.HTTP3ServerConnector
(Server server, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ConnectionFactory in org.eclipse.jetty.quic.server
Classes in org.eclipse.jetty.quic.server that implement ConnectionFactoryModifier and TypeClassDescriptionclass
Constructors in org.eclipse.jetty.quic.server with parameters of type ConnectionFactoryModifierConstructorDescriptionQuicServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, ServerQuicConfiguration quicConfiguration, ConnectionFactory... factories) QuicServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.QuicServerConnector
(Server server, ServerQuicConfiguration quicConfiguration, ConnectionFactory... factories) QuicServerConnector
(Server server, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ConnectionFactory in org.eclipse.jetty.server
Subinterfaces of ConnectionFactory in org.eclipse.jetty.serverModifier and TypeInterfaceDescriptionstatic interface
A ConnectionFactory that can configure the connector.static interface
Connections created by this factory MUST implementConnection.UpgradeTo
.static interface
Classes in org.eclipse.jetty.server that implement ConnectionFactoryModifier 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.UseDetectorConnectionFactory
with aSslConnectionFactory
instead.class
ConnectionFactory for the PROXY Protocol.class
Methods in org.eclipse.jetty.server that return ConnectionFactoryModifier and TypeMethodDescriptionAbstractConnector.getConnectionFactory
(String protocol) Connector.getConnectionFactory
(String nextProtocol) AbstractConnector.getDefaultConnectionFactory()
Connector.getDefaultConnectionFactory()
Get the defaultConnectionFactory
associated with the default protocol name.static ConnectionFactory[]
AbstractConnectionFactory.getFactories
(SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) AbstractConnector.removeConnectionFactory
(String protocol) Methods in org.eclipse.jetty.server that return types with arguments of type ConnectionFactoryModifier and TypeMethodDescriptionAbstractConnector.getConnectionFactories()
Connector.getConnectionFactories()
Methods in org.eclipse.jetty.server with parameters of type ConnectionFactoryModifier 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.Method parameters in org.eclipse.jetty.server with type arguments of type ConnectionFactoryModifier and TypeMethodDescriptionvoid
AbstractConnector.setConnectionFactories
(Collection<ConnectionFactory> factories) Constructors in org.eclipse.jetty.server with parameters of type ConnectionFactoryModifierConstructorDescriptionAbstractConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int acceptors, ConnectionFactory... factories) AbstractNetworkConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int acceptors, ConnectionFactory... factories) LocalConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int acceptors, ConnectionFactory... factories) LocalConnector
(Server server, ConnectionFactory connectionFactory) LocalConnector
(Server server, ConnectionFactory connectionFactory, SslContextFactory.Server sslContextFactory) MemoryConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, ConnectionFactory... factories) MemoryConnector
(Server server, ConnectionFactory... factories) NetworkTrafficServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, 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.unixdomain.server
Constructors in org.eclipse.jetty.unixdomain.server with parameters of type ConnectionFactoryModifierConstructorDescriptionUnixDomainServerConnector
(Server server, int acceptors, int selectors, ConnectionFactory... factories) UnixDomainServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int acceptors, int selectors, ConnectionFactory... factories) UnixDomainServerConnector
(Server server, ConnectionFactory... factories)
QuicServerConnector(Server, Executor, Scheduler, ByteBufferPool, ServerQuicConfiguration, ConnectionFactory...)
instead