Interface AvaticaHttpClient

    • 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.
    • Method Detail

      • send

        byte[] send​(byte[] request)
        Sends a serialized request to the Avatica server.
        Parameters:
        request - The serialized request.
        Returns:
        The serialized response.