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
Subclasses with type arguments of type CancelServerStreamCommand.PeerNotify in io.grpc.nettyFields in io.grpc.netty declared as CancelServerStreamCommand.PeerNotifyModifier and TypeFieldDescriptionprivate final CancelServerStreamCommand.PeerNotifyCancelServerStreamCommand.peerNotifyMethods 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.PeerNotifyModifierConstructorDescriptionprivateCancelServerStreamCommand(NettyServerStream.TransportState stream, Status reason, CancelServerStreamCommand.PeerNotify peerNotify)