程序包 | 说明 |
---|---|
io.netty.handler.codec.dns |
DNS codec.
|
io.netty.handler.codec.marshalling |
Decoder and Encoder which uses JBoss Marshalling.
|
io.netty.handler.codec.serialization |
Encoder, decoder and their compatibility stream implementations which
transform a
Serializable object into a byte buffer and
vice versa. |
限定符和类型 | 类和说明 |
---|---|
class |
TcpDnsQueryDecoder |
class |
TcpDnsResponseDecoder |
限定符和类型 | 类和说明 |
---|---|
class |
MarshallingDecoder
Decoder which MUST be used with
MarshallingEncoder . |
限定符和类型 | 类和说明 |
---|---|
class |
ObjectDecoder
已过时。
This class has been deprecated with no replacement,
because serialization can be a security liability
|