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.io.ssl
Constructors in org.eclipse.jetty.io.ssl with parameters of type SslContextFactoryModifierConstructorDescriptionSslConnection
(ByteBufferPool byteBufferPool, Executor executor, SslContextFactory sslContextFactory, EndPoint endPoint, SSLEngine sslEngine) SslConnection
(ByteBufferPool byteBufferPool, Executor executor, SslContextFactory sslContextFactory, EndPoint endPoint, SSLEngine sslEngine, boolean useDirectBuffersForEncryption, boolean useDirectBuffersForDecryption) -
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 SslContextFactoryModifier and TypeMethodDescriptionWebSocketClient.getSslContextFactory()
Get theSslContextFactory
that manages TLS encryption.