Uses of Class
org.eclipse.jetty.util.ssl.SslContextFactory.Server
Packages that use 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
Constructors in org.eclipse.jetty.http3.server with parameters of type SslContextFactory.ServerModifierConstructorDescriptionHTTP3ServerConnector(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
Methods in org.eclipse.jetty.jmx that return SslContextFactory.ServerMethods in org.eclipse.jetty.jmx with parameters of type SslContextFactory.ServerModifier and TypeMethodDescriptionvoidConnectorServer.setSslContextFactory(SslContextFactory.Server sslContextFactory) Constructors in org.eclipse.jetty.jmx with parameters of type SslContextFactory.ServerModifierConstructorDescriptionConnectorServer(JMXServiceURL serviceURL, Map<String, ?> environment, String objectName, SslContextFactory.Server sslContextFactory) Constructs a ConnectorServer -
Uses of SslContextFactory.Server in org.eclipse.jetty.quic.server
Methods in org.eclipse.jetty.quic.server that return SslContextFactory.ServerConstructors in org.eclipse.jetty.quic.server with parameters of type SslContextFactory.ServerModifierConstructorDescriptionQuicServerConnector(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
Methods in org.eclipse.jetty.server that return SslContextFactory.ServerMethods in org.eclipse.jetty.server with parameters of type SslContextFactory.ServerModifier and TypeMethodDescriptionstatic ConnectionFactory[]AbstractConnectionFactory.getFactories(SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) Constructors in org.eclipse.jetty.server with parameters of type SslContextFactory.ServerModifierConstructorDescriptionLocalConnector(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 ofHttpConnectionFactoryas the primary protocolServerConnector(Server server, SslContextFactory.Server sslContextFactory) Construct a ServerConnector with a private instance ofHttpConnectionFactoryas 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
Constructors in org.eclipse.jetty.util.ssl with parameters of type SslContextFactory.ServerModifierConstructorDescriptionSniX509ExtendedKeyManager(X509ExtendedKeyManager keyManager, SslContextFactory.Server sslContextFactory)
QuicServerConnector(Server, Executor, Scheduler, ByteBufferPool, ServerQuicConfiguration, ConnectionFactory...)instead