org.lastbamboo.common.tcp.frame
Class TcpFrameDemuxingStateMachineProtocolDecoder
java.lang.Object
org.littleshoot.util.mina.DemuxingStateMachineProtocolDecoder
org.lastbamboo.common.tcp.frame.TcpFrameDemuxingStateMachineProtocolDecoder
- All Implemented Interfaces:
- org.littleshoot.mina.filter.codec.ProtocolDecoder, org.littleshoot.util.mina.DemuxableProtocolDecoder
public class TcpFrameDemuxingStateMachineProtocolDecoder
- extends org.littleshoot.util.mina.DemuxingStateMachineProtocolDecoder
Decoder for framed TCP messages that uses a state machine and is capable of
being demultiplexed with other protocols on the same port.
| Methods inherited from class org.littleshoot.util.mina.DemuxingStateMachineProtocolDecoder |
atMessageBoundary, decode, dispose, finishDecode |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TcpFrameDemuxingStateMachineProtocolDecoder
public TcpFrameDemuxingStateMachineProtocolDecoder()
- Creates a new state machine decoder.
Copyright © 2013 LittleShoot. All Rights Reserved.