Uses of Class
org.eclipse.jetty.util.ssl.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
ModifierConstructorDescriptionSslConnection
(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
-
Uses of SslContextFactory in org.eclipse.jetty.util.ssl
Modifier and TypeClassDescriptionstatic class
static class
Modifier and TypeMethodDescriptionvoid
SslContextFactory.reload
(Consumer<SslContextFactory> consumer) -
Uses of SslContextFactory in org.eclipse.jetty.websocket.client
Modifier and TypeMethodDescriptionWebSocketClient.getSslContextFactory()
Get theSslContextFactory
that manages TLS encryption.