Uses of Enum
io.grpc.netty.CancelServerStreamCommand.PeerNotify
Packages that use CancelServerStreamCommand.PeerNotify
Package
Description
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.PeerNotifyModifier and TypeFieldDescriptionprivate final CancelServerStreamCommand.PeerNotify
CancelServerStreamCommand.peerNotify
Methods in io.grpc.netty that return CancelServerStreamCommand.PeerNotifyModifier and TypeMethodDescriptionReturns 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.PeerNotifyModifierConstructorDescriptionprivate
CancelServerStreamCommand
(NettyServerStream.TransportState stream, Status reason, CancelServerStreamCommand.PeerNotify peerNotify)