Uses of Class
io.grpc.ClientTransportFilter
Packages that use ClientTransportFilter
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
-
Uses of ClientTransportFilter in io.grpc
Methods in io.grpc with parameters of type ClientTransportFilterModifier and TypeMethodDescriptionForwardingChannelBuilder2.addTransportFilter
(ClientTransportFilter transportFilter) ManagedChannelBuilder.addTransportFilter
(ClientTransportFilter filter) Adds aClientTransportFilter
. -
Uses of ClientTransportFilter in io.grpc.internal
Fields in io.grpc.internal with type parameters of type ClientTransportFilterModifier and TypeFieldDescriptionprivate final List
<ClientTransportFilter> InternalSubchannel.transportFilters
private final List
<ClientTransportFilter> ManagedChannelImpl.transportFilters
(package private) final List
<ClientTransportFilter> ManagedChannelImplBuilder.transportFilters
Methods in io.grpc.internal with parameters of type ClientTransportFilterModifier and TypeMethodDescriptionManagedChannelImplBuilder.addTransportFilter
(ClientTransportFilter hook) Constructor parameters in io.grpc.internal with type arguments of type ClientTransportFilterModifierConstructorDescription(package private)
InternalSubchannel
(LoadBalancer.CreateSubchannelArgs args, String authority, String userAgent, BackoffPolicy.Provider backoffPolicyProvider, ClientTransportFactory transportFactory, 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, List<ClientTransportFilter> transportFilters)