org.littleshoot.util.mina
Interface DemuxableProtocolDecoder

All Superinterfaces:
org.littleshoot.mina.filter.codec.ProtocolDecoder
All Known Implementing Classes:
DemuxingStateMachineProtocolDecoder

public interface DemuxableProtocolDecoder
extends org.littleshoot.mina.filter.codec.ProtocolDecoder

Protocol decoder with additional methods making it capable of being demultiplexed between multiple protocols.


Method Summary
 boolean atMessageBoundary()
           
 
Methods inherited from interface org.littleshoot.mina.filter.codec.ProtocolDecoder
decode, dispose, finishDecode
 

Method Detail

atMessageBoundary

boolean atMessageBoundary()


Copyright © 2013 LittleShoot. All Rights Reserved.