Package org.apache.arrow.flight.auth2
Class ClientHandshakeWrapper
java.lang.Object
org.apache.arrow.flight.auth2.ClientHandshakeWrapper
Utility class for executing a handshake with a FlightServer.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Do handshake for a client.
-
Constructor Details
-
ClientHandshakeWrapper
public ClientHandshakeWrapper()
-
-
Method Details
-
doClientHandshake
Do handshake for a client. The stub will be authenticated after this method returns.- Parameters:
stub
- The service stub.
-