Uses of Class
io.netty.util.Signal
Packages that use Signal
Package
Description
Extensible decoder and its common implementations which deal with the
packet fragmentation and reassembly issue found in a stream-based transport
such as TCP/IP.
Utility classes used across multiple packages.
-
Uses of Signal in io.netty.handler.codec
Fields in io.netty.handler.codec declared as SignalModifier and TypeFieldDescriptionprotected static final SignalDecoderResult.SIGNAL_SUCCESSprotected static final SignalDecoderResult.SIGNAL_UNFINISHED -
Uses of Signal in io.netty.util
Classes in io.netty.util that implement interfaces with type arguments of type SignalModifier and TypeClassDescriptionfinal classA specialErrorwhich is used to signal some state or request by throwing it.Methods in io.netty.util that return SignalModifier and TypeMethodDescriptionstatic Signalstatic SignalReturns theSignalof the specified name.Methods in io.netty.util with parameters of type Signal