Uses of Interface
io.grpc.ManagedChannelBuilder.InterceptorFactory
-
Packages that use ManagedChannelBuilder.InterceptorFactory Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of ManagedChannelBuilder.InterceptorFactory in io.grpc
Subinterfaces of ManagedChannelBuilder.InterceptorFactory in io.grpc Modifier and Type Interface Description static interfaceInternalManagedChannelBuilder.InternalInterceptorFactoryMethods in io.grpc with parameters of type ManagedChannelBuilder.InterceptorFactory Modifier and Type Method Description protected TForwardingChannelBuilder2. interceptWithTarget(ManagedChannelBuilder.InterceptorFactory factory)protected TManagedChannelBuilder. interceptWithTarget(ManagedChannelBuilder.InterceptorFactory factory)Internal-only: Adds a factory that will construct an interceptor based on the channel's target. -
Uses of ManagedChannelBuilder.InterceptorFactory in io.grpc.internal
Fields in io.grpc.internal declared as ManagedChannelBuilder.InterceptorFactory Modifier and Type Field Description (package private) ManagedChannelBuilder.InterceptorFactoryManagedChannelImplBuilder.InterceptorFactoryWrapper. factoryMethods in io.grpc.internal with parameters of type ManagedChannelBuilder.InterceptorFactory Modifier and Type Method Description protected ManagedChannelImplBuilderManagedChannelImplBuilder. interceptWithTarget(ManagedChannelBuilder.InterceptorFactory factory)Constructors in io.grpc.internal with parameters of type ManagedChannelBuilder.InterceptorFactory Constructor Description InterceptorFactoryWrapper(ManagedChannelBuilder.InterceptorFactory factory)
-