public class DhcpDecoder extends Object implements org.apache.mina.filter.codec.ProtocolDecoder
| Constructor and Description |
|---|
DhcpDecoder() |
| Modifier and Type | Method and Description |
|---|---|
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) |
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
decode in interface org.apache.mina.filter.codec.ProtocolDecoderDhcpExceptionpublic void dispose(org.apache.mina.core.session.IoSession arg0)
throws Exception
dispose in interface org.apache.mina.filter.codec.ProtocolDecoderExceptionCopyright © 2021. All rights reserved.