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 Signal
ReplayingDecoder.REPLAY
private static final Signal
ReplayingDecoderByteBuf.REPLAY
protected static final Signal
DecoderResult.SIGNAL_SUCCESS
protected static final Signal
DecoderResult.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 Signal
static Signal
Returns theSignal
of the specified name.Methods in io.netty.util with parameters of type Signal