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

java.lang.Object
  extended by org.apache.mina.filter.codec.ProtocolDecoderAdapter
      extended by org.apache.directory.server.ntp.protocol.NtpDecoder
All Implemented Interfaces:
org.apache.mina.filter.codec.ProtocolDecoder

public class NtpDecoder
extends org.apache.mina.filter.codec.ProtocolDecoderAdapter

Author:
Apache Directory Project

Constructor Summary
NtpDecoder()
           
 
Method Summary
 void decode(org.apache.mina.core.session.IoSession session, org.apache.mina.core.buffer.IoBuffer in, org.apache.mina.filter.codec.ProtocolDecoderOutput out)
           
 
Methods inherited from class org.apache.mina.filter.codec.ProtocolDecoderAdapter
dispose, finishDecode
 
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(org.apache.mina.core.session.IoSession session,
                   org.apache.mina.core.buffer.IoBuffer in,
                   org.apache.mina.filter.codec.ProtocolDecoderOutput out)


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.