Uses of Class
io.grpc.ClientTransportFilter
-
Packages that use ClientTransportFilter Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of ClientTransportFilter in io.grpc
Methods in io.grpc with parameters of type ClientTransportFilter Modifier and Type Method Description TForwardingChannelBuilder2. addTransportFilter(ClientTransportFilter transportFilter)TManagedChannelBuilder. addTransportFilter(ClientTransportFilter filter)Adds aClientTransportFilter. -
Uses of ClientTransportFilter in io.grpc.internal
Fields in io.grpc.internal with type parameters of type ClientTransportFilter Modifier and Type Field Description private java.util.List<ClientTransportFilter>InternalSubchannel. transportFiltersprivate java.util.List<ClientTransportFilter>ManagedChannelImpl. transportFilters(package private) java.util.List<ClientTransportFilter>ManagedChannelImplBuilder. transportFiltersMethods in io.grpc.internal with parameters of type ClientTransportFilter Modifier and Type Method Description ManagedChannelImplBuilderManagedChannelImplBuilder. addTransportFilter(ClientTransportFilter hook)Constructor parameters in io.grpc.internal with type arguments of type ClientTransportFilter Constructor Description InternalSubchannel(LoadBalancer.CreateSubchannelArgs args, java.lang.String authority, java.lang.String userAgent, BackoffPolicy.Provider backoffPolicyProvider, ClientTransportFactory transportFactory, java.util.concurrent.ScheduledExecutorService scheduledExecutor, com.google.common.base.Supplier<com.google.common.base.Stopwatch> stopwatchSupplier, SynchronizationContext syncContext, InternalSubchannel.Callback callback, InternalChannelz channelz, CallTracer callsTracer, ChannelTracer channelTracer, InternalLogId logId, ChannelLogger channelLogger, java.util.List<ClientTransportFilter> transportFilters)
-