Uses of Interface
org.apache.arrow.flight.FlightClientMiddleware.Factory
Packages that use FlightClientMiddleware.Factory
Package
Description
-
Uses of FlightClientMiddleware.Factory in org.apache.arrow.flight
Methods in org.apache.arrow.flight with parameters of type FlightClientMiddleware.FactoryModifier and TypeMethodDescriptionFlightClient.Builder.intercept(FlightClientMiddleware.Factory factory) Method parameters in org.apache.arrow.flight with type arguments of type FlightClientMiddleware.FactoryModifier and TypeMethodDescriptionstatic FlightClientFlightGrpcUtils.createFlightClient(BufferAllocator incomingAllocator, io.grpc.ManagedChannel channel, List<FlightClientMiddleware.Factory> middleware) Creates a Flight client. -
Uses of FlightClientMiddleware.Factory in org.apache.arrow.flight.auth2
Classes in org.apache.arrow.flight.auth2 that implement FlightClientMiddleware.FactoryModifier and TypeClassDescriptionstatic classFactory used within FlightClient. -
Uses of FlightClientMiddleware.Factory in org.apache.arrow.flight.client
Classes in org.apache.arrow.flight.client that implement FlightClientMiddleware.FactoryModifier and TypeClassDescriptionstatic classFactory used within FlightClient. -
Uses of FlightClientMiddleware.Factory in org.apache.arrow.flight.grpc
Fields in org.apache.arrow.flight.grpc with type parameters of type FlightClientMiddleware.FactoryModifier and TypeFieldDescriptionprotected List<FlightClientMiddleware.Factory>NettyClientBuilder.middlewareMethods in org.apache.arrow.flight.grpc that return types with arguments of type FlightClientMiddleware.FactoryMethods in org.apache.arrow.flight.grpc with parameters of type FlightClientMiddleware.FactoryModifier and TypeMethodDescriptionNettyClientBuilder.intercept(FlightClientMiddleware.Factory factory) Constructor parameters in org.apache.arrow.flight.grpc with type arguments of type FlightClientMiddleware.FactoryModifierConstructorDescription