Package com.abiquo.apiclient
Interface ApiClient.SSLConfiguration
-
- Enclosing class:
- ApiClient
public static interface ApiClient.SSLConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HostnameVerifierhostnameVerifier()Provides the hostname verifier to be used in the SSL sessions.SSLContextsslContext()Provides the SSLContext to be used in the SSL sessions.
-
-
-
Method Detail
-
sslContext
SSLContext sslContext()
Provides the SSLContext to be used in the SSL sessions.
-
hostnameVerifier
HostnameVerifier hostnameVerifier()
Provides the hostname verifier to be used in the SSL sessions.
-
-