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.ListenerInProcessTransport.clientTransportListenerMethods 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 classListener for real transports.private final classCalled from syncContext.Fields in io.grpc.internal declared as ManagedClientTransport.ListenerModifier and TypeFieldDescriptionprivate final ManagedClientTransport.ListenerManagedChannelImpl.delayedTransportListenerprivate ManagedClientTransport.ListenerDelayedClientTransport.listenerMethods in io.grpc.internal with parameters of type ManagedClientTransport.ListenerModifier and TypeMethodDescriptionfinal RunnableDelayedClientTransport.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.ListenerClientTransportLifecycleManager.listenerMethods 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