Interface AvaticaHttpClient
-
- All Known Implementing Classes:
AvaticaCommonsHttpClientImpl,AvaticaCommonsHttpClientSpnegoImpl,AvaticaHttpClientImpl,DoAsAvaticaHttpClient
public interface AvaticaHttpClientAn interface which defines how requests are sent to the Avatica server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]send(byte[] request)Sends a serialized request to the Avatica server.
-