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 ManagedChannelImplManagedChannelImpl. shutdown()Initiates an orderly shutdown in which preexisting calls continue but new calls are immediately cancelled.ManagedChannelImplManagedChannelImpl. shutdownNow()Initiates a forceful shutdown in which preexisting and new calls are cancelled.
-