Uses of Interface
org.apache.arrow.flight.FlightClientMiddleware
Packages that use FlightClientMiddleware
Package
Description
-
Uses of FlightClientMiddleware in org.apache.arrow.flight
Methods in org.apache.arrow.flight that return FlightClientMiddlewareModifier and TypeMethodDescriptionFlightClientMiddleware.Factory.onCallStarted
(CallInfo info) Create a new middleware instance for the given call. -
Uses of FlightClientMiddleware in org.apache.arrow.flight.auth2
Classes in org.apache.arrow.flight.auth2 that implement FlightClientMiddlewareModifier and TypeClassDescriptionclass
Middleware for capturing bearer tokens sent back from the Flight server.Methods in org.apache.arrow.flight.auth2 that return FlightClientMiddlewareModifier and TypeMethodDescriptionClientIncomingAuthHeaderMiddleware.Factory.onCallStarted
(CallInfo info) -
Uses of FlightClientMiddleware in org.apache.arrow.flight.client
Classes in org.apache.arrow.flight.client that implement FlightClientMiddlewareModifier and TypeClassDescriptionclass
A client middleware for receiving and sending cookie information.