Uses of Interface
io.grpc.internal.ManagedClientTransport.Listener
Packages that use ManagedClientTransport.Listener
Package
Description
The in-process transport which is for when a server is in the same process as the client.
Interfaces and implementations that are internal to gRPC.
The main transport implementation based on Netty,
for both the client and the server.
-
Uses of ManagedClientTransport.Listener in io.grpc.inprocess
Fields in io.grpc.inprocess declared as ManagedClientTransport.ListenerModifier and TypeFieldDescriptionprivate ManagedClientTransport.Listener
InProcessTransport.clientTransportListener
Methods in io.grpc.inprocess with parameters of type ManagedClientTransport.ListenerModifier and TypeMethodDescriptionInProcessTransport.start
(ManagedClientTransport.Listener listener) -
Uses of ManagedClientTransport.Listener in io.grpc.internal
Classes in io.grpc.internal that implement ManagedClientTransport.ListenerModifier and TypeClassDescriptionprivate class
Listener for real transports.private final class
Called from syncContext.Fields in io.grpc.internal declared as ManagedClientTransport.ListenerModifier and TypeFieldDescriptionprivate final ManagedClientTransport.Listener
ManagedChannelImpl.delayedTransportListener
private ManagedClientTransport.Listener
DelayedClientTransport.listener
Methods in io.grpc.internal with parameters of type ManagedClientTransport.ListenerModifier and TypeMethodDescriptionfinal Runnable
DelayedClientTransport.start
(ManagedClientTransport.Listener listener) ForwardingConnectionClientTransport.start
(ManagedClientTransport.Listener listener) ManagedClientTransport.start
(ManagedClientTransport.Listener listener) Starts transport. -
Uses of ManagedClientTransport.Listener in io.grpc.netty
Fields in io.grpc.netty declared as ManagedClientTransport.ListenerModifier and TypeFieldDescriptionprivate final ManagedClientTransport.Listener
ClientTransportLifecycleManager.listener
Methods in io.grpc.netty with parameters of type ManagedClientTransport.ListenerModifier and TypeMethodDescriptionNettyClientTransport.start
(ManagedClientTransport.Listener transportListener) Constructors in io.grpc.netty with parameters of type ManagedClientTransport.ListenerModifierConstructorDescription