|
| SniSSLSocketFactory (String algorithm, KeyStore keystore, String keyPassword, KeyStore truststore, SecureRandom random, HostNameResolver nameResolver) throws NoSuchAlgorithmException, KeyManagementException, KeyStoreException, UnrecoverableKeyException |
|
| SniSSLSocketFactory (String algorithm, KeyStore keystore, String keyPassword, KeyStore truststore, SecureRandom random, TrustStrategy trustStrategy, X509HostnameVerifier hostnameVerifier) throws NoSuchAlgorithmException, KeyManagementException, KeyStoreException, UnrecoverableKeyException |
|
| SniSSLSocketFactory (String algorithm, KeyStore keystore, String keyPassword, KeyStore truststore, SecureRandom random, X509HostnameVerifier hostnameVerifier) throws NoSuchAlgorithmException, KeyManagementException, KeyStoreException, UnrecoverableKeyException |
|
| SniSSLSocketFactory (KeyStore keystore, String keystorePassword, KeyStore truststore) throws NoSuchAlgorithmException, KeyManagementException, KeyStoreException, UnrecoverableKeyException |
|
| SniSSLSocketFactory (KeyStore keystore, String keystorePassword) throws NoSuchAlgorithmException, KeyManagementException, KeyStoreException, UnrecoverableKeyException |
|
| SniSSLSocketFactory (KeyStore truststore) throws NoSuchAlgorithmException, KeyManagementException, KeyStoreException, UnrecoverableKeyException |
|
| SniSSLSocketFactory (TrustStrategy trustStrategy, X509HostnameVerifier hostnameVerifier) throws NoSuchAlgorithmException, KeyManagementException, KeyStoreException, UnrecoverableKeyException |
|
| SniSSLSocketFactory (TrustStrategy trustStrategy) throws NoSuchAlgorithmException, KeyManagementException, KeyStoreException, UnrecoverableKeyException |
|
| SniSSLSocketFactory (SSLContext sslContext) |
|
| SniSSLSocketFactory (SSLContext sslContext, HostNameResolver nameResolver) |
|
| SniSSLSocketFactory (SSLContext sslContext, X509HostnameVerifier hostnameVerifier) |
|
| SniSSLSocketFactory (SSLContext sslContext, String[] supportedProtocols, String[] supportedCipherSuites, X509HostnameVerifier hostnameVerifier) |
|
| SniSSLSocketFactory (javax.net.ssl.SSLSocketFactory socketfactory, X509HostnameVerifier hostnameVerifier) |
|
| SniSSLSocketFactory (javax.net.ssl.SSLSocketFactory socketfactory, String[] supportedProtocols, String[] supportedCipherSuites, X509HostnameVerifier hostnameVerifier) |
|
Socket | connectSocket (int connectTimeout, Socket socket, HttpHost host, InetSocketAddress remoteAddress, InetSocketAddress localAddress, HttpContext context) throws IOException |
|
Socket | createLayeredSocket (Socket socket, String target, int port, HttpContext context) throws IOException |
|