org.apache.directory.server.dns.protocol
Class DnsUdpDecoder
java.lang.Object
org.apache.mina.filter.codec.ProtocolDecoderAdapter
org.apache.directory.server.dns.protocol.DnsUdpDecoder
- All Implemented Interfaces:
- org.apache.mina.filter.codec.ProtocolDecoder
public class DnsUdpDecoder
- extends org.apache.mina.filter.codec.ProtocolDecoderAdapter
A ProtocolDecoder for use in the MINA framework that uses the
DnsMessageDecoder to decode DnsMessages.
- 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)
|
| 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 |
DnsUdpDecoder
public DnsUdpDecoder()
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 IOException
- Throws:
IOException
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.