|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
FrameDecoder
which enables implementation of a non-blocking decoder in the blocking I/O
paradigm.
See:
Description
| Class Summary | |
|---|---|
| ReplayingDecoder<T extends Enum<T>> | A specialized variation of FrameDecoder which enables implementation
of a non-blocking decoder in the blocking I/O paradigm. |
| Enum Summary | |
|---|---|
| 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. |
| Exception Summary | |
|---|---|
| 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.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||