Uses of Class
org.eclipse.jetty.util.ssl.SslContextFactory.Server
Package
Description
Jetty JMX : Integration for JMX in Jetty
Jetty Server : Core Server API
Jetty Util : Common SSL Utility Classes
-
Uses of SslContextFactory.Server in org.eclipse.jetty.http3.server
ModifierConstructorDescriptionHTTP3ServerConnector
(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 SslContextFactory.Server in org.eclipse.jetty.jmx
Modifier and TypeMethodDescriptionvoid
ConnectorServer.setSslContextFactory
(SslContextFactory.Server sslContextFactory) ModifierConstructorDescriptionConnectorServer
(JMXServiceURL serviceURL, Map<String, ?> environment, String objectName, SslContextFactory.Server sslContextFactory) Constructs a ConnectorServer -
Uses of SslContextFactory.Server in org.eclipse.jetty.quic.server
ModifierConstructorDescriptionQuicServerConnector
(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, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.ServerQuicConfiguration
(SslContextFactory.Server sslContextFactory, Path pemWorkDirectory) -
Uses of SslContextFactory.Server in org.eclipse.jetty.server
Modifier and TypeMethodDescriptionstatic ConnectionFactory[]
AbstractConnectionFactory.getFactories
(SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) ModifierConstructorDescriptionLocalConnector
(Server server, ConnectionFactory connectionFactory, SslContextFactory.Server sslContextFactory) LocalConnector
(Server server, SslContextFactory.Server sslContextFactory) NetworkTrafficServerConnector
(Server server, ConnectionFactory connectionFactory, SslContextFactory.Server sslContextFactory) NetworkTrafficServerConnector
(Server server, SslContextFactory.Server sslContextFactory) ServerConnector
(Server server, int acceptors, int selectors, SslContextFactory.Server sslContextFactory) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the primary protocolServerConnector
(Server server, SslContextFactory.Server sslContextFactory) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the primary protocolServerConnector
(Server server, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) SslConnectionFactory
(SslContextFactory.Server factory, String nextProtocol) -
Uses of SslContextFactory.Server in org.eclipse.jetty.util.ssl
ModifierConstructorDescriptionSniX509ExtendedKeyManager
(X509ExtendedKeyManager keyManager, SslContextFactory.Server sslContextFactory)
QuicServerConnector(Server, Executor, Scheduler, ByteBufferPool, ServerQuicConfiguration, ConnectionFactory...)
instead