| Home >> All >> com >> act365 >> net >> [ dns Javadoc ] |
com.act365.net.dns: Javadoc index of package com.act365.net.dns.
Package Samples:
com.act365.net.dns
Classes:
DNSLookup: Implements a DNS client. Usage: DNSLookup -r -p protocol -l localhost DNSServer domain . -r (optional) indicates whether recursion is desired, i.e. whether a query that cannot be resolved by the named server should be passed on to another server. -p protocol (optional) defines the socket protocol to be used. By default, the JDK UDP implementation will be used. The alternatives are UDP or RawUDP. -l localhost (optional) should be specified if the protocol has been set to RawUDP. The information will be used to construct the IP header. DNSServer is the IP address of the DNS server. domain is the ...
DNSWriter: DNSWriter writes DNS messages to a byte stream.
DNSReader: Reads DNS messages from bytestreams.
Query: Represents a DNS Query Message.
DNSMessage: Represents a DNS message.
ResourceRecord
| Home | Contact Us | Privacy Policy | Terms of Service |