Package com.antiaction.dns.transport

Contains the classes that are used to send/receive DNS messages over the network using either TCP or UDP.

See:
          Description

Interface Summary
DNSConnector DNS message connection interface, abstract class for DNS connections.
DNSTransport DNS message transport interface, abstract class for DNS packet transports.
 

Class Summary
DNSHostPort DNS transport host container, contains hostname/port information.
DNSTCPTransport DNS Socket message transport (TCP).
DNSUDPTransport DNS Datagram message transport (UDP).
 

Package com.antiaction.dns.transport Description

Contains the classes that are used to send/receive DNS messages over the network using either TCP or UDP.