com.incesoft.botplatform.sdk.protocol
Class FLAPDecoder

java.lang.Object
  extended by com.incesoft.botplatform.sdk.protocol.FLAPDecoder
All Implemented Interfaces:
org.apache.mina.filter.codec.ProtocolDecoder

public class FLAPDecoder
extends java.lang.Object
implements org.apache.mina.filter.codec.ProtocolDecoder


Constructor Summary
FLAPDecoder()
           
 
Method Summary
 void decode(org.apache.mina.common.IoSession session, org.apache.mina.common.ByteBuffer currentBuf, org.apache.mina.filter.codec.ProtocolDecoderOutput out)
           
 void dispose(org.apache.mina.common.IoSession arg0)
           
 void finishDecode(org.apache.mina.common.IoSession arg0, org.apache.mina.filter.codec.ProtocolDecoderOutput arg1)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FLAPDecoder

public FLAPDecoder()
Method Detail

decode

public void decode(org.apache.mina.common.IoSession session,
                   org.apache.mina.common.ByteBuffer currentBuf,
                   org.apache.mina.filter.codec.ProtocolDecoderOutput out)
            throws java.lang.Exception
Specified by:
decode in interface org.apache.mina.filter.codec.ProtocolDecoder
Throws:
java.lang.Exception

dispose

public void dispose(org.apache.mina.common.IoSession arg0)
             throws java.lang.Exception
Specified by:
dispose in interface org.apache.mina.filter.codec.ProtocolDecoder
Throws:
java.lang.Exception

finishDecode

public void finishDecode(org.apache.mina.common.IoSession arg0,
                         org.apache.mina.filter.codec.ProtocolDecoderOutput arg1)
                  throws java.lang.Exception
Specified by:
finishDecode in interface org.apache.mina.filter.codec.ProtocolDecoder
Throws:
java.lang.Exception