org.apache.directory.server.dns.io.encoder
Class TextRecordEncoder
java.lang.Object
org.apache.directory.server.dns.io.encoder.ResourceRecordEncoder
org.apache.directory.server.dns.io.encoder.TextRecordEncoder
- All Implemented Interfaces:
- RecordEncoder
public class TextRecordEncoder
- extends ResourceRecordEncoder
3.3.14. TXT RDATA format
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
/ TXT-DATA /
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
where:
TXT-DATA One or more s.
TXT RRs are used to hold descriptive text. The semantics of the text
depends on the domain where it is found.
- Version:
- $Rev: 725712 $, $Date: 2008-12-11 16:32:04 +0100 (Thu, 11 Dec 2008) $
- Author:
- Apache Directory Project
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextRecordEncoder
public TextRecordEncoder()
putResourceRecordData
protected void putResourceRecordData(org.apache.mina.core.buffer.IoBuffer byteBuffer,
ResourceRecord record)
- Specified by:
putResourceRecordData
in class ResourceRecordEncoder
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.