public class DoAsAvaticaHttpClient extends Object implements AvaticaHttpClient
| Modifier and Type | Field and Description |
|---|---|
private KerberosConnection |
kerberosUtil |
private AvaticaHttpClient |
wrapped |
| Constructor and Description |
|---|
DoAsAvaticaHttpClient(AvaticaHttpClient wrapped,
KerberosConnection kerberosUtil) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
send(byte[] request)
Sends a serialized request to the Avatica server.
|
private final AvaticaHttpClient wrapped
private final KerberosConnection kerberosUtil
public DoAsAvaticaHttpClient(AvaticaHttpClient wrapped, KerberosConnection kerberosUtil)
public byte[] send(byte[] request)
AvaticaHttpClientsend in interface AvaticaHttpClientrequest - The serialized request.Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.