public static interface DnsResourceRecord.DnsRData
extends java.io.Serializable
PropertiesBasedPacketFactory,
classes which implement this interface must implement the following method:
public static IpV4Option newInstance(byte[] rawData, int offset, int length)
throws IllegalRawDataException| Modifier and Type | Method and Description |
|---|---|
byte[] |
getRawData() |
int |
length() |
java.lang.String |
toString(java.lang.String indent) |
java.lang.String |
toString(java.lang.String indent,
byte[] headerRawData) |
int length()
byte[] getRawData()
java.lang.String toString(java.lang.String indent)
indent - indentjava.lang.String toString(java.lang.String indent,
byte[] headerRawData)
indent - indentheaderRawData - the raw data of the DNS header including this RDATA.Copyright © 2011 - 2018 Pcap4J.org. All rights reserved.