Package | Description |
---|---|
org.apache.mina.filter.codec.demux |
Protocol codecs that helps you to implement even more complex protocols by splitting a codec into multiple sub-codecs.
|
Modifier and Type | Method | Description |
---|---|---|
MessageDecoderResult |
MessageDecoder.decodable(IoSession session,
IoBuffer in) |
Checks the specified buffer is decodable by this decoder.
|
MessageDecoderResult |
MessageDecoder.decode(IoSession session,
IoBuffer in,
ProtocolDecoderOutput out) |
Decodes binary or protocol-specific content into higher-level message objects.
|
Copyright © 2004–2018 Apache MINA Project. All rights reserved.