org.apache.mina.common.IoHandler
and associated
ProtocolCodecFactory
required
to implement the DNS Service with the MINA NIO framework.See: Description
Class | Description |
---|---|
DnsProtocolHandler | |
DnsProtocolTcpCodecFactory | |
DnsProtocolUdpCodecFactory | |
DnsTcpDecoder |
A
CumulativeProtocolDecoder which supports DNS operation over TCP,
by reassembling split packets prior to decoding. |
DnsTcpEncoder |
A ProtocolEncoder for use in the MINA framework that uses the
DnsMessageEncoder to encode DnsMessages.
|
DnsUdpDecoder |
A ProtocolDecoder for use in the MINA framework that uses the
DnsMessageDecoder to decode DnsMessages.
|
DnsUdpEncoder |
A ProtocolEncoder for use in the MINA framework that uses the
DnsMessageEncoder to encode DnsMessages.
|
org.apache.mina.common.IoHandler
and associated
ProtocolCodecFactory
required
to implement the DNS Service with the MINA NIO framework.Copyright © 2003-2013 Apache Software Foundation. All Rights Reserved.