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.ListenerInProcessTransport. clientTransportListenerMethods in io.grpc.inprocess with parameters of type ManagedClientTransport.Listener Modifier and Type Method Description java.lang.RunnableInProcessTransport. 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 classInternalSubchannel.TransportListenerListener for real transports.private classManagedChannelImpl.DelayedTransportListenerCalled from syncContext.Fields in io.grpc.internal declared as ManagedClientTransport.Listener Modifier and Type Field Description private ManagedClientTransport.ListenerManagedChannelImpl. delayedTransportListenerprivate ManagedClientTransport.ListenerDelayedClientTransport. listenerMethods in io.grpc.internal with parameters of type ManagedClientTransport.Listener Modifier and Type Method Description java.lang.RunnableDelayedClientTransport. start(ManagedClientTransport.Listener listener)java.lang.RunnableForwardingConnectionClientTransport. start(ManagedClientTransport.Listener listener)java.lang.RunnableManagedClientTransport. 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.ListenerClientTransportLifecycleManager. listenerMethods in io.grpc.netty with parameters of type ManagedClientTransport.Listener Modifier and Type Method Description java.lang.RunnableNettyClientTransport. start(ManagedClientTransport.Listener transportListener)Constructors in io.grpc.netty with parameters of type ManagedClientTransport.Listener Constructor Description ClientTransportLifecycleManager(ManagedClientTransport.Listener listener)
-