Uses of Class
org.eclipse.jetty.util.ssl.SslContextFactory.Client
-
Packages that use SslContextFactory.Client Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystem -
-
Uses of SslContextFactory.Client in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return SslContextFactory.Client Modifier and Type Method Description SslContextFactory.Client
HttpClient. getSslContextFactory()
SslContextFactory.Client
ProxyConfiguration.Proxy. getSslContextFactory()
Methods in org.eclipse.jetty.client with parameters of type SslContextFactory.Client Modifier and Type Method Description protected ClientConnectionFactory
HttpClient. newSslClientConnectionFactory(SslContextFactory.Client sslContextFactory, ClientConnectionFactory connectionFactory)
protected ClientConnectionFactory
HttpDestination. newSslClientConnectionFactory(SslContextFactory.Client sslContextFactory, ClientConnectionFactory connectionFactory)
Constructors in org.eclipse.jetty.client with parameters of type SslContextFactory.Client Constructor Description HttpProxy(Origin.Address address, SslContextFactory.Client sslContextFactory)
HttpProxy(Origin.Address address, SslContextFactory.Client sslContextFactory, Origin.Protocol protocol)
Proxy(Origin.Address address, boolean secure, SslContextFactory.Client sslContextFactory, Origin.Protocol protocol)
Proxy(Origin origin, SslContextFactory.Client sslContextFactory)
-
Uses of SslContextFactory.Client in org.eclipse.jetty.io
Methods in org.eclipse.jetty.io that return SslContextFactory.Client Modifier and Type Method Description SslContextFactory.Client
ClientConnector. getSslContextFactory()
protected SslContextFactory.Client
ClientConnector. newSslContextFactory()
Methods in org.eclipse.jetty.io with parameters of type SslContextFactory.Client Modifier and Type Method Description void
ClientConnector. setSslContextFactory(SslContextFactory.Client sslContextFactory)
-