public class NameServerRecordDecoder extends 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 |
|---|---|
Map<String,Object> |
decode(org.apache.mina.core.buffer.IoBuffer byteBuffer,
short length)
Decodes the given length of resource record data into attributes.
|
public Map<String,Object> decode(org.apache.mina.core.buffer.IoBuffer byteBuffer, short length) throws IOException
RecordDecoderdecode in interface RecordDecoderIOExceptionCopyright © 2003–2017 The Apache Software Foundation. All rights reserved.