Uses of Class
org.eclipse.jetty.util.ssl.SslContextFactory.Client
Package
Description
Jetty IO : Core classes for Jetty IO subsystem
Jetty IO : Core SSL Support
-
Uses of SslContextFactory.Client in org.eclipse.jetty.client
Modifier and TypeMethodDescriptionHttpClient.getSslContextFactory()
ProxyConfiguration.Proxy.getSslContextFactory()
Modifier and TypeMethodDescriptionHttpClient.newSslClientConnectionFactory
(SslContextFactory.Client sslContextFactory, ClientConnectionFactory connectionFactory) void
HttpClient.setSslContextFactory
(SslContextFactory.Client sslContextFactory) Set theSslContextFactory.Client
that manages TLS encryption.ModifierConstructorDescriptionHttpProxy
(Origin.Address address, SslContextFactory.Client sslContextFactory) Creates a new instance with the given HTTP proxy address and TLS configuration.HttpProxy
(Origin.Address address, SslContextFactory.Client sslContextFactory, Origin.Protocol protocol) Creates a new instance with the given HTTP proxy address, TLS configuration and protocol.HttpProxy
(Origin origin, SslContextFactory.Client sslContextFactory) Creates a new instance with the given HTTP proxyOrigin
and TLS configuration.protected
Proxy
(Origin.Address address, boolean secure, SslContextFactory.Client sslContextFactory, Origin.Protocol protocol) protected
Proxy
(Origin origin, SslContextFactory.Client sslContextFactory) -
Uses of SslContextFactory.Client in org.eclipse.jetty.http2.client
Modifier and TypeMethodDescriptionvoid
HTTP2Client.accept
(SslContextFactory.Client sslContextFactory, SocketChannel channel, Session.Listener listener, Promise<Session> promise) HTTP2Client.connect
(Transport transport, SslContextFactory.Client sslContextFactory, SocketAddress address, Session.Listener listener) void
HTTP2Client.connect
(Transport transport, SslContextFactory.Client sslContextFactory, SocketAddress address, Session.Listener listener, Promise<Session> promise, Map<String, Object> context) HTTP2Client.connect
(SslContextFactory.Client sslContextFactory, SocketAddress address, Session.Listener listener) void
HTTP2Client.connect
(SslContextFactory.Client sslContextFactory, SocketAddress address, Session.Listener listener, Promise<Session> promise) void
HTTP2Client.connect
(SslContextFactory.Client sslContextFactory, SocketAddress address, Session.Listener listener, Promise<Session> promise, Map<String, Object> context) -
Uses of SslContextFactory.Client in org.eclipse.jetty.io
Modifier and TypeMethodDescriptionClientConnector.getSslContextFactory()
protected SslContextFactory.Client
ClientConnector.newSslContextFactory()
Modifier and TypeMethodDescriptionvoid
ClientConnector.setSslContextFactory
(SslContextFactory.Client sslContextFactory) -
Uses of SslContextFactory.Client in org.eclipse.jetty.io.ssl
ModifierConstructorDescriptionSslClientConnectionFactory
(SslContextFactory.Client sslContextFactory, ByteBufferPool byteBufferPool, Executor executor, ClientConnectionFactory connectionFactory) -
Uses of SslContextFactory.Client in org.eclipse.jetty.quic.client
ModifierConstructorDescriptionClientQuicConfiguration
(SslContextFactory.Client sslContextFactory, Path pemWorkDirectory)