Package | Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
TcpDnsQueryDecoder |
class |
TcpDnsResponseDecoder |
Modifier and Type | Class and Description |
---|---|
class |
MarshallingDecoder
Decoder which MUST be used with
MarshallingEncoder . |
Modifier and Type | Class and Description |
---|---|
class |
ObjectDecoder
Deprecated.
This class has been deprecated with no replacement,
because serialization can be a security liability
|
Copyright © 2008–2024 The Netty Project. All rights reserved.