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

Version:
$Rev: 545044 $, $Date: 2007-06-07 05:32:48 +0200 (Do, 07 Jun 2007) $
Author:
Apache Directory Project

Constructor Summary
NtpDecoder()
           
 
Method Summary
 void decode(org.apache.mina.common.IoSession session, org.apache.mina.common.ByteBuffer 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.common.IoSession session,
                   org.apache.mina.common.ByteBuffer in,
                   org.apache.mina.filter.codec.ProtocolDecoderOutput out)


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.