org.apache.directory.server.dns.protocol
Class DnsDecoder

java.lang.Object
  extended by org.apache.directory.server.dns.protocol.DnsDecoder

public class DnsDecoder
extends java.lang.Object


Constructor Summary
DnsDecoder()
           
 
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

DnsDecoder

public DnsDecoder()
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