public class IPv6RecordDecoder extends java.lang.Object implements RecordDecoder
2.2. AAAA data format
A 128 bit IPv6 address is encoded in the data portion of an AAAA
resource record in network byte order (high-order byte first).
| Constructor and Description |
|---|
IPv6RecordDecoder() |
| 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