Package io.grpc.netty
Class ForcefulCloseCommand
- java.lang.Object
-
- io.grpc.netty.WriteQueue.AbstractQueuedCommand
-
- io.grpc.netty.ForcefulCloseCommand
-
- All Implemented Interfaces:
WriteQueue.QueuedCommand
class ForcefulCloseCommand extends WriteQueue.AbstractQueuedCommand
A command to trigger close and close all streams. It is buffered differently than normal close and also includes reason for closure.
-
-
Constructor Summary
Constructors Constructor Description ForcefulCloseCommand(Status status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Status
getStatus()
-
Methods inherited from class io.grpc.netty.WriteQueue.AbstractQueuedCommand
getLink, promise, promise, run
-
-