Uses of Interface
io.grpc.internal.ManagedClientTransport.Listener
-
Packages that use ManagedClientTransport.Listener Package Description io.grpc.inprocess The in-process transport which is for when a server is in the same process as the client.io.grpc.internal Interfaces and implementations that are internal to gRPC.io.grpc.netty 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.Listener Modifier and Type Field Description private ManagedClientTransport.Listener
InProcessTransport. clientTransportListener
Methods in io.grpc.inprocess with parameters of type ManagedClientTransport.Listener Modifier and Type Method Description java.lang.Runnable
InProcessTransport. start(ManagedClientTransport.Listener listener)
-
Uses of ManagedClientTransport.Listener in io.grpc.internal
Classes in io.grpc.internal that implement ManagedClientTransport.Listener Modifier and Type Class Description private class
InternalSubchannel.TransportListener
Listener for real transports.private class
ManagedChannelImpl.DelayedTransportListener
Called from syncContext.Fields in io.grpc.internal declared as ManagedClientTransport.Listener Modifier and Type Field Description private ManagedClientTransport.Listener
ManagedChannelImpl. delayedTransportListener
private ManagedClientTransport.Listener
DelayedClientTransport. listener
Methods in io.grpc.internal with parameters of type ManagedClientTransport.Listener Modifier and Type Method Description java.lang.Runnable
DelayedClientTransport. start(ManagedClientTransport.Listener listener)
java.lang.Runnable
ForwardingConnectionClientTransport. start(ManagedClientTransport.Listener listener)
java.lang.Runnable
ManagedClientTransport. start(ManagedClientTransport.Listener listener)
Starts transport. -
Uses of ManagedClientTransport.Listener in io.grpc.netty
Fields in io.grpc.netty declared as ManagedClientTransport.Listener Modifier and Type Field Description private ManagedClientTransport.Listener
ClientTransportLifecycleManager. listener
Methods in io.grpc.netty with parameters of type ManagedClientTransport.Listener Modifier and Type Method Description java.lang.Runnable
NettyClientTransport. start(ManagedClientTransport.Listener transportListener)
Constructors in io.grpc.netty with parameters of type ManagedClientTransport.Listener Constructor Description ClientTransportLifecycleManager(ManagedClientTransport.Listener listener)
-