Uses of Class
org.eclipse.jetty.util.ssl.SslContextFactory
Packages that use SslContextFactory
Package
Description
Jetty IO : Core SSL Support
Jetty Security : Authenticators and Callbacks
Jetty Util : Common SSL Utility Classes
Jetty WebSocket API :: Client
-
Uses of SslContextFactory in org.eclipse.jetty.http2.client
Methods in org.eclipse.jetty.http2.client with parameters of type SslContextFactoryModifier and TypeMethodDescriptionvoid
HTTP2Client.accept
(SslContextFactory sslContextFactory, SocketChannel channel, Session.Listener listener, Promise<Session> promise) HTTP2Client.connect
(SslContextFactory sslContextFactory, SocketAddress address, Session.Listener listener) void
HTTP2Client.connect
(SslContextFactory sslContextFactory, SocketAddress address, Session.Listener listener, Promise<Session> promise) void
HTTP2Client.connect
(SslContextFactory sslContextFactory, SocketAddress address, Session.Listener listener, Promise<Session> promise, Map<String, Object> context) -
Uses of SslContextFactory in org.eclipse.jetty.io.ssl
Constructors in org.eclipse.jetty.io.ssl with parameters of type SslContextFactoryModifierConstructorDescriptionSslClientConnectionFactory
(SslContextFactory sslContextFactory, ByteBufferPool byteBufferPool, Executor executor, ClientConnectionFactory connectionFactory) -
Uses of SslContextFactory in org.eclipse.jetty.security.authentication
Constructors in org.eclipse.jetty.security.authentication with parameters of type SslContextFactory -
Uses of SslContextFactory in org.eclipse.jetty.util.ssl
Subclasses of SslContextFactory in org.eclipse.jetty.util.sslModifier and TypeClassDescriptionstatic class
static class
Method parameters in org.eclipse.jetty.util.ssl with type arguments of type SslContextFactoryModifier and TypeMethodDescriptionvoid
SslContextFactory.reload
(Consumer<SslContextFactory> consumer) Constructors in org.eclipse.jetty.util.ssl with parameters of type SslContextFactory -
Uses of SslContextFactory in org.eclipse.jetty.websocket.client
Methods in org.eclipse.jetty.websocket.client that return SslContextFactory