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 java.lang.Enum<T>> A specialized variation ofFrameDecoderwhich enables implementation of a non-blocking decoder in the blocking I/O paradigm.ReplayingDecoderBuffer -
Enum Summary Enum Description VoidEnum A placeholderEnumwhich could be specified as a type parameter ofReplayingDecoderwhen a user wants to manage the decoder state or there's no state to manage. -
Exception Summary Exception Description UnreplayableOperationException AnExceptionwhich is thrown when a user calls an unsupported operation on aChannelBufferin aReplayingDecoderimplementation. -
Error Summary Error Description ReplayError