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 interface
InternalManagedChannelBuilder.InternalInterceptorFactory
Methods in io.grpc with parameters of type ManagedChannelBuilder.InterceptorFactory Modifier and Type Method Description protected T
ForwardingChannelBuilder2. interceptWithTarget(ManagedChannelBuilder.InterceptorFactory factory)
protected T
ManagedChannelBuilder. 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.InterceptorFactory
ManagedChannelImplBuilder.InterceptorFactoryWrapper. factory
Methods in io.grpc.internal with parameters of type ManagedChannelBuilder.InterceptorFactory Modifier and Type Method Description protected ManagedChannelImplBuilder
ManagedChannelImplBuilder. interceptWithTarget(ManagedChannelBuilder.InterceptorFactory factory)
Constructors in io.grpc.internal with parameters of type ManagedChannelBuilder.InterceptorFactory Constructor Description InterceptorFactoryWrapper(ManagedChannelBuilder.InterceptorFactory factory)
-