org.apache.directory.server.ntp.protocol
Class NtpDecoder

java.lang.Object
  extended byorg.apache.directory.server.ntp.protocol.NtpDecoder

public class NtpDecoder
extends java.lang.Object


Constructor Summary
NtpDecoder()
           
 
Method Summary
 void decode(IoSession session, ByteBuffer in, ProtocolDecoderOutput out)
           
 void dispose(IoSession arg0)
           
 void finishDecode(IoSession session, ProtocolDecoderOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NtpDecoder

public NtpDecoder()
Method Detail

decode

public void decode(IoSession session,
                   ByteBuffer in,
                   ProtocolDecoderOutput out)

dispose

public void dispose(IoSession arg0)
             throws java.lang.Exception
Throws:
java.lang.Exception

finishDecode

public void finishDecode(IoSession session,
                         ProtocolDecoderOutput out)
                  throws java.lang.Exception
Throws:
java.lang.Exception