|
|||||||||
上一个软件包 下一个软件包 | 框架 无框架 |
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. |
Specialized variation of FrameDecoder
which enables implementation of a non-blocking decoder in the blocking I/O
paradigm.
|
|||||||||
上一个软件包 下一个软件包 | 框架 无框架 |