| Package | Description |
|---|---|
| org.apache.calcite.avatica.remote |
JDBC driver that uses remote procedure calls.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AvaticaHttpClientImpl
A common class to invoke HTTP requests against the Avatica server agnostic of the data being
sent and received across the wire.
|
| Modifier and Type | Field and Description |
|---|---|
private AvaticaHttpClient |
RemoteService.client |
private AvaticaHttpClient |
RemoteProtobufService.client |
| Modifier and Type | Method and Description |
|---|---|
(package private) AvaticaHttpClient |
Driver.getHttpClient(AvaticaConnection connection,
ConnectionConfig config)
Creates the HTTP client that communicates with the Avatica server.
|
| Constructor and Description |
|---|
RemoteProtobufService(AvaticaHttpClient client,
ProtobufTranslation translation) |
RemoteService(AvaticaHttpClient client) |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.