public class NameServerRecordDecoder extends java.lang.Object implements RecordDecoder
3.3.11. NS RDATA format
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
/ NSDNAME /
/ /
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
where:
NSDNAME
A which specifies a host which should be authoritative for
the specified class and domain.
| Constructor and Description |
|---|
NameServerRecordDecoder() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
decode(org.apache.mina.core.buffer.IoBuffer byteBuffer,
short length)
Decodes the given length of resource record data into attributes.
|
public java.util.Map<java.lang.String,java.lang.Object> decode(org.apache.mina.core.buffer.IoBuffer byteBuffer,
short length)
throws java.io.IOException
RecordDecoderdecode in interface RecordDecoderjava.io.IOException