Uses of Interface
io.grpc.ClientInterceptor
-
-
Uses of ClientInterceptor in io.grpc
Methods in io.grpc that return ClientInterceptor Modifier and Type Method Description ClientInterceptorManagedChannelBuilder.InterceptorFactory. newInterceptor(String target)Methods in io.grpc with parameters of type ClientInterceptor Modifier and Type Method Description static ChannelClientInterceptors. intercept(Channel channel, ClientInterceptor... interceptors)Create a newChannelthat will callinterceptorsbefore starting a call on the given channel.TForwardingChannelBuilder. intercept(ClientInterceptor... interceptors)TForwardingChannelBuilder2. intercept(ClientInterceptor... interceptors)abstract TManagedChannelBuilder. intercept(ClientInterceptor... interceptors)Adds interceptors that will be called before the channel performs its real work.static ChannelClientInterceptors. interceptForward(Channel channel, ClientInterceptor... interceptors)Create a newChannelthat will callinterceptorsbefore starting a call on the given channel.Method parameters in io.grpc with type arguments of type ClientInterceptor Modifier and Type Method Description static ChannelClientInterceptors. intercept(Channel channel, List<? extends ClientInterceptor> interceptors)Create a newChannelthat will callinterceptorsbefore starting a call on the given channel.TForwardingChannelBuilder. intercept(List<ClientInterceptor> interceptors)TForwardingChannelBuilder2. intercept(List<ClientInterceptor> interceptors)abstract TManagedChannelBuilder. intercept(List<ClientInterceptor> interceptors)Adds interceptors that will be called before the channel performs its real work.static ChannelClientInterceptors. interceptForward(Channel channel, List<? extends ClientInterceptor> interceptors)Create a newChannelthat will callinterceptorsbefore starting a call on the given channel.
-