Uses of Class
io.grpc.netty.CancelServerStreamCommand.PeerNotify
-
Packages that use CancelServerStreamCommand.PeerNotify Package Description io.grpc.netty The main transport implementation based on Netty, for both the client and the server. -
-
Uses of CancelServerStreamCommand.PeerNotify in io.grpc.netty
Fields in io.grpc.netty declared as CancelServerStreamCommand.PeerNotify Modifier and Type Field Description private CancelServerStreamCommand.PeerNotify
CancelServerStreamCommand. peerNotify
Methods in io.grpc.netty that return CancelServerStreamCommand.PeerNotify Modifier and Type Method Description static CancelServerStreamCommand.PeerNotify
CancelServerStreamCommand.PeerNotify. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CancelServerStreamCommand.PeerNotify[]
CancelServerStreamCommand.PeerNotify. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.grpc.netty with parameters of type CancelServerStreamCommand.PeerNotify Constructor Description CancelServerStreamCommand(NettyServerStream.TransportState stream, Status reason, CancelServerStreamCommand.PeerNotify peerNotify)
-