Uses of Class
org.eclipse.jetty.util.ssl.SslContextFactory.Client
Packages that use 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
Methods in org.eclipse.jetty.client that return SslContextFactory.ClientModifier and TypeMethodDescriptionHttpClient.getSslContextFactory()ProxyConfiguration.Proxy.getSslContextFactory()Methods in org.eclipse.jetty.client with parameters of type SslContextFactory.ClientModifier and TypeMethodDescriptionHttpClient.newSslClientConnectionFactory(SslContextFactory.Client sslContextFactory, ClientConnectionFactory connectionFactory) voidHttpClient.setSslContextFactory(SslContextFactory.Client sslContextFactory) Set theSslContextFactory.Clientthat manages TLS encryption.Constructors in org.eclipse.jetty.client with parameters of type SslContextFactory.ClientModifierConstructorDescriptionHttpProxy(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 proxyOriginand TLS configuration.protectedProxy(Origin.Address address, boolean secure, SslContextFactory.Client sslContextFactory, Origin.Protocol protocol) protectedProxy(Origin origin, SslContextFactory.Client sslContextFactory) -
Uses of SslContextFactory.Client in org.eclipse.jetty.http2.client
Methods in org.eclipse.jetty.http2.client with parameters of type SslContextFactory.ClientModifier and TypeMethodDescriptionvoidHTTP2Client.accept(SslContextFactory.Client sslContextFactory, SocketChannel channel, Session.Listener listener, Promise<Session> promise) HTTP2Client.connect(Transport transport, SslContextFactory.Client sslContextFactory, SocketAddress address, Session.Listener listener) voidHTTP2Client.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) voidHTTP2Client.connect(SslContextFactory.Client sslContextFactory, SocketAddress address, Session.Listener listener, Promise<Session> promise) voidHTTP2Client.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
Methods in org.eclipse.jetty.io that return SslContextFactory.ClientModifier and TypeMethodDescriptionClientConnector.getSslContextFactory()protected SslContextFactory.ClientClientConnector.newSslContextFactory()Methods in org.eclipse.jetty.io with parameters of type SslContextFactory.ClientModifier and TypeMethodDescriptionvoidClientConnector.setSslContextFactory(SslContextFactory.Client sslContextFactory) -
Uses of SslContextFactory.Client in org.eclipse.jetty.io.ssl
Methods in org.eclipse.jetty.io.ssl that return SslContextFactory.ClientConstructors in org.eclipse.jetty.io.ssl with parameters of type SslContextFactory.ClientModifierConstructorDescriptionSslClientConnectionFactory(SslContextFactory.Client sslContextFactory, ByteBufferPool byteBufferPool, Executor executor, ClientConnectionFactory connectionFactory) -
Uses of SslContextFactory.Client in org.eclipse.jetty.quic.client
Methods in org.eclipse.jetty.quic.client that return SslContextFactory.ClientConstructors in org.eclipse.jetty.quic.client with parameters of type SslContextFactory.ClientModifierConstructorDescriptionClientQuicConfiguration(SslContextFactory.Client sslContextFactory, Path pemWorkDirectory)