Uses of Class
org.apache.calcite.avatica.remote.HostnameVerificationConfigurable.HostnameVerification
-
Packages that use HostnameVerificationConfigurable.HostnameVerification Package Description org.apache.calcite.avatica Avatica JDBC framework.org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of HostnameVerificationConfigurable.HostnameVerification in org.apache.calcite.avatica
Methods in org.apache.calcite.avatica that return HostnameVerificationConfigurable.HostnameVerification Modifier and Type Method Description HostnameVerificationConfigurable.HostnameVerificationConnectionConfig. hostnameVerification()HostnameVerificationConfigurable.HostnameVerificationConnectionConfigImpl. hostnameVerification() -
Uses of HostnameVerificationConfigurable.HostnameVerification in org.apache.calcite.avatica.remote
Fields in org.apache.calcite.avatica.remote declared as HostnameVerificationConfigurable.HostnameVerification Modifier and Type Field Description protected HostnameVerificationConfigurable.HostnameVerificationAvaticaCommonsHttpClientImpl. hostnameVerificationMethods in org.apache.calcite.avatica.remote that return HostnameVerificationConfigurable.HostnameVerification Modifier and Type Method Description static HostnameVerificationConfigurable.HostnameVerificationHostnameVerificationConfigurable.HostnameVerification. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HostnameVerificationConfigurable.HostnameVerification[]HostnameVerificationConfigurable.HostnameVerification. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.calcite.avatica.remote with parameters of type HostnameVerificationConfigurable.HostnameVerification Modifier and Type Method Description (package private) javax.net.ssl.HostnameVerifierAvaticaCommonsHttpClientImpl. getHostnameVerifier(HostnameVerificationConfigurable.HostnameVerification verification)Creates theHostnameVerifiergiven the providedverification.voidAvaticaCommonsHttpClientImpl. setHostnameVerification(HostnameVerificationConfigurable.HostnameVerification verification)voidHostnameVerificationConfigurable. setHostnameVerification(HostnameVerificationConfigurable.HostnameVerification verification)Instructs theAvaticaHttpClienthow to perform hostname verification for SSL connections.
-