Uses of Class
org.eclipse.jetty.util.ssl.SslContextFactory.Client
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty IO : Core classes for Jetty IO subsystem
-
Uses of SslContextFactory.Client in org.eclipse.jetty.client
Modifier and TypeMethodDescriptionHttpClient.getSslContextFactory()
ProxyConfiguration.Proxy.getSslContextFactory()
Modifier and TypeMethodDescriptionprotected ClientConnectionFactory
HttpClient.newSslClientConnectionFactory
(SslContextFactory.Client sslContextFactory, ClientConnectionFactory connectionFactory) protected ClientConnectionFactory
HttpDestination.newSslClientConnectionFactory
(SslContextFactory.Client sslContextFactory, ClientConnectionFactory connectionFactory) ModifierConstructorDescriptionHttpProxy
(Origin.Address address, SslContextFactory.Client sslContextFactory) HttpProxy
(Origin.Address address, SslContextFactory.Client sslContextFactory, Origin.Protocol protocol) 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.io
Modifier and TypeMethodDescriptionClientConnector.getSslContextFactory()
protected SslContextFactory.Client
ClientConnector.newSslContextFactory()
Modifier and TypeMethodDescriptionvoid
ClientConnector.setSslContextFactory
(SslContextFactory.Client sslContextFactory)