| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| org.apache.calcite.avatica.remote |
JDBC driver that uses remote procedure calls.
|
| Modifier and Type | Method and Description |
|---|---|
HostnameVerificationConfigurable.HostnameVerification |
ConnectionConfigImpl.hostnameVerification() |
HostnameVerificationConfigurable.HostnameVerification |
ConnectionConfig.hostnameVerification() |
| Modifier and Type | Field and Description |
|---|---|
protected HostnameVerificationConfigurable.HostnameVerification |
AvaticaCommonsHttpClientImpl.hostnameVerification |
| Modifier and Type | Method and Description |
|---|---|
static HostnameVerificationConfigurable.HostnameVerification |
HostnameVerificationConfigurable.HostnameVerification.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) HostnameVerifier |
AvaticaCommonsHttpClientImpl.getHostnameVerifier(HostnameVerificationConfigurable.HostnameVerification verification)
Creates the
HostnameVerifier given the provided verification. |
void |
HostnameVerificationConfigurable.setHostnameVerification(HostnameVerificationConfigurable.HostnameVerification verification)
Instructs the
AvaticaHttpClient how to perform hostname verification for SSL
connections. |
void |
AvaticaCommonsHttpClientImpl.setHostnameVerification(HostnameVerificationConfigurable.HostnameVerification verification) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.