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: 501531 $, $Date: 2007-01-30 20:51:18 +0100 (Di, 30 Jan 2007) $
- 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.common.ByteBuffer byteBuffer,
ResourceRecord record)
- Specified by:
putResourceRecordData
in class ResourceRecordEncoder
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.