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
FrameDecoder
which enables implementation of a non-blocking decoder in the blocking I/O paradigm.AnException
which is thrown when a user calls an unsupported operation on aChannelBuffer
in aReplayingDecoder
implementation.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.