org.apache.directory.server.dhcp.protocol
Class DhcpDecoder
java.lang.Object
org.apache.directory.server.dhcp.protocol.DhcpDecoder
- All Implemented Interfaces:
- org.apache.mina.filter.codec.ProtocolDecoder
public class DhcpDecoder
- extends java.lang.Object
- implements org.apache.mina.filter.codec.ProtocolDecoder
- Version:
- $Rev: 725712 $, $Date: 2008-12-11 16:32:04 +0100 (Thu, 11 Dec 2008) $
- Author:
- Apache Directory Project
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)
|
void |
dispose(org.apache.mina.core.session.IoSession arg0)
|
void |
finishDecode(org.apache.mina.core.session.IoSession session,
org.apache.mina.filter.codec.ProtocolDecoderOutput out)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DhcpDecoder
public DhcpDecoder()
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)
throws DhcpException
- Specified by:
decode
in interface org.apache.mina.filter.codec.ProtocolDecoder
- Throws:
DhcpException
dispose
public void dispose(org.apache.mina.core.session.IoSession arg0)
throws java.lang.Exception
- Specified by:
dispose
in interface org.apache.mina.filter.codec.ProtocolDecoder
- Throws:
java.lang.Exception
finishDecode
public void finishDecode(org.apache.mina.core.session.IoSession session,
org.apache.mina.filter.codec.ProtocolDecoderOutput out)
throws java.lang.Exception
- Specified by:
finishDecode
in interface org.apache.mina.filter.codec.ProtocolDecoder
- Throws:
java.lang.Exception
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.