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 TypeFieldDescription(package private) static final SignalReplayingDecoder.REPLAYprivate static final SignalReplayingDecoderByteBuf.REPLAYprotected static final SignalDecoderResult.SIGNAL_SUCCESSprotected static final SignalDecoderResult.SIGNAL_UNFINISHED -
Uses of Signal in io.netty.util
Fields in io.netty.util with type parameters of type SignalMethods 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