|
|||||||||
| Home >> All >> com >> act365 >> net >> [ dns overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.act365.net.dns
Class ResourceRecord

java.lang.Objectcom.act365.net.dns.ResourceRecord
- public class ResourceRecord
- extends java.lang.Object
| Field Summary | |
(package private) byte[] |
data
|
(package private) java.lang.String |
data_string
|
(package private) byte[] |
domain_name
|
(package private) short |
resource_class
|
(package private) int |
time_to_live
|
(package private) short |
type
|
| Constructor Summary | |
ResourceRecord(byte[] domain_name,
short type,
short resource_class,
int time_to_live,
byte[] data,
java.lang.String data_string)
Trivial constructor |
|
| Method Summary | |
int |
length()
Length of byte array |
java.lang.String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
domain_name
byte[] domain_name
type
short type
resource_class
short resource_class
time_to_live
int time_to_live
data
byte[] data
data_string
java.lang.String data_string
| Constructor Detail |
ResourceRecord
public ResourceRecord(byte[] domain_name,
short type,
short resource_class,
int time_to_live,
byte[] data,
java.lang.String data_string)
- Trivial constructor
| Method Detail |
length
public int length()
- Length of byte array
toString
public java.lang.String toString()
- String representation
|
|||||||||
| Home >> All >> com >> act365 >> net >> [ dns overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.act365.net.dns.ResourceRecord