public class AvaticaHttpClientImpl extends Object implements AvaticaHttpClient
| Constructor and Description |
|---|
AvaticaHttpClientImpl(URL url) |
| Modifier and Type | Method and Description |
|---|---|
(package private) HttpURLConnection |
openConnection() |
byte[] |
send(byte[] request)
Sends a serialized request to the Avatica server.
|
protected final URL url
public AvaticaHttpClientImpl(URL url)
public byte[] send(byte[] request)
AvaticaHttpClientsend in interface AvaticaHttpClientrequest - The serialized request.HttpURLConnection openConnection() throws IOException
IOExceptionCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.