Uses of Interface
org.apache.calcite.avatica.remote.AvaticaHttpClient
-
Packages that use AvaticaHttpClient Package Description org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of AvaticaHttpClient in org.apache.calcite.avatica.remote
Classes in org.apache.calcite.avatica.remote that implement AvaticaHttpClient Modifier and Type Class Description classAvaticaCommonsHttpClientImplA common class to invoke HTTP requests against the Avatica server agnostic of the data being sent and received across the wire.classAvaticaCommonsHttpClientSpnegoImplImplementation of an AvaticaHttpClient which uses SPNEGO.classAvaticaHttpClientImplA common class to invoke HTTP requests against the Avatica server agnostic of the data being sent and received across the wire.classDoAsAvaticaHttpClientHTTP client implementation which invokes the wrapped HTTP client in a doAs with the provided Subject.Fields in org.apache.calcite.avatica.remote declared as AvaticaHttpClient Modifier and Type Field Description private AvaticaHttpClientRemoteProtobufService. clientprivate AvaticaHttpClientRemoteService. clientprivate AvaticaHttpClientDoAsAvaticaHttpClient. wrappedMethods in org.apache.calcite.avatica.remote that return AvaticaHttpClient Modifier and Type Method Description AvaticaHttpClientAvaticaHttpClientFactory. getClient(java.net.URL url, ConnectionConfig config, KerberosConnection kerberosUtil)Construct the appropriate implementation ofAvaticaHttpClient.AvaticaHttpClientAvaticaHttpClientFactoryImpl. getClient(java.net.URL url, ConnectionConfig config, KerberosConnection kerberosUtil)(package private) AvaticaHttpClientDriver. getHttpClient(AvaticaConnection connection, ConnectionConfig config)Creates the HTTP client that communicates with the Avatica server.private AvaticaHttpClientAvaticaHttpClientFactoryImpl. instantiateClient(java.lang.String className, java.net.URL url)Constructors in org.apache.calcite.avatica.remote with parameters of type AvaticaHttpClient Constructor Description DoAsAvaticaHttpClient(AvaticaHttpClient wrapped, KerberosConnection kerberosUtil)RemoteProtobufService(AvaticaHttpClient client, ProtobufTranslation translation)RemoteService(AvaticaHttpClient client)
-