| AbstractHandler |
Abstract base class for Handlers to extend to inherit functionality common across
serialization strategies.
|
| AbstractService |
A common base class for Service implementations that implement
modifications made to response objects.
|
| AbstractService.SerializationType |
Represents the serialization of the data over a transport.
|
| AuthenticationType |
An enumeration for support types of authentication for the HttpServer.
|
| AvaticaCommonsHttpClientSpnegoImpl.EmptyCredentials |
A credentials implementation which returns null.
|
| AvaticaHttpClient |
An interface which defines how requests are sent to the Avatica server.
|
| AvaticaHttpClientFactory |
|
| AvaticaHttpClientFactoryImpl |
|
| AvaticaRemoteConnectionProperty |
Enumeration of Avatica remote driver's built-in connection properties.
|
| Driver.Serialization |
Defines the method of message serialization used by the Driver
|
| Handler |
API for text request-response calls to an Avatica server.
|
| Handler.HandlerResponse |
Struct that encapsulates the context of the result of a request to Avatica.
|
| HostnameVerificationConfigurable |
An interface to decorate an AvaticaHttpClient that can support configuration on
SSL hostname verification.
|
| HostnameVerificationConfigurable.HostnameVerification |
|
| JsonService |
Implementation of Service
that encodes requests and responses as JSON.
|
| KerberosConnection |
A utility to perform Kerberos logins and renewals.
|
| KerberosConnection.RenewalTask |
Runnable for performing Kerberos renewals.
|
| KeyStoreConfigurable |
Allows a keystore (and keystorepassword, keypassword) to be
provided to enable MTLS authentication
|
| MetaDataOperation |
Identifies an operation from DatabaseMetaData which returns a ResultSet.
|
| ProtobufService |
Service implementation that encodes requests and responses as protocol buffers.
|
| ProtobufTranslation |
Generic interface to support parsing of serialized protocol buffers between client and server.
|
| ProtobufTranslationImpl.RequestTranslator |
Encapsulate the logic of transforming a protobuf Request message into the Avatica POJO request.
|
| ProtobufTranslationImpl.ResponseTranslator |
Encapsulate the logic of transforming a protobuf Response message into the Avatica POJO
Response.
|
| Service |
API for request-response calls to an Avatica server.
|
| Service.Base |
Base class for request and response.
|
| Service.CatalogsRequest |
|
| Service.CloseConnectionRequest |
|
| Service.CloseConnectionResponse |
|
| Service.CloseStatementRequest |
|
| Service.CloseStatementResponse |
|
| Service.ColumnsRequest |
|
| Service.CommitRequest |
An RPC request to invoke a commit on a Connection.
|
| Service.CommitResponse |
An RPC response from invoking commit on a Connection.
|
| Service.ConnectionSyncRequest |
|
| Service.ConnectionSyncResponse |
|
| Service.CreateStatementRequest |
|
| Service.CreateStatementResponse |
|
| Service.DatabasePropertyRequest |
|
| Service.DatabasePropertyResponse |
|
| Service.ErrorResponse |
Response for any request that the server failed to successfully perform.
|
| Service.ExecuteBatchRequest |
Request object to execute a batch of commands.
|
| Service.ExecuteBatchResponse |
Response object for executing a batch of commands.
|
| Service.ExecuteRequest |
|
| Service.ExecuteResponse |
|
| Service.Factory |
Factory that creates a Service.
|
| Service.FetchRequest |
|
| Service.FetchResponse |
|
| Service.OpenConnectionRequest |
|
| Service.OpenConnectionResponse |
|
| Service.PrepareAndExecuteBatchRequest |
Request to prepare a statement and execute a series of batch commands in one call.
|
| Service.PrepareAndExecuteRequest |
|
| Service.PrepareRequest |
|
| Service.PrepareResponse |
|
| Service.Request |
Base class for all service request messages.
|
| Service.Response |
Base class for all service response messages.
|
| Service.ResultSetResponse |
Response that contains a result set.
|
| Service.RollbackRequest |
An RPC request to invoke a rollback on a Connection.
|
| Service.RollbackResponse |
An RPC response from invoking rollback on a Connection.
|
| Service.RpcMetadataResponse |
Response that includes information about the server that handled an RPC.
|
| Service.SchemasRequest |
|
| Service.SyncResultsRequest |
|
| Service.SyncResultsResponse |
|
| Service.TablesRequest |
|
| Service.TableTypesRequest |
|
| Service.TypeInfoRequest |
|
| TrustStoreConfigurable |
Allows a truststore (and password) to be provided to enable TLS authentication.
|
| TypedValue |
Value and type.
|
| UsernamePasswordAuthenticateable |
Interface that allows configuration of a username and password with some HTTP authentication.
|