|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HostNameResolver | |
|---|---|
| org.apache.http.conn.scheme | Scheme class represents a protocol
scheme such as "http" or "https" and contains a number of protocol properties
such as the default port and the socket factory to be used to creating
Sockets for the given protocol |
| org.apache.http.conn.ssl | TLS/SSL specific API. |
| Uses of HostNameResolver in org.apache.http.conn.scheme |
|---|
| Constructors in org.apache.http.conn.scheme with parameters of type HostNameResolver | |
|---|---|
PlainSocketFactory(HostNameResolver nameResolver)
Deprecated. (4.1) use DnsResolver |
|
| Uses of HostNameResolver in org.apache.http.conn.ssl |
|---|
| Constructors in org.apache.http.conn.ssl with parameters of type HostNameResolver | |
|---|---|
SSLSocketFactory(SSLContext sslContext,
HostNameResolver nameResolver)
Deprecated. Use SSLSocketFactory.SSLSocketFactory(SSLContext) |
|
SSLSocketFactory(String algorithm,
KeyStore keystore,
String keystorePassword,
KeyStore truststore,
SecureRandom random,
HostNameResolver nameResolver)
Deprecated. Use SSLSocketFactory.SSLSocketFactory(String, KeyStore, String, KeyStore, SecureRandom, X509HostnameVerifier) |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||