Uses of Class
org.apache.arrow.flight.FlightServerMiddleware.Key
Packages that use FlightServerMiddleware.Key
-
Uses of FlightServerMiddleware.Key in org.apache.arrow.flight
Fields in org.apache.arrow.flight declared as FlightServerMiddleware.KeyModifier and TypeFieldDescriptionstatic final FlightServerMiddleware.Key<ServerHeaderMiddleware>FlightConstants.HEADER_KEYMethods in org.apache.arrow.flight that return FlightServerMiddleware.KeyModifier and TypeMethodDescriptionstatic <T extends FlightServerMiddleware>
FlightServerMiddleware.Key<T>Create a new key for the given type.Methods in org.apache.arrow.flight that return types with arguments of type FlightServerMiddleware.KeyModifier and TypeMethodDescriptionFlightProducer.CallContext.getMiddleware()Get an immutable map of middleware for this call.Methods in org.apache.arrow.flight with parameters of type FlightServerMiddleware.KeyModifier and TypeMethodDescription<T extends FlightServerMiddleware>
TFlightProducer.CallContext.getMiddleware(FlightServerMiddleware.Key<T> key) Get the middleware instance of the given type for this call.<T extends FlightServerMiddleware>
FlightServer.BuilderFlightServer.Builder.middleware(FlightServerMiddleware.Key<T> key, FlightServerMiddleware.Factory<T> factory) Add a Flight middleware component to inspect and modify requests to this service. -
Uses of FlightServerMiddleware.Key in org.apache.arrow.flight.grpc
Fields in org.apache.arrow.flight.grpc with type parameters of type FlightServerMiddleware.KeyModifier and TypeFieldDescriptionstatic final io.grpc.Context.Key<Map<FlightServerMiddleware.Key<?>,FlightServerMiddleware>> ServerInterceptorAdapter.SERVER_MIDDLEWARE_KEYTheContext.Keythat stores the Flight middleware active for a particular call.Constructors in org.apache.arrow.flight.grpc with parameters of type FlightServerMiddleware.KeyModifierConstructorDescriptionKeyFactory(FlightServerMiddleware.Key<T> key, FlightServerMiddleware.Factory<T> factory)