Interface HostnameVerificationConfigurable
-
- All Known Implementing Classes:
AvaticaCommonsHttpClientImpl
public interface HostnameVerificationConfigurableAn interface to decorate anAvaticaHttpClientthat can support configuration on SSL hostname verification.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classHostnameVerificationConfigurable.HostnameVerificationDescribes the support hostname verification methods ofAvaticaHttpClient.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetHostnameVerification(HostnameVerificationConfigurable.HostnameVerification verification)Instructs theAvaticaHttpClienthow to perform hostname verification for SSL connections.
-
-
-
Method Detail
-
setHostnameVerification
void setHostnameVerification(HostnameVerificationConfigurable.HostnameVerification verification)
Instructs theAvaticaHttpClienthow to perform hostname verification for SSL connections.- Parameters:
verification- The mode of hostname verification
-
-