Package org.jboss.netty.handler.codec.replay
Specialized variation of
FrameDecoder
which enables implementation of a non-blocking decoder in the blocking I/O
paradigm.-
Class Summary Class Description ReplayingDecoder<T extends Enum<T>> A specialized variation ofFrameDecoder
which enables implementation of a non-blocking decoder in the blocking I/O paradigm. -
Enum Summary Enum Description VoidEnum A placeholderEnum
which could be specified as a type parameter ofReplayingDecoder
when a user wants to manage the decoder state or there's no state to manage. -
Exception Summary Exception Description UnreplayableOperationException AnException
which is thrown when a user calls an unsupported operation on aChannelBuffer
in aReplayingDecoder
implementation.