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 TypeMethodDescriptionvoidBasicClientAuthHandler.authenticate(ClientAuthHandler.ClientAuthSender outgoing, Iterator<byte[]> incoming) voidClientAuthHandler.authenticate(ClientAuthHandler.ClientAuthSender outgoing, Iterator<byte[]> incoming) Deprecated.Handle the initial handshake with the server.