Uses of Class
javax.net.ssl.SSLSocketFactory
| Package | Description |
|---|---|
| com.squareup.okhttp | |
| com.squareup.okhttp.internal.http | |
| javax.net.ssl |
This package provides classes and interfaces needed to use the Secure
Sockets Layer (SSL) protocol and the successor Transport Layer
Security (TLS) protocol.
|
| org.apache.http.conn.ssl |
TLS/SSL specific parts of the HttpConn API.
|
| org.conscrypt |
-
Uses of SSLSocketFactory in com.squareup.okhttp
Methods in com.squareup.okhttp that return SSLSocketFactory Modifier and Type Method Description SSLSocketFactoryAddress. getSslSocketFactory()Returns the SSL socket factory, or null if this is not an HTTPS address.SSLSocketFactoryOkHttpClient. getSslSocketFactory()Methods in com.squareup.okhttp with parameters of type SSLSocketFactory Modifier and Type Method Description OkHttpClientOkHttpClient. setSslSocketFactory(SSLSocketFactory sslSocketFactory)Sets the socket factory used to secure HTTPS connections.Constructors in com.squareup.okhttp with parameters of type SSLSocketFactory Constructor Description Address(String uriHost, int uriPort, SSLSocketFactory sslSocketFactory, HostnameVerifier hostnameVerifier, OkAuthenticator authenticator, Proxy proxy, List<String> transports) -
Uses of SSLSocketFactory in com.squareup.okhttp.internal.http
Methods in com.squareup.okhttp.internal.http that return SSLSocketFactory Modifier and Type Method Description SSLSocketFactoryHttpsURLConnectionImpl. getSSLSocketFactory()Methods in com.squareup.okhttp.internal.http with parameters of type SSLSocketFactory Modifier and Type Method Description voidHttpsURLConnectionImpl. setSSLSocketFactory(SSLSocketFactory sslSocketFactory) -
Uses of SSLSocketFactory in javax.net.ssl
Methods in javax.net.ssl that return SSLSocketFactory Modifier and Type Method Description protected abstract SSLSocketFactorySSLContextSpi. engineGetSocketFactory()Returns a socket factory for this instance.static SSLSocketFactoryHttpsURLConnection. getDefaultSSLSocketFactory()Returns the default SSL socket factory for new instances.SSLSocketFactorySSLContext. getSocketFactory()Returns a socket factory for this instance.SSLSocketFactoryHttpsURLConnection. getSSLSocketFactory()Returns the SSL socket factory used by this instance.Methods in javax.net.ssl with parameters of type SSLSocketFactory Modifier and Type Method Description static voidHttpsURLConnection. setDefaultSSLSocketFactory(SSLSocketFactory sf)Sets the default SSL socket factory to be used by new instances.voidHttpsURLConnection. setSSLSocketFactory(SSLSocketFactory sf)Sets the SSL socket factory for this instance. -
Uses of SSLSocketFactory in org.apache.http.conn.ssl
Constructors in org.apache.http.conn.ssl with parameters of type SSLSocketFactory Constructor Description SSLSocketFactory(SSLSocketFactory socketfactory)Constructs an HttpClient SSLSocketFactory backed by the given JSSE SSLSocketFactory. -
Uses of SSLSocketFactory in org.conscrypt
Subclasses of SSLSocketFactory in org.conscrypt Modifier and Type Class Description classOpenSSLSocketFactoryImplclassSSLSocketFactoryImplImplementation of SSLSocketFactory.Methods in org.conscrypt that return SSLSocketFactory Modifier and Type Method Description SSLSocketFactoryOpenSSLContextImpl. engineGetSocketFactory()SSLSocketFactorySSLContextImpl. engineGetSocketFactory()