Uses of Class
io.grpc.internal.ManagedChannelImpl
-
Packages that use ManagedChannelImpl Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of ManagedChannelImpl in io.grpc.internal
Methods in io.grpc.internal that return ManagedChannelImpl Modifier and Type Method Description ManagedChannelImpl
ManagedChannelImpl. shutdown()
Initiates an orderly shutdown in which preexisting calls continue but new calls are immediately cancelled.ManagedChannelImpl
ManagedChannelImpl. shutdownNow()
Initiates a forceful shutdown in which preexisting and new calls are cancelled.
-