|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.dns.io.encoder.ResourceRecordEncoder
org.apache.directory.server.dns.io.encoder.AddressRecordEncoder
public class AddressRecordEncoder
3.4.1. A RDATA format +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ | ADDRESS | +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ where: ADDRESS A 32 bit Internet address. Hosts that have multiple Internet addresses will have multiple A records. A records cause no additional section processing. The RDATA section of an A line in a master file is an Internet address expressed as four decimal numbers separated by dots without any imbedded spaces (e.g., "10.2.0.52" or "192.0.5.6").
| Constructor Summary | |
|---|---|
AddressRecordEncoder()
|
|
| Method Summary | |
|---|---|
protected byte[] |
encodeResourceData(ResourceRecord record)
|
| Methods inherited from class org.apache.directory.server.dns.io.encoder.ResourceRecordEncoder |
|---|
encode, encodeCharacterString, encodeDomainName, encodeDomainName, encodeRecordClass, encodeRecordType, putUnsignedByte, putUnsignedByte, putUnsignedInt, putUnsignedInt, putUnsignedShort, putUnsignedShort |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddressRecordEncoder()
| Method Detail |
|---|
protected byte[] encodeResourceData(ResourceRecord record)
encodeResourceData in class ResourceRecordEncoder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||