Package org.apache.arrow.flight.auth
Interface ClientAuthHandler.ClientAuthSender
- Enclosing interface:
- ClientAuthHandler
public static interface ClientAuthHandler.ClientAuthSender
A communication channel to the server during initial connection.
-
Method Summary
-
Method Details
-
send
void send(byte[] payload) Send the server a message. -
onError
Signal an error to the server and abort the authentication attempt.
-