|
||||||||||
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
Socket s 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)
|
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)
|
|
SSLSocketFactory(String algorithm,
KeyStore keystore,
String keystorePassword,
KeyStore truststore,
SecureRandom random,
HostNameResolver nameResolver)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |