Package | Description |
---|---|
org.xbill.DNS |
Modifier and Type | Method and Description |
---|---|
(package private) static EDNSOption |
EDNSOption.fromWire(DNSInput in)
Converts the wire format of an EDNS Option (including code and length) into the type-specific
format.
|
(package private) static Record |
Record.fromWire(DNSInput in,
int section) |
(package private) static Record |
Record.fromWire(DNSInput in,
int section,
boolean isUpdate) |
private static Record |
Record.newRecord(Name name,
int type,
int dclass,
long ttl,
int length,
DNSInput in) |
(package private) void |
DnssecAlgorithmOption.optionFromWire(DNSInput in) |
(package private) void |
GenericEDNSOption.optionFromWire(DNSInput in) |
(package private) void |
ClientSubnetOption.optionFromWire(DNSInput in) |
(package private) void |
CookieOption.optionFromWire(DNSInput in)
Converts the wire format of an EDNS Option (the option data only) into the type-specific
format.
|
(package private) abstract void |
EDNSOption.optionFromWire(DNSInput in)
Converts the wire format of an EDNS Option (the option data only) into the type-specific
format.
|
(package private) void |
ExtendedErrorCodeOption.optionFromWire(DNSInput in) |
(package private) void |
TcpKeepaliveOption.optionFromWire(DNSInput in)
Converts the wire format of an EDNS Option (the option data only) into the type-specific
format.
|
private static java.math.BigInteger |
DNSSEC.readBigInteger(DNSInput in) |
private static java.math.BigInteger |
DNSSEC.readBigInteger(DNSInput in,
int len) |
private static java.math.BigInteger |
DNSSEC.readBigIntegerLittleEndian(DNSInput in,
int len) |
protected void |
EmptyRecord.rrFromWire(DNSInput in) |
protected void |
HIPRecord.rrFromWire(DNSInput in) |
protected void |
KEYBase.rrFromWire(DNSInput in) |
protected abstract void |
Record.rrFromWire(DNSInput in)
Converts the type-specific RR to wire format - must be overridden
|
protected void |
SIGBase.rrFromWire(DNSInput in) |
protected void |
SingleNameBase.rrFromWire(DNSInput in) |
protected void |
TXTBase.rrFromWire(DNSInput in) |
protected void |
U16NameBase.rrFromWire(DNSInput in) |
protected void |
UNKRecord.rrFromWire(DNSInput in) |
protected void |
A6Record.rrFromWire(DNSInput in) |
protected void |
AAAARecord.rrFromWire(DNSInput in) |
protected void |
APLRecord.rrFromWire(DNSInput in) |
protected void |
ARecord.rrFromWire(DNSInput in) |
protected void |
CAARecord.rrFromWire(DNSInput in) |
protected void |
CERTRecord.rrFromWire(DNSInput in) |
protected void |
DHCIDRecord.rrFromWire(DNSInput in) |
protected void |
DLVRecord.rrFromWire(DNSInput in) |
protected void |
DSRecord.rrFromWire(DNSInput in) |
protected void |
GPOSRecord.rrFromWire(DNSInput in) |
protected void |
HINFORecord.rrFromWire(DNSInput in) |
protected void |
IPSECKEYRecord.rrFromWire(DNSInput in) |
protected void |
ISDNRecord.rrFromWire(DNSInput in) |
protected void |
LOCRecord.rrFromWire(DNSInput in) |
protected void |
MINFORecord.rrFromWire(DNSInput in) |
protected void |
NAPTRRecord.rrFromWire(DNSInput in) |
protected void |
NSAPRecord.rrFromWire(DNSInput in) |
protected void |
NSEC3PARAMRecord.rrFromWire(DNSInput in) |
protected void |
NSEC3Record.rrFromWire(DNSInput in) |
protected void |
NSECRecord.rrFromWire(DNSInput in) |
protected void |
NULLRecord.rrFromWire(DNSInput in) |
protected void |
NXTRecord.rrFromWire(DNSInput in) |
protected void |
OPENPGPKEYRecord.rrFromWire(DNSInput in) |
protected void |
OPTRecord.rrFromWire(DNSInput in) |
protected void |
PXRecord.rrFromWire(DNSInput in) |
protected void |
RPRecord.rrFromWire(DNSInput in) |
protected void |
SOARecord.rrFromWire(DNSInput in) |
protected void |
SRVRecord.rrFromWire(DNSInput in) |
protected void |
SSHFPRecord.rrFromWire(DNSInput in) |
protected void |
SVCBBase.rrFromWire(DNSInput in) |
protected void |
TKEYRecord.rrFromWire(DNSInput in) |
protected void |
TLSARecord.rrFromWire(DNSInput in) |
protected void |
TSIGRecord.rrFromWire(DNSInput in) |
protected void |
URIRecord.rrFromWire(DNSInput in) |
protected void |
WKSRecord.rrFromWire(DNSInput in) |
protected void |
X25Record.rrFromWire(DNSInput in) |
private static void |
DNSSEC.transformAns1IntToDns(int rsLen,
DNSInput in,
DNSOutput out) |
Constructor and Description |
---|
Header(DNSInput in)
Parses a Header from a stream containing DNS wire format.
|
Message(DNSInput in) |
Name(DNSInput in)
Create a new name from DNS a wire format message
|
TypeBitmap(DNSInput in) |