Uses of Interface
org.apache.arrow.flight.auth2.ClientHeaderHandler
Packages that use ClientHeaderHandler
-
Uses of ClientHeaderHandler in org.apache.arrow.flight.auth2
Classes in org.apache.arrow.flight.auth2 that implement ClientHeaderHandlerModifier and TypeClassDescriptionclassA client header handler that parses the incoming headers for a bearer token.Fields in org.apache.arrow.flight.auth2 declared as ClientHeaderHandlerModifier and TypeFieldDescriptionstatic final ClientHeaderHandlerClientHeaderHandler.NO_OPAn client header handler that does nothing.Constructors in org.apache.arrow.flight.auth2 with parameters of type ClientHeaderHandlerModifierConstructorDescriptionFactory(ClientHeaderHandler headerHandler) Construct a factory with the given header handler.