org.apache.directory.server.dhcp.protocol
Class DhcpDecoder

java.lang.Object
  extended byorg.apache.directory.server.dhcp.protocol.DhcpDecoder

public class DhcpDecoder
extends java.lang.Object


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

DhcpDecoder

public DhcpDecoder()
Method Detail

decode

public void decode(IoSession session,
                   ByteBuffer in,
                   ProtocolDecoderOutput out)
            throws DhcpException
Throws:
DhcpException

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