See: Description
Interface | Description |
---|---|
IBaseDecoder<O> |
A special decoder that can determine how many bytes should be read from the
input buffer to create the byte array of the inbound data that can be decoded
by this decoder.
|
ICodec<I,O> |
The base
interface for the encoders and decoders. |
ICodecExecutor |
An executor responsible for encoding and decoding outbound and inbound data
for the associated session.
|
ICodecPipeline |
A manager that manages encoders and decoders in the pipeline that is
associated with the
ICodecExecutor . |
IDecoder<I,O> |
A decoder that can be managed by a codec pipeline implementing the
ICodecPipeline interface. |
IEncoder<I,O> |
A encoder that can be managed by a codec pipeline implementing the
ICodecPipeline interface. |
IEventDrivenCodec |
A codec that can be driven by session events.
|
Class | Description |
---|---|
CompoundDecoder<I,O> |
A compound decoder that processes input data through a chain of the specified decoders.
|
CompoundEncoder<I,O> |
A compound encoder that processes input data through a chain of the specified encoders.
|
DefaultCodecExecutor |
The default implementation of the
ICodecExecutor . |
EventDrivenCompoundDecoder<I,O> |
An event driven compound decoder that processes input data through a chain of
the specified decoders.
|
EventDrivenCompoundEncoder<I,O> |
An event driven compound encoder that processes input data through a chain of
the specified encoders.
|
Copyright © 2017–2021 SNF4J.ORG. All rights reserved.