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
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