A B C D E F G H I L M N O P Q R S T V W

A

A - Static variable in class com.antiaction.dns.DNSType
HostAddress.
addAdditional(DNSRecord) - Method in class com.antiaction.dns.DNSMessage
Add an additional record to the message.
addAnswer(DNSRecord) - Method in class com.antiaction.dns.DNSMessage
Add an answer record to the message.
addAuthority(DNSRecord) - Method in class com.antiaction.dns.DNSMessage
Add an authority record to the message.
addHost(String, int) - Method in interface com.antiaction.dns.transport.DNSTransport
Add a host to the pool of servers to attempt connection with.
addHost(String, int) - Method in class com.antiaction.dns.transport.DNSTCPTransport
 
addHost(String, int) - Method in class com.antiaction.dns.transport.DNSUDPTransport
 
ADDITIONAL - Static variable in class com.antiaction.dns.DNSSectionType
Additional.
addQuestion(DNSQuestion) - Method in class com.antiaction.dns.DNSMessage
Add a copy of the question to the list of questions.
ALL - Static variable in class com.antiaction.dns.DNSSectionType
All.
ALL - Static variable in class com.antiaction.dns.DNSQClass
Any class.
ALL - Static variable in class com.antiaction.dns.DNSQType
Request ALL records.
an_array - Variable in class com.antiaction.dns.DNSMessage
Array of answer DNS Record objects.
ANSWER - Static variable in class com.antiaction.dns.DNSSectionType
Answer.
ar_array - Variable in class com.antiaction.dns.DNSMessage
Array of additional DNS Record objects.
arrayToString(byte[]) - Static method in class com.antiaction.dns.DNSMessage
Returns a string representation of the array, for debugging purposes.
arrayToString(byte[], int, int) - Static method in class com.antiaction.dns.DNSMessage
Returns a string representation of the array, for debugging purposes.
arrayToStringIndex(byte[]) - Static method in class com.antiaction.dns.DNSMessage
Returns a string representation of the array, for debugging purposes.
arrPackets - Variable in class com.antiaction.dns.DNSMessage
Array of partial packet byte arrays.
assemblePacket() - Method in class com.antiaction.dns.DNSMessage
Returns a fully assembled message packet.
AUTHORITY - Static variable in class com.antiaction.dns.DNSSectionType
Authority.
AXFR - Static variable in class com.antiaction.dns.DNSQType
Transfer for an entire zone.

B

bitmap - Variable in class com.antiaction.dns.record.DNSRDataWKS
Bitmap.
buildPacket() - Method in class com.antiaction.dns.DNSMessage
Builds the packet internally, use assemblePacket to return a fully built packet.
buildPacket() - Method in class com.antiaction.dns.DNSHeader
Build and return the header based on the internal state.
buildPacket(DNSName, int) - Method in class com.antiaction.dns.DNSQuestion
Build and return the question based on the internal state.
buildPacket(DNSName, int) - Method in class com.antiaction.dns.DNSRecordHeader
Build and return the record header based on the internal state.
buildPacket(DNSName, int) - Method in class com.antiaction.dns.record.DNSRDataMX
Build and return the rdata packet on the internal state.
buildPacket(DNSName, int) - Method in class com.antiaction.dns.record.DNSRDataPTR
Build and return the rdata packet on the internal state.
buildPacket(DNSName, int) - Method in class com.antiaction.dns.record.DNSRDataNULL
Build and return the rdata packet on the internal state.
buildPacket(DNSName, int) - Method in class com.antiaction.dns.record.DNSRDataSOA
Build and return the rdata packet on the internal state.
buildPacket(DNSName, int) - Method in class com.antiaction.dns.record.DNSRDataMR
Build and return the rdata packet on the internal state.
buildPacket(DNSName, int) - Method in class com.antiaction.dns.record.DNSRDataNS
Build and return the rdata packet on the internal state.
buildPacket(DNSName, int) - Method in class com.antiaction.dns.record.DNSRDataMD
Build and return the rdata packet on the internal state.
buildPacket(DNSName, int) - Method in interface com.antiaction.dns.record.DNSRDataInterface
Build and return the rdata packet on the internal state.
buildPacket(DNSName, int) - Method in class com.antiaction.dns.record.DNSRDataHINFO
Build and return the rdata packet on the internal state.
buildPacket(DNSName, int) - Method in class com.antiaction.dns.record.DNSRDataGeneric
Build and return the rdata packet on the internal state.
buildPacket(DNSName, int) - Method in class com.antiaction.dns.record.DNSRDataMINFO
Build and return the rdata packet on the internal state.
buildPacket(DNSName, int) - Method in class com.antiaction.dns.record.DNSRDataTXT
Build and return the rdata packet on the internal state.
buildPacket(DNSName, int) - Method in class com.antiaction.dns.record.DNSRDataCName
Build and return the rdata packet on the internal state.
buildPacket(DNSName, int) - Method in class com.antiaction.dns.record.DNSRDataMF
Build and return the rdata packet on the internal state.
buildPacket(DNSName, int) - Method in class com.antiaction.dns.record.DNSRDataMB
Build and return the rdata packet on the internal state.
buildPacket(DNSName, int) - Method in class com.antiaction.dns.record.DNSRDataWKS
Build and return the rdata packet on the internal state.
buildPacket(DNSName, int) - Method in class com.antiaction.dns.record.DNSRDataA
Build and return the rdata packet on the internal state.
buildPacket(DNSName, int) - Method in class com.antiaction.dns.record.DNSRDataMG
Build and return the rdata packet on the internal state.
buildPacket(int, String, boolean, boolean) - Method in class com.antiaction.dns.DNSName
Build a sub packet containing the name with no, partial or full compresssion used.

C

CH - Static variable in class com.antiaction.dns.DNSClass
The CHAOS class.
clone() - Method in class com.antiaction.dns.DNSQuestion
Overrides Cloneable.
clone() - Method in class com.antiaction.dns.DNSRecordHeader
Overrides Cloneable.
clone() - Method in class com.antiaction.dns.DNSRecord
Overrides Cloneable.
clone() - Method in class com.antiaction.dns.DNSHeader
Overrides Cloneable.
clone() - Method in class com.antiaction.dns.record.DNSRDataMX
Overrides Cloneable.
clone() - Method in class com.antiaction.dns.record.DNSRDataPTR
Overrides Cloneable.
clone() - Method in class com.antiaction.dns.record.DNSRDataNULL
Overrides Cloneable.
clone() - Method in class com.antiaction.dns.record.DNSRDataSOA
Overrides Cloneable.
clone() - Method in class com.antiaction.dns.record.DNSRDataMR
Overrides Cloneable.
clone() - Method in class com.antiaction.dns.record.DNSRDataNS
Overrides Cloneable.
clone() - Method in class com.antiaction.dns.record.DNSRDataMD
Overrides Cloneable.
clone() - Method in interface com.antiaction.dns.record.DNSRDataInterface
Overrides Cloneable.
clone() - Method in class com.antiaction.dns.record.DNSRDataHINFO
Overrides Cloneable.
clone() - Method in class com.antiaction.dns.record.DNSRDataGeneric
Overrides Cloneable.
clone() - Method in class com.antiaction.dns.record.DNSRDataMINFO
Overrides Cloneable.
clone() - Method in class com.antiaction.dns.record.DNSRDataTXT
Overrides Cloneable.
clone() - Method in class com.antiaction.dns.record.DNSRDataCName
Overrides Cloneable.
clone() - Method in class com.antiaction.dns.record.DNSRDataMF
Overrides Cloneable.
clone() - Method in class com.antiaction.dns.record.DNSRDataMB
Overrides Cloneable.
clone() - Method in class com.antiaction.dns.record.DNSRDataWKS
Overrides Cloneable.
clone() - Method in class com.antiaction.dns.record.DNSRDataA
Overrides Cloneable.
clone() - Method in class com.antiaction.dns.record.DNSRDataMG
Overrides Cloneable.
CNAME - Static variable in class com.antiaction.dns.DNSType
CanonicalName.
com.antiaction.dns - package com.antiaction.dns
Core classes for dis/assembling DNS messages, questions and records.
com.antiaction.dns.record - package com.antiaction.dns.record
Contains classes used to dis/-assemble the data part of resource records (A,MX,CNAME,..).
com.antiaction.dns.transport - package com.antiaction.dns.transport
Contains the classes that are used to send/receive DNS messages over the network using either TCP or UDP.
Connect() - Method in interface com.antiaction.dns.transport.DNSConnector
Attempt to connect to the first server available in the pool of servers.
connTimeout - Variable in class com.antiaction.dns.transport.DNSTCPTransport
Timeout when transmitting messages.
connTimeout - Variable in class com.antiaction.dns.transport.DNSUDPTransport
Timeout when transmitting messages.
cpu - Variable in class com.antiaction.dns.record.DNSRDataHINFO
CPU.
CS - Static variable in class com.antiaction.dns.DNSClass
The CSNET class (obsolete, used only for examples).

D

disassemblePacket(byte[]) - Method in class com.antiaction.dns.DNSMessage
Parses the record header part of a packet.
disassemblePacket(byte[], int, int) - Method in class com.antiaction.dns.DNSName
Parses the name part of a packet and returns a string.
disassemblePacket(byte[], int, int) - Method in class com.antiaction.dns.DNSHeader
Parses the header part of a message and sets the internal state accordingly.
disassemblePacket(DNSName, byte[], int, int) - Method in class com.antiaction.dns.DNSQuestion
Parses the question part of a packet.
disassemblePacket(DNSName, byte[], int, int) - Method in class com.antiaction.dns.DNSRecordHeader
Parses the record header part of a packet.
disassemblePacket(DNSName, byte[], int, int) - Method in class com.antiaction.dns.record.DNSRDataMX
Parses the rdata part of a record.
disassemblePacket(DNSName, byte[], int, int) - Method in class com.antiaction.dns.record.DNSRDataPTR
Parses the rdata part of a record.
disassemblePacket(DNSName, byte[], int, int) - Method in class com.antiaction.dns.record.DNSRDataNULL
Parses the rdata part of a record.
disassemblePacket(DNSName, byte[], int, int) - Method in class com.antiaction.dns.record.DNSRDataSOA
Parses the rdata part of a record.
disassemblePacket(DNSName, byte[], int, int) - Method in class com.antiaction.dns.record.DNSRDataMR
Parses the rdata part of a record.
disassemblePacket(DNSName, byte[], int, int) - Method in class com.antiaction.dns.record.DNSRDataNS
Parses the rdata part of a record.
disassemblePacket(DNSName, byte[], int, int) - Method in class com.antiaction.dns.record.DNSRDataMD
Parses the rdata part of a record.
disassemblePacket(DNSName, byte[], int, int) - Method in interface com.antiaction.dns.record.DNSRDataInterface
Parses the rdata part of a record.
disassemblePacket(DNSName, byte[], int, int) - Method in class com.antiaction.dns.record.DNSRDataHINFO
Parses the rdata part of a record.
disassemblePacket(DNSName, byte[], int, int) - Method in class com.antiaction.dns.record.DNSRDataGeneric
Parses the rdata part of a record.
disassemblePacket(DNSName, byte[], int, int) - Method in class com.antiaction.dns.record.DNSRDataMINFO
Parses the rdata part of a record.
disassemblePacket(DNSName, byte[], int, int) - Method in class com.antiaction.dns.record.DNSRDataTXT
Parses the rdata part of a record.
disassemblePacket(DNSName, byte[], int, int) - Method in class com.antiaction.dns.record.DNSRDataCName
Parses the rdata part of a record.
disassemblePacket(DNSName, byte[], int, int) - Method in class com.antiaction.dns.record.DNSRDataMF
Parses the rdata part of a record.
disassemblePacket(DNSName, byte[], int, int) - Method in class com.antiaction.dns.record.DNSRDataMB
Parses the rdata part of a record.
disassemblePacket(DNSName, byte[], int, int) - Method in class com.antiaction.dns.record.DNSRDataWKS
Parses the rdata part of a record.
disassemblePacket(DNSName, byte[], int, int) - Method in class com.antiaction.dns.record.DNSRDataA
Parses the rdata part of a record.
disassemblePacket(DNSName, byte[], int, int) - Method in class com.antiaction.dns.record.DNSRDataMG
Parses the rdata part of a record.
disassemblePacket(DNSName, byte[], int, int, DNSRecordHeader) - Method in class com.antiaction.dns.record.DNSRData
 
Disconnect() - Method in interface com.antiaction.dns.transport.DNSConnector
Close the connection.
DNSClass - class com.antiaction.dns.DNSClass.
DNS Class, defines the various DNS Network domains.
DNSClass() - Constructor for class com.antiaction.dns.DNSClass
Only the static methods are meant for public use.
DNSConnector - interface com.antiaction.dns.transport.DNSConnector.
DNS message connection interface, abstract class for DNS connections.
DNSException - exception com.antiaction.dns.DNSException.
DNS package general exception, in case of packet corruption.
DNSException(String) - Constructor for class com.antiaction.dns.DNSException
Overriding constructor.
dnsheader - Variable in class com.antiaction.dns.DNSMessage
DNS Header object.
DNSHeader - class com.antiaction.dns.DNSHeader.
DNS header container, contains the header portion of a DNS message.
DNSHeader() - Constructor for class com.antiaction.dns.DNSHeader
Instantiate and initialize a default header object.
DNSHostPort - class com.antiaction.dns.transport.DNSHostPort.
DNS transport host container, contains hostname/port information.
DNSHostPort(String, int) - Constructor for class com.antiaction.dns.transport.DNSHostPort
 
DNSMessage - class com.antiaction.dns.DNSMessage.
DNS Message, main entry point for dis/assembling DNS packets.
DNSMessage() - Constructor for class com.antiaction.dns.DNSMessage
Instantiate a new message object.
dnsname - Variable in class com.antiaction.dns.DNSMessage
DNS Name object used for domain name de/encoding.
DNSName - class com.antiaction.dns.DNSName.
DNS Name, handles domainname dis/assembling (including de/compression).
DNSName() - Constructor for class com.antiaction.dns.DNSName
Construct a name object and initialize internal compression structures.
DNSNameException - exception com.antiaction.dns.DNSNameException.
DNS domainname exception, in case of corrupt domainname data.
DNSNameException(String) - Constructor for class com.antiaction.dns.DNSNameException
Overriding constructor.
DNSOpcode - class com.antiaction.dns.DNSOpcode.
DNS Opcode, defines the various opcode constants.
DNSQClass - class com.antiaction.dns.DNSQClass.
DNS QClass, defines the various qclass constants.
DNSQType - class com.antiaction.dns.DNSQType.
DNS QType constants, defines the various qtype constants.
DNSQType() - Constructor for class com.antiaction.dns.DNSQType
Only the static methods are meant for public use.
DNSQueryOpcode - class com.antiaction.dns.DNSQueryOpcode.
DNS Query Opcode, defines the various query constants.
DNSQuestion - class com.antiaction.dns.DNSQuestion.
DNS Question, dis/assembles question portions of a DNS packet.
DNSQuestion() - Constructor for class com.antiaction.dns.DNSQuestion
Instantiate and initialize a default question object.
DNSRData - class com.antiaction.dns.record.DNSRData.
DNS RData, main entry point for disassembling record data according to type.
DNSRData() - Constructor for class com.antiaction.dns.record.DNSRData
Instantiate and initialize an empty RData object.
DNSRDataA - class com.antiaction.dns.record.DNSRDataA.
DNS A Record container.
DNSRDataA() - Constructor for class com.antiaction.dns.record.DNSRDataA
Instantiate and initialize a default A record object.
dnsrdatabuilder - Variable in class com.antiaction.dns.DNSMessage
DNS RData builder.
DNSRDataCName - class com.antiaction.dns.record.DNSRDataCName.
DNS CName Record container.
DNSRDataCName() - Constructor for class com.antiaction.dns.record.DNSRDataCName
Instantiate and initialize a default CName record object.
DNSRDataException - exception com.antiaction.dns.record.DNSRDataException.
DNS RData exception, in case of corrupt record data.
DNSRDataException(String) - Constructor for class com.antiaction.dns.record.DNSRDataException
Overriding constructor.
DNSRDataGeneric - class com.antiaction.dns.record.DNSRDataGeneric.
DNS generic record container, wrapper for unsupported record types.
DNSRDataGeneric() - Constructor for class com.antiaction.dns.record.DNSRDataGeneric
Instantiate and initialize a default generic record object.
DNSRDataGeneric(int) - Constructor for class com.antiaction.dns.record.DNSRDataGeneric
 
DNSRDataHINFO - class com.antiaction.dns.record.DNSRDataHINFO.
DNS HINFO Record container.
DNSRDataHINFO() - Constructor for class com.antiaction.dns.record.DNSRDataHINFO
Instantiate and initialize a default HINFO record object.
DNSRDataInterface - interface com.antiaction.dns.record.DNSRDataInterface.
DNS RData interface, abstract class each record data class must implemented.
DNSRDataMB - class com.antiaction.dns.record.DNSRDataMB.
DNS MB Record container.
DNSRDataMB() - Constructor for class com.antiaction.dns.record.DNSRDataMB
Instantiate and initialize a default MB record object.
DNSRDataMD - class com.antiaction.dns.record.DNSRDataMD.
DNS MD Record container.
DNSRDataMD() - Constructor for class com.antiaction.dns.record.DNSRDataMD
Instantiate and initialize a default MD record object.
DNSRDataMF - class com.antiaction.dns.record.DNSRDataMF.
DNS MF Record container.
DNSRDataMF() - Constructor for class com.antiaction.dns.record.DNSRDataMF
Instantiate and initialize a default MF record object.
DNSRDataMG - class com.antiaction.dns.record.DNSRDataMG.
DNS MG Record container.
DNSRDataMG() - Constructor for class com.antiaction.dns.record.DNSRDataMG
Instantiate and initialize a default MG record object.
DNSRDataMINFO - class com.antiaction.dns.record.DNSRDataMINFO.
DNS MINFO Record container.
DNSRDataMINFO() - Constructor for class com.antiaction.dns.record.DNSRDataMINFO
Instantiate and initialize a default MINFO record object.
DNSRDataMR - class com.antiaction.dns.record.DNSRDataMR.
DNS MR Record container.
DNSRDataMR() - Constructor for class com.antiaction.dns.record.DNSRDataMR
Instantiate and initialize a default MR record object.
DNSRDataMX - class com.antiaction.dns.record.DNSRDataMX.
DNS MX Record container.
DNSRDataMX() - Constructor for class com.antiaction.dns.record.DNSRDataMX
Instantiate and initialize a default MX record object.
DNSRDataNS - class com.antiaction.dns.record.DNSRDataNS.
DNS NS Record container.
DNSRDataNS() - Constructor for class com.antiaction.dns.record.DNSRDataNS
Instantiate and initialize a default NS record object.
DNSRDataNULL - class com.antiaction.dns.record.DNSRDataNULL.
DNS NULL record container.
DNSRDataNULL() - Constructor for class com.antiaction.dns.record.DNSRDataNULL
Instantiate and initialize a default NULL record object.
DNSRDataPTR - class com.antiaction.dns.record.DNSRDataPTR.
DNS PTR Record container.
DNSRDataPTR() - Constructor for class com.antiaction.dns.record.DNSRDataPTR
Instantiate and initialize a default PTR record object.
DNSRDataSOA - class com.antiaction.dns.record.DNSRDataSOA.
DNS SOA Record container.
DNSRDataSOA() - Constructor for class com.antiaction.dns.record.DNSRDataSOA
Instantiate and initialize a default SOA record object.
DNSRDataTXT - class com.antiaction.dns.record.DNSRDataTXT.
DNS TXT Record container.
DNSRDataTXT() - Constructor for class com.antiaction.dns.record.DNSRDataTXT
Instantiate and initialize a default TXT record object.
DNSRDataWKS - class com.antiaction.dns.record.DNSRDataWKS.
DNS WKS Record container.
DNSRDataWKS() - Constructor for class com.antiaction.dns.record.DNSRDataWKS
Instantiate and initialize a default WKS record object.
DNSRecord - class com.antiaction.dns.DNSRecord.
DNS Record container, contains a header object and a data object.
DNSRecord(DNSRecordHeader, DNSRDataInterface) - Constructor for class com.antiaction.dns.DNSRecord
Instantiate and initialize a dns record.
DNSRecordHeader - class com.antiaction.dns.DNSRecordHeader.
DNS Record Header, contains the header portion of a resource record.
DNSRecordHeader() - Constructor for class com.antiaction.dns.DNSRecordHeader
Instantiate and initialize a default question object.
DNSResponseCode - class com.antiaction.dns.DNSResponseCode.
DNS Response Code, defines various response constants.
DNSSectionType - class com.antiaction.dns.DNSSectionType.
DNS Section Type, defines types used to retrieve records stored by their type.
DNSTCPTransport - class com.antiaction.dns.transport.DNSTCPTransport.
DNS Socket message transport (TCP).
DNSTCPTransport() - Constructor for class com.antiaction.dns.transport.DNSTCPTransport
Instantiate an empty socket object.
DNSTransport - interface com.antiaction.dns.transport.DNSTransport.
DNS message transport interface, abstract class for DNS packet transports.
DNSType - class com.antiaction.dns.DNSType.
DNS Type, defines the various record type constants.
DNSType() - Constructor for class com.antiaction.dns.DNSType
Only the static methods are meant for public use.
DNSUDPTransport - class com.antiaction.dns.transport.DNSUDPTransport.
DNS Datagram message transport (UDP).
DNSUDPTransport() - Constructor for class com.antiaction.dns.transport.DNSUDPTransport
Instantiate an empty socket object.

E

eMailBX - Variable in class com.antiaction.dns.record.DNSRDataMINFO
Error mailbox.
exchange - Variable in class com.antiaction.dns.record.DNSRDataMX
Exchange.
expire - Variable in class com.antiaction.dns.record.DNSRDataSOA
A 32 bit time value that specifies the upper limit on the time interval that can elapse before the zone is no longer authoritative.

F

FORMATERROR - Static variable in class com.antiaction.dns.DNSResponseCode
Format error - The name server was unable to interpret the query.

G

GENERIC - Static variable in class com.antiaction.dns.DNSType
Used internally to represent unsupported record types.
genericData - Variable in class com.antiaction.dns.record.DNSRDataNULL
Array of data.
genericData - Variable in class com.antiaction.dns.record.DNSRDataGeneric
Array containing the generic data.
getAdditionalCount() - Method in class com.antiaction.dns.DNSHeader
Get Additional resource record count.
getAdditionals() - Method in class com.antiaction.dns.DNSMessage
Get a copy of the list of additional record objects.
getAnswerCount() - Method in class com.antiaction.dns.DNSHeader
Get Answer resource record count.
getAnswers() - Method in class com.antiaction.dns.DNSMessage
Get a copy of the list of answer record objects.
getAuthoritativeAnswer() - Method in class com.antiaction.dns.DNSHeader
Get Authoritative Answer flag.
getAuthorities() - Method in class com.antiaction.dns.DNSMessage
Get a copy of the list of authority record objects.
getAuthorityCount() - Method in class com.antiaction.dns.DNSHeader
Get Authority resource record count.
getBitMap() - Method in class com.antiaction.dns.record.DNSRDataWKS
Get the bitmap of this record.
getCName() - Method in class com.antiaction.dns.record.DNSRDataCName
Get the domain name of this record.
getConnector() - Method in interface com.antiaction.dns.transport.DNSTransport
Returns a connector object used to communicate with the contained servers.
getConnector() - Method in class com.antiaction.dns.transport.DNSTCPTransport
 
getConnector() - Method in class com.antiaction.dns.transport.DNSUDPTransport
 
getCPU() - Method in class com.antiaction.dns.record.DNSRDataHINFO
Get the CPU string.
getData() - Method in class com.antiaction.dns.record.DNSRDataNULL
Get the generic data of this record.
getData() - Method in class com.antiaction.dns.record.DNSRDataGeneric
Get the generic data of this record.
getDisassembledLen() - Method in class com.antiaction.dns.DNSName
Returns the length of the previously disassembled name.
getDisassembledLen() - Method in class com.antiaction.dns.DNSQuestion
Returns the length of the previously disassembled question.
getDisassembledLen() - Method in class com.antiaction.dns.DNSRecordHeader
Returns the length of the previously disassembled record header.
getDisassembledLen() - Method in class com.antiaction.dns.DNSMessage
Returns the length of the previously disassembled record header.
getDisassembledLen() - Method in class com.antiaction.dns.DNSHeader
Returns the length of the previously disassembled header.
getDisassembledLen() - Method in class com.antiaction.dns.record.DNSRDataMX
Returns the length of the previously disassembled rdata part.
getDisassembledLen() - Method in class com.antiaction.dns.record.DNSRDataPTR
Returns the length of the previously disassembled rdata part.
getDisassembledLen() - Method in class com.antiaction.dns.record.DNSRDataNULL
Returns the length of the previously disassembled rdata part.
getDisassembledLen() - Method in class com.antiaction.dns.record.DNSRDataSOA
Returns the length of the previously disassembled rdata part.
getDisassembledLen() - Method in class com.antiaction.dns.record.DNSRDataMR
Returns the length of the previously disassembled rdata part.
getDisassembledLen() - Method in class com.antiaction.dns.record.DNSRDataNS
Returns the length of the previously disassembled rdata part.
getDisassembledLen() - Method in class com.antiaction.dns.record.DNSRDataMD
Returns the length of the previously disassembled rdata part.
getDisassembledLen() - Method in interface com.antiaction.dns.record.DNSRDataInterface
Returns the length of the previously disassembled rdata part.
getDisassembledLen() - Method in class com.antiaction.dns.record.DNSRDataHINFO
Returns the length of the previously disassembled rdata part.
getDisassembledLen() - Method in class com.antiaction.dns.record.DNSRDataGeneric
Returns the length of the previously disassembled rdata part.
getDisassembledLen() - Method in class com.antiaction.dns.record.DNSRDataMINFO
Returns the length of the previously disassembled rdata part.
getDisassembledLen() - Method in class com.antiaction.dns.record.DNSRDataTXT
Returns the length of the previously disassembled rdata part.
getDisassembledLen() - Method in class com.antiaction.dns.record.DNSRDataCName
Returns the length of the previously disassembled rdata part.
getDisassembledLen() - Method in class com.antiaction.dns.record.DNSRDataMF
Returns the length of the previously disassembled rdata part.
getDisassembledLen() - Method in class com.antiaction.dns.record.DNSRDataMB
Returns the length of the previously disassembled rdata part.
getDisassembledLen() - Method in class com.antiaction.dns.record.DNSRDataWKS
Returns the length of the previously disassembled rdata part.
getDisassembledLen() - Method in class com.antiaction.dns.record.DNSRDataA
Returns the length of the previously disassembled rdata part.
getDisassembledLen() - Method in class com.antiaction.dns.record.DNSRDataMG
Returns the length of the previously disassembled rdata part.
getErrorMX() - Method in class com.antiaction.dns.record.DNSRDataMINFO
Get the error mailbox.
getExchange() - Method in class com.antiaction.dns.record.DNSRDataMX
Get the mx exchange domain name.
getExpire() - Method in class com.antiaction.dns.record.DNSRDataSOA
Get the 32 bit time value that specifies the upper limit on the time interval that can elapse before the zone is no longer authoritative.
getHeader() - Method in class com.antiaction.dns.DNSMessage
Get a copy of the message header object.
getHeader() - Method in class com.antiaction.dns.DNSRecord
Get the record header object.
getHost() - Method in class com.antiaction.dns.transport.DNSHostPort
 
getID() - Method in class com.antiaction.dns.DNSHeader
Get the message identification.
getIPAddr() - Method in class com.antiaction.dns.record.DNSRDataWKS
Get the IP address of this record.
getIPAddr() - Method in class com.antiaction.dns.record.DNSRDataA
Get the IP address of this record.
getMailBox() - Method in class com.antiaction.dns.record.DNSRDataMB
Get the domain name of this record.
getMailDestination() - Method in class com.antiaction.dns.record.DNSRDataMD
Get the domain name of this record.
getMailForwarder() - Method in class com.antiaction.dns.record.DNSRDataMF
Get the domain name of this record.
getMailGroup() - Method in class com.antiaction.dns.record.DNSRDataMG
Get the domain name of this record.
getMailRename() - Method in class com.antiaction.dns.record.DNSRDataMR
Get the domain name of this record.
getMinimum() - Method in class com.antiaction.dns.record.DNSRDataSOA
Get the unsigned 32 bit minimum TTL field that should be exported with any RR from this zone.
getMName() - Method in class com.antiaction.dns.record.DNSRDataSOA
Get the Name server that was the original or primary source of data for this zone.
getNameServer() - Method in class com.antiaction.dns.record.DNSRDataNS
Get the domain name of this record.
getOpcode() - Method in class com.antiaction.dns.DNSHeader
Get message opcode.
getOS() - Method in class com.antiaction.dns.record.DNSRDataHINFO
Get the OS string.
getPort() - Method in class com.antiaction.dns.transport.DNSHostPort
 
getPrefs() - Method in class com.antiaction.dns.record.DNSRDataMX
Get the mx preference value.
getProtocol() - Method in class com.antiaction.dns.record.DNSRDataWKS
Get the protocol type of this record.
getPTR() - Method in class com.antiaction.dns.record.DNSRDataPTR
Get the domain name of this record.
getQClass() - Method in class com.antiaction.dns.DNSQuestion
Get the question class
getQName() - Method in class com.antiaction.dns.DNSQuestion
Get the question domain name.
getQType() - Method in class com.antiaction.dns.DNSQuestion
Get the question type.
getQueryResponse() - Method in class com.antiaction.dns.DNSHeader
Get the type of message, Query or Response.
getQuestionCount() - Method in class com.antiaction.dns.DNSHeader
Get Question count.
getQuestions() - Method in class com.antiaction.dns.DNSMessage
Get a copy of the list of question objects.
getQuestions(String, int, int) - Method in class com.antiaction.dns.DNSMessage
Get a copy of the Question objects that match the given arguments.
getRClass() - Method in class com.antiaction.dns.DNSRecordHeader
Get the record class.
getRData() - Method in class com.antiaction.dns.DNSRecord
Get the rdata object.
getRecords(String, int, int, int) - Method in class com.antiaction.dns.DNSMessage
Get a copy of the Record objects that match the given arguments.
getRecursionAvailable() - Method in class com.antiaction.dns.DNSHeader
Get Recursion Available flag.
getRecursionDesired() - Method in class com.antiaction.dns.DNSHeader
Get Recursion Desired flag.
getRefresh() - Method in class com.antiaction.dns.record.DNSRDataSOA
Get the 32 bit time interval before the zone should be refreshed.
getResponseCode() - Method in class com.antiaction.dns.DNSHeader
Get Response Code flag.
getResponsibleMX() - Method in class com.antiaction.dns.record.DNSRDataMINFO
Get the responsible mailbox.
getRetry() - Method in class com.antiaction.dns.record.DNSRDataSOA
Get the 32 bit time interval that should elapse before a failed refresh should be retried.
getRName() - Method in class com.antiaction.dns.DNSRecordHeader
Get the record name.
getRName() - Method in class com.antiaction.dns.record.DNSRDataSOA
Get the mailbox of the person responsible for this zone.
getRTTL() - Method in class com.antiaction.dns.DNSRecordHeader
Get the record class.
getRType() - Method in class com.antiaction.dns.DNSRecordHeader
Get the record type.
getRType() - Method in class com.antiaction.dns.record.DNSRDataMX
Get the record type.
getRType() - Method in class com.antiaction.dns.record.DNSRDataPTR
Get the record type.
getRType() - Method in class com.antiaction.dns.record.DNSRDataNULL
Get the record type.
getRType() - Method in class com.antiaction.dns.record.DNSRDataSOA
Get the record type.
getRType() - Method in class com.antiaction.dns.record.DNSRDataMR
Get the record type.
getRType() - Method in class com.antiaction.dns.record.DNSRDataNS
Get the record type.
getRType() - Method in class com.antiaction.dns.record.DNSRDataMD
Get the record type.
getRType() - Method in interface com.antiaction.dns.record.DNSRDataInterface
Get the record type.
getRType() - Method in class com.antiaction.dns.record.DNSRDataHINFO
Get the record type.
getRType() - Method in class com.antiaction.dns.record.DNSRDataGeneric
Get the record type.
getRType() - Method in class com.antiaction.dns.record.DNSRDataMINFO
Get the record type.
getRType() - Method in class com.antiaction.dns.record.DNSRDataTXT
Get the record type.
getRType() - Method in class com.antiaction.dns.record.DNSRDataCName
Get the record type.
getRType() - Method in class com.antiaction.dns.record.DNSRDataMF
Get the record type.
getRType() - Method in class com.antiaction.dns.record.DNSRDataMB
Get the record type.
getRType() - Method in class com.antiaction.dns.record.DNSRDataWKS
Get the record type.
getRType() - Method in class com.antiaction.dns.record.DNSRDataA
Get the record type.
getRType() - Method in class com.antiaction.dns.record.DNSRDataMG
Get the record type.
getSerial() - Method in class com.antiaction.dns.record.DNSRDataSOA
Get the unsigned 32 bit version number of the original copy of the zone.
getTimeout() - Method in interface com.antiaction.dns.transport.DNSTransport
Get the connection timeout.
getTimeout() - Method in class com.antiaction.dns.transport.DNSTCPTransport
 
getTimeout() - Method in class com.antiaction.dns.transport.DNSUDPTransport
 
getTrunCation() - Method in class com.antiaction.dns.DNSHeader
Get Truncation flag.
getTXT() - Method in class com.antiaction.dns.record.DNSRDataTXT
Get the text as an array of strings.
getWrappedType() - Method in class com.antiaction.dns.record.DNSRDataGeneric
Get the wrapped record type.

H

hasNext() - Method in interface com.antiaction.dns.transport.DNSConnector
Returns true if the iteration has more elements.
HEADER_SIZE - Static variable in class com.antiaction.dns.DNSHeader
Header size.
HINFO - Static variable in class com.antiaction.dns.DNSType
Host Information.
HS - Static variable in class com.antiaction.dns.DNSClass
Hesiod name service.

I

IN - Static variable in class com.antiaction.dns.DNSClass
The internet.
ipAddr - Variable in class com.antiaction.dns.record.DNSRDataWKS
IP address.
ipAddr - Variable in class com.antiaction.dns.record.DNSRDataA
IP address.
ipAddrArr - Variable in class com.antiaction.dns.record.DNSRDataWKS
IP record.
ipAddrArr - Variable in class com.antiaction.dns.record.DNSRDataA
IP record.
IQUERY - Static variable in class com.antiaction.dns.DNSQueryOpcode
Inverse-Query.
IQUERY - Static variable in class com.antiaction.dns.DNSOpcode
Inverse-Query.

L

listHostPort - Variable in class com.antiaction.dns.transport.DNSTCPTransport
List of server to choose from.
listHostPort - Variable in class com.antiaction.dns.transport.DNSUDPTransport
List of server to choose from.

M

MAILA - Static variable in class com.antiaction.dns.DNSQType
MailAgent, obsolete, use MX instead.
MAILB - Static variable in class com.antiaction.dns.DNSQType
Mailbox related records (MB, MG or MR).
MB - Static variable in class com.antiaction.dns.DNSType
MailBox, experimental.
MD - Static variable in class com.antiaction.dns.DNSType
MailDestination, obsolete, use Mail Exchange.
MF - Static variable in class com.antiaction.dns.DNSType
MailForwarder, obsolete, use Mail Exchange.
MG - Static variable in class com.antiaction.dns.DNSType
MailGroup, experimental.
MINFO - Static variable in class com.antiaction.dns.DNSType
Mailbox information.
minimum - Variable in class com.antiaction.dns.record.DNSRDataSOA
The unsigned 32 bit minimum TTL field that should be exported with any RR from this zone.
mname - Variable in class com.antiaction.dns.record.DNSRDataSOA
Name server that was the original or primary source of data for this zone.
MR - Static variable in class com.antiaction.dns.DNSType
MailRename, experimental.
MX - Static variable in class com.antiaction.dns.DNSType
Mail Exchange.

N

name - Variable in class com.antiaction.dns.record.DNSRDataPTR
Exchange.
name - Variable in class com.antiaction.dns.record.DNSRDataMR
Exchange.
name - Variable in class com.antiaction.dns.record.DNSRDataNS
Exchange.
name - Variable in class com.antiaction.dns.record.DNSRDataMD
Exchange.
name - Variable in class com.antiaction.dns.record.DNSRDataCName
Exchange.
name - Variable in class com.antiaction.dns.record.DNSRDataMF
Exchange.
name - Variable in class com.antiaction.dns.record.DNSRDataMB
Exchange.
name - Variable in class com.antiaction.dns.record.DNSRDataMG
Exchange.
NAMEERROR - Static variable in class com.antiaction.dns.DNSResponseCode
Name error - Meaningful only for responses from an authoritative name server, this code signifies that the domain name referenced in the query does not exist.
next() - Method in interface com.antiaction.dns.transport.DNSConnector
Returns the next element in the interation.
NOERROR - Static variable in class com.antiaction.dns.DNSResponseCode
No error condiction.
NOTIMPLEMENTED - Static variable in class com.antiaction.dns.DNSResponseCode
Not implemented - The name server does not support the requested kind of query.
NS - Static variable in class com.antiaction.dns.DNSType
Authoritative name server.
ns_array - Variable in class com.antiaction.dns.DNSMessage
Array of authority DNS Record objects.
NULL - Static variable in class com.antiaction.dns.DNSType
Experimental.

O

os - Variable in class com.antiaction.dns.record.DNSRDataHINFO
OS.

P

prefs - Variable in class com.antiaction.dns.record.DNSRDataMX
Preference.
printTree() - Method in class com.antiaction.dns.DNSName
Display the hashmap tree structure used for name compression, for debugging purposes only.
protocol - Variable in class com.antiaction.dns.record.DNSRDataWKS
Protocol.
PTR - Static variable in class com.antiaction.dns.DNSType
Domain Name Pointer.

Q

qclass - Variable in class com.antiaction.dns.DNSQuestion
Question class.
qd_array - Variable in class com.antiaction.dns.DNSMessage
Array of DNS Question objects.
qname - Variable in class com.antiaction.dns.DNSQuestion
Question name.
qtype - Variable in class com.antiaction.dns.DNSQuestion
Question type.
Query - Static variable in class com.antiaction.dns.DNSHeader
Query header type.
QUERY - Static variable in class com.antiaction.dns.DNSQueryOpcode
Query.
QUERY - Static variable in class com.antiaction.dns.DNSOpcode
Query.

R

rclass - Variable in class com.antiaction.dns.DNSRecordHeader
Record class.
receiveMessage() - Method in interface com.antiaction.dns.transport.DNSConnector
Receive a over the connection.
refresh - Variable in class com.antiaction.dns.record.DNSRDataSOA
A 32 bit time interval before the zone should be refreshed.
REFUSED - Static variable in class com.antiaction.dns.DNSResponseCode
Refused - The name server refuses to perform the specified operation for a policy reason.
reset() - Method in class com.antiaction.dns.DNSName
Reset internal compression structures.
reset() - Method in class com.antiaction.dns.DNSMessage
Reset the objects internal state.
reset() - Method in interface com.antiaction.dns.transport.DNSConnector
Puts the iterator in its initial state.
Response - Static variable in class com.antiaction.dns.DNSHeader
Response header type.
retry - Variable in class com.antiaction.dns.record.DNSRDataSOA
A 32 bit time interval that should elapse before a failed refresh should be retried.
rMailBX - Variable in class com.antiaction.dns.record.DNSRDataMINFO
Responsible mailbox.
rname - Variable in class com.antiaction.dns.DNSRecordHeader
Domain name associated.
rname - Variable in class com.antiaction.dns.record.DNSRDataSOA
Mailbox of the person responsible for this zone.
rttl - Variable in class com.antiaction.dns.DNSRecordHeader
Record Time To Live.
rtype - Variable in class com.antiaction.dns.DNSRecordHeader
Record type.
rtype - Static variable in class com.antiaction.dns.record.DNSRDataMX
Record of type MX.
rtype - Static variable in class com.antiaction.dns.record.DNSRDataPTR
Record of type PTR.
rtype - Static variable in class com.antiaction.dns.record.DNSRDataNULL
Record of type NULL.
rtype - Static variable in class com.antiaction.dns.record.DNSRDataSOA
Record of type SOA.
rtype - Static variable in class com.antiaction.dns.record.DNSRDataMR
Record of type MR.
rtype - Static variable in class com.antiaction.dns.record.DNSRDataNS
Record of type NS.
rtype - Static variable in class com.antiaction.dns.record.DNSRDataMD
Record of type MD.
rtype - Static variable in class com.antiaction.dns.record.DNSRDataHINFO
Record of type HINFO.
rtype - Static variable in class com.antiaction.dns.record.DNSRDataGeneric
Record of type GENERIC.
rtype - Static variable in class com.antiaction.dns.record.DNSRDataMINFO
Record of type MINFO.
rtype - Static variable in class com.antiaction.dns.record.DNSRDataTXT
Record of type TXT.
rtype - Static variable in class com.antiaction.dns.record.DNSRDataCName
Record of type CNAME.
rtype - Static variable in class com.antiaction.dns.record.DNSRDataMF
Record of type MF.
rtype - Static variable in class com.antiaction.dns.record.DNSRDataMB
Record of type MB.
rtype - Static variable in class com.antiaction.dns.record.DNSRDataWKS
Record of type WKS.
rtype - Static variable in class com.antiaction.dns.record.DNSRDataA
Record of type A.
rtype - Static variable in class com.antiaction.dns.record.DNSRDataMG
Record of type MG.

S

sendMessage(byte[]) - Method in interface com.antiaction.dns.transport.DNSConnector
Send a message over the connection.
serial - Variable in class com.antiaction.dns.record.DNSRDataSOA
The unsigned 32 bit version number of the original copy of the zone.
SERVERFAILURE - Static variable in class com.antiaction.dns.DNSResponseCode
Server failure - The name server was unable to process this query due to a problem with the name server.
setAdditionalCount(int) - Method in class com.antiaction.dns.DNSHeader
Set Additional resource record count.
setAdditionals(ArrayList) - Method in class com.antiaction.dns.DNSMessage
Set a copy of the list of authority record objects.
setAnswerCount(int) - Method in class com.antiaction.dns.DNSHeader
Set Answer resource record count.
setAnswers(ArrayList) - Method in class com.antiaction.dns.DNSMessage
Set a copy of the list of answer record objects.
setAuthoritativeAnswer(boolean) - Method in class com.antiaction.dns.DNSHeader
Set Authoritative Answer flag.
setAuthorities(ArrayList) - Method in class com.antiaction.dns.DNSMessage
Set a copy of the list of authority record objects.
setAuthorityCount(int) - Method in class com.antiaction.dns.DNSHeader
Set Authority resource record count.
setBitMap(BitSet) - Method in class com.antiaction.dns.record.DNSRDataWKS
Set the bitmap of this record.
setCName(String) - Method in class com.antiaction.dns.record.DNSRDataCName
Set the domain name of this record.
setCPU(String) - Method in class com.antiaction.dns.record.DNSRDataHINFO
Set the CPU string.
setData(byte[]) - Method in class com.antiaction.dns.record.DNSRDataNULL
Set the generic data of this record.
setData(byte[]) - Method in class com.antiaction.dns.record.DNSRDataGeneric
Set the generic data of this record.
setDebug(boolean) - Method in class com.antiaction.dns.DNSName
Toggle debug status.
setDebug(boolean) - Method in class com.antiaction.dns.DNSQuestion
Toggle debug status.
setDebug(boolean) - Method in class com.antiaction.dns.DNSRecordHeader
Toggle debug status.
setDebug(boolean) - Method in class com.antiaction.dns.DNSMessage
Toggle debug status.
setDebug(boolean) - Method in class com.antiaction.dns.DNSRecord
Toggle debug status.
setDebug(boolean) - Method in class com.antiaction.dns.DNSHeader
Toggle debug status.
setDebug(boolean) - Method in class com.antiaction.dns.record.DNSRDataMX
Toggle debug status.
setDebug(boolean) - Method in class com.antiaction.dns.record.DNSRDataPTR
Toggle debug status.
setDebug(boolean) - Method in class com.antiaction.dns.record.DNSRDataNULL
Toggle debug status.
setDebug(boolean) - Method in class com.antiaction.dns.record.DNSRData
Toggle debug status.
setDebug(boolean) - Method in class com.antiaction.dns.record.DNSRDataSOA
Toggle debug status.
setDebug(boolean) - Method in class com.antiaction.dns.record.DNSRDataMR
Toggle debug status.
setDebug(boolean) - Method in class com.antiaction.dns.record.DNSRDataNS
Toggle debug status.
setDebug(boolean) - Method in class com.antiaction.dns.record.DNSRDataMD
Toggle debug status.
setDebug(boolean) - Method in interface com.antiaction.dns.record.DNSRDataInterface
Toggle debug status.
setDebug(boolean) - Method in class com.antiaction.dns.record.DNSRDataHINFO
Toggle debug status.
setDebug(boolean) - Method in class com.antiaction.dns.record.DNSRDataGeneric
Toggle debug status.
setDebug(boolean) - Method in class com.antiaction.dns.record.DNSRDataMINFO
Toggle debug status.
setDebug(boolean) - Method in class com.antiaction.dns.record.DNSRDataTXT
Toggle debug status.
setDebug(boolean) - Method in class com.antiaction.dns.record.DNSRDataCName
Toggle debug status.
setDebug(boolean) - Method in class com.antiaction.dns.record.DNSRDataMF
Toggle debug status.
setDebug(boolean) - Method in class com.antiaction.dns.record.DNSRDataMB
Toggle debug status.
setDebug(boolean) - Method in class com.antiaction.dns.record.DNSRDataWKS
Toggle debug status.
setDebug(boolean) - Method in class com.antiaction.dns.record.DNSRDataA
Toggle debug status.
setDebug(boolean) - Method in class com.antiaction.dns.record.DNSRDataMG
Toggle debug status.
setErrorMX(String) - Method in class com.antiaction.dns.record.DNSRDataMINFO
Set the error mailbox.
setExchange(String) - Method in class com.antiaction.dns.record.DNSRDataMX
Set the mx exchange domain name.
setExpire(int) - Method in class com.antiaction.dns.record.DNSRDataSOA
Set the 32 bit time value that specifies the upper limit on the time interval that can elapse before the zone is no longer authoritative.
setHeader(DNSHeader) - Method in class com.antiaction.dns.DNSMessage
Set a copy of the message header object.
setID(int) - Method in class com.antiaction.dns.DNSHeader
Set the message identification.
setIPAddr(ArrayList) - Method in class com.antiaction.dns.record.DNSRDataTXT
Validate and set the IP address of this record.
setIPAddr(String) - Method in class com.antiaction.dns.record.DNSRDataWKS
Validate and set the IP address of this record.
setIPAddr(String) - Method in class com.antiaction.dns.record.DNSRDataA
Validate and set the IP address of this record.
setMailBox(String) - Method in class com.antiaction.dns.record.DNSRDataMB
Set the domain name of this record.
setMailDestination(String) - Method in class com.antiaction.dns.record.DNSRDataMD
Set the domain name of this record.
setMailForwarder(String) - Method in class com.antiaction.dns.record.DNSRDataMF
Set the domain name of this record.
setMailGroup(String) - Method in class com.antiaction.dns.record.DNSRDataMG
Set the domain name of this record.
setMailRename(String) - Method in class com.antiaction.dns.record.DNSRDataMR
Set the domain name of this record.
setMinimum(int) - Method in class com.antiaction.dns.record.DNSRDataSOA
Set the unsigned 32 bit minimum TTL field that should be exported with any RR from this zone.
setMName(String) - Method in class com.antiaction.dns.record.DNSRDataSOA
Set the Name server that was the original or primary source of data for this zone.
setNameServer(String) - Method in class com.antiaction.dns.record.DNSRDataNS
Set the domain name of this record.
setOpcode(int) - Method in class com.antiaction.dns.DNSHeader
Set message opcode.
setOS(String) - Method in class com.antiaction.dns.record.DNSRDataHINFO
Set the OS string.
setPrefs(int) - Method in class com.antiaction.dns.record.DNSRDataMX
Set the mx preference value.
setProtocol(byte) - Method in class com.antiaction.dns.record.DNSRDataWKS
Set the protocol type of this record.
setPTR(String) - Method in class com.antiaction.dns.record.DNSRDataPTR
Set the domain name of this record.
setQClass(int) - Method in class com.antiaction.dns.DNSQuestion
Set the question class.
setQName(String) - Method in class com.antiaction.dns.DNSQuestion
Set the question domain name.
setQType(int) - Method in class com.antiaction.dns.DNSQuestion
Set the question type.
setQueryResponse(int) - Method in class com.antiaction.dns.DNSHeader
Set the header to either Query or Response.
setQuestionCount(int) - Method in class com.antiaction.dns.DNSHeader
Set Question count.
setQuestions(ArrayList) - Method in class com.antiaction.dns.DNSMessage
Set a copy of the list of question objects.
setRClass(int) - Method in class com.antiaction.dns.DNSRecordHeader
Set the record class.
setRecursionAvailable(boolean) - Method in class com.antiaction.dns.DNSHeader
Set Recursion Available flag.
setRecursionDesired(boolean) - Method in class com.antiaction.dns.DNSHeader
Set Recursion Desired flag.
setRefresh(int) - Method in class com.antiaction.dns.record.DNSRDataSOA
Set the 32 bit time interval before the zone should be refreshed.
setResponseCode(int) - Method in class com.antiaction.dns.DNSHeader
Set Response Code flag.
setResponsibleMX(String) - Method in class com.antiaction.dns.record.DNSRDataMINFO
Set the responsible mailbox.
setRetry(int) - Method in class com.antiaction.dns.record.DNSRDataSOA
Set the 32 bit time interval that should elapse before a failed refresh should be retried.
setRName(String) - Method in class com.antiaction.dns.DNSRecordHeader
Set the record name.
setRName(String) - Method in class com.antiaction.dns.record.DNSRDataSOA
Set the mailbox of the person responsible for this zone.
setRTTL(int) - Method in class com.antiaction.dns.DNSRecordHeader
Set the record ttl.
setRType(int) - Method in class com.antiaction.dns.DNSRecordHeader
Set the record type.
setSerial(int) - Method in class com.antiaction.dns.record.DNSRDataSOA
Set the unsigned 32 bit version number of the original copy of the zone.
setTimeout(int) - Method in interface com.antiaction.dns.transport.DNSTransport
Set the connection timeout.
setTimeout(int) - Method in class com.antiaction.dns.transport.DNSTCPTransport
 
setTimeout(int) - Method in class com.antiaction.dns.transport.DNSUDPTransport
 
setTrunCation(boolean) - Method in class com.antiaction.dns.DNSHeader
Set Truncation flag.
setWrappedType(int) - Method in class com.antiaction.dns.record.DNSRDataGeneric
Set the wrapped record type.
SOA - Static variable in class com.antiaction.dns.DNSType
Start of a Zone of Authority.
Split(String, String) - Static method in class com.antiaction.dns.record.DNSRDataWKS
Splits a string according to a substring and returns an arraylist where each item represents a string delimited by the substring.
Split(String, String) - Static method in class com.antiaction.dns.record.DNSRDataA
Splits a string according to a substring and returns an arraylist where each item represents a string delimited by the substring.
STATUS - Static variable in class com.antiaction.dns.DNSQueryOpcode
Status.
STATUS - Static variable in class com.antiaction.dns.DNSOpcode
Status.

T

toString() - Method in class com.antiaction.dns.DNSQuestion
Returns a string representation of the internal state, mostly for debugging purposes.
toString() - Method in class com.antiaction.dns.DNSRecordHeader
Returns a string representation of the internal state, mostly for debugging purposes.
toString() - Method in class com.antiaction.dns.DNSMessage
 
toString() - Method in class com.antiaction.dns.DNSRecord
Returns a string representation of the internal state, mostly for debugging purposes.
toString() - Method in class com.antiaction.dns.DNSHeader
Returns a string representation of the internal state, mostly for debugging purposes.
toString() - Method in class com.antiaction.dns.record.DNSRDataMX
Returns a string representation of the internal state, mostly for debugging purposes.
toString() - Method in class com.antiaction.dns.record.DNSRDataPTR
Returns a string representation of the internal state, mostly for debugging purposes.
toString() - Method in class com.antiaction.dns.record.DNSRDataNULL
Returns a string representation of the internal state, mostly for debugging purposes.
toString() - Method in class com.antiaction.dns.record.DNSRDataSOA
Returns a string representation of the internal state, mostly for debugging purposes.
toString() - Method in class com.antiaction.dns.record.DNSRDataMR
Returns a string representation of the internal state, mostly for debugging purposes.
toString() - Method in class com.antiaction.dns.record.DNSRDataNS
Returns a string representation of the internal state, mostly for debugging purposes.
toString() - Method in class com.antiaction.dns.record.DNSRDataMD
Returns a string representation of the internal state, mostly for debugging purposes.
toString() - Method in interface com.antiaction.dns.record.DNSRDataInterface
Returns a string representation of the internal state, mostly for debugging purposes.
toString() - Method in class com.antiaction.dns.record.DNSRDataHINFO
Returns a string representation of the internal state, mostly for debugging purposes.
toString() - Method in class com.antiaction.dns.record.DNSRDataGeneric
Returns a string representation of the internal state, mostly for debugging purposes.
toString() - Method in class com.antiaction.dns.record.DNSRDataMINFO
Returns a string representation of the internal state, mostly for debugging purposes.
toString() - Method in class com.antiaction.dns.record.DNSRDataTXT
Returns a string representation of the internal state, mostly for debugging purposes.
toString() - Method in class com.antiaction.dns.record.DNSRDataCName
Returns a string representation of the internal state, mostly for debugging purposes.
toString() - Method in class com.antiaction.dns.record.DNSRDataMF
Returns a string representation of the internal state, mostly for debugging purposes.
toString() - Method in class com.antiaction.dns.record.DNSRDataMB
Returns a string representation of the internal state, mostly for debugging purposes.
toString() - Method in class com.antiaction.dns.record.DNSRDataWKS
Returns a string representation of the internal state, mostly for debugging purposes.
toString() - Method in class com.antiaction.dns.record.DNSRDataA
Returns a string representation of the internal state, mostly for debugging purposes.
toString() - Method in class com.antiaction.dns.record.DNSRDataMG
Returns a string representation of the internal state, mostly for debugging purposes.
toString() - Method in interface com.antiaction.dns.transport.DNSConnector
Returns a string representation of the internal state, mostly for debugging purposes.
toString() - Method in interface com.antiaction.dns.transport.DNSTransport
Returns a string representation of the internal state, mostly for debugging purposes.
toString() - Method in class com.antiaction.dns.transport.DNSTCPTransport
 
toString() - Method in class com.antiaction.dns.transport.DNSUDPTransport
 
toString(int) - Static method in class com.antiaction.dns.DNSResponseCode
Given a response code returns a string representation.
toString(int) - Static method in class com.antiaction.dns.DNSSectionType
Given a section type returns a string representation.
toString(int) - Static method in class com.antiaction.dns.DNSClass
Given a class returns a string representation.
toString(int) - Static method in class com.antiaction.dns.DNSQClass
Given a record class returns a string representation.
toString(int) - Static method in class com.antiaction.dns.DNSQueryOpcode
Given a query opcode returns a string representation.
toString(int) - Static method in class com.antiaction.dns.DNSType
Given a record type returns a string representation.
toString(int) - Static method in class com.antiaction.dns.DNSOpcode
Given an opcode returns a string representation.
toString(int) - Static method in class com.antiaction.dns.DNSQType
Given a record type returns a string representation.
txt - Variable in class com.antiaction.dns.record.DNSRDataTXT
Text array.
TXT - Static variable in class com.antiaction.dns.DNSType
Text Strings.

V

validClass(int) - Static method in class com.antiaction.dns.DNSClass
Given a class returns a boolean indicating validity.
validOpcode(int) - Static method in class com.antiaction.dns.DNSOpcode
Given an opcode returns a boolean indicating validity.
validQClass(int) - Static method in class com.antiaction.dns.DNSQClass
Given a qclass returns a boolean indicating validity.
validQType(int) - Static method in class com.antiaction.dns.DNSQType
Given a record type returns a boolean indicating validity.
validQueryOpcode(int) - Static method in class com.antiaction.dns.DNSQueryOpcode
Given a query opcode returns a boolean indicating validity.
validResponseCode(int) - Static method in class com.antiaction.dns.DNSResponseCode
Given a response code returns a boolean indicating validity.
validSectionType(int) - Static method in class com.antiaction.dns.DNSSectionType
Given a section type returns a boolean indicating validity.
validType(int) - Static method in class com.antiaction.dns.DNSType
Given a record type returns a boolean indicating validity.

W

WKS - Static variable in class com.antiaction.dns.DNSType
Well Known Service Description.
wtype - Variable in class com.antiaction.dns.record.DNSRDataGeneric
Contained record type.

A B C D E F G H I L M N O P Q R S T V W