FrameDecoder
which enables implementation of a non-blocking decoder in the blocking I/O
paradigm.请参阅: 说明
类 | 说明 |
---|---|
ReplayingDecoder<T extends java.lang.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. |
FrameDecoder
which enables implementation of a non-blocking decoder in the blocking I/O
paradigm.