软件包 org.jboss.netty.handler.codec.replay

Specialized variation of FrameDecoder which enables implementation of a non-blocking decoder in the blocking I/O paradigm.

请参见:
          描述


类摘要
ReplayingDecoder<T extends Enum<T>> A specialized variation of FrameDecoder which enables implementation of a non-blocking decoder in the blocking I/O paradigm.
 

枚举摘要
VoidEnum A placeholder Enum which could be specified as a type parameter of ReplayingDecoder when a user wants to manage the decoder state or there's no state to manage.
 

异常摘要
UnreplayableOperationException An Exception which is thrown when a user calls an unsupported operation on a ChannelBuffer in a ReplayingDecoder implementation.
 

软件包 org.jboss.netty.handler.codec.replay 的描述

Specialized variation of FrameDecoder which enables implementation of a non-blocking decoder in the blocking I/O paradigm.