public class AvaticaHttpClientImpl extends Object implements AvaticaHttpClient
| Constructor and Description |
|---|
AvaticaHttpClientImpl(URL url) |
| Modifier and Type | Method and Description |
|---|---|
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.Copyright © 2012-2025 Apache Software Foundation. All Rights Reserved.