Uses of Interface
org.apache.arrow.flight.auth.ClientAuthHandler.ClientAuthSender
Packages that use ClientAuthHandler.ClientAuthSender
-
Uses of ClientAuthHandler.ClientAuthSender in org.apache.arrow.flight.auth
Methods in org.apache.arrow.flight.auth with parameters of type ClientAuthHandler.ClientAuthSenderModifier and TypeMethodDescriptionvoid
BasicClientAuthHandler.authenticate
(ClientAuthHandler.ClientAuthSender outgoing, Iterator<byte[]> incoming) void
ClientAuthHandler.authenticate
(ClientAuthHandler.ClientAuthSender outgoing, Iterator<byte[]> incoming) Deprecated.Handle the initial handshake with the server.