Package org.jboss.netty.handler.codec.replay
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.-
ClassDescriptionReplayingDecoder<T extends Enum<T>>A specialized variation of
FrameDecoderwhich enables implementation of a non-blocking decoder in the blocking I/O paradigm.AnExceptionwhich is thrown when a user calls an unsupported operation on aChannelBufferin aReplayingDecoderimplementation.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.