Class ClientHandshakeWrapper

java.lang.Object
org.apache.arrow.flight.auth2.ClientHandshakeWrapper

public class ClientHandshakeWrapper extends Object
Utility class for executing a handshake with a FlightServer.
  • Constructor Details

    • ClientHandshakeWrapper

      public ClientHandshakeWrapper()
  • Method Details

    • doClientHandshake

      public static void doClientHandshake(FlightServiceGrpc.FlightServiceStub stub)
      Do handshake for a client. The stub will be authenticated after this method returns.
      Parameters:
      stub - The service stub.