INPUT
- the incoming message to decode (the low level message, usually a ByteBuffer
)OUTPUT
- the decoded message (your high level protocol Pojo/DTO)public interface StatelessProtocolDecoder<INPUT,OUTPUT> extends ProtocolDecoder<INPUT,OUTPUT,Void>
ProtocolDecoder
: no context stored for the different sessions.createDecoderState, decode, finishDecode
Copyright © 2009–2013 Apache MINA Project. All rights reserved.