程序包 | 说明 |
---|---|
io.netty.channel.sctp |
Abstract SCTP socket interfaces which extend the core channel API.
|
io.netty.channel.udt |
UDT Transport.
|
io.netty.handler.codec.haproxy |
Decodes an HAProxy proxy protocol header
|
io.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
限定符和类型 | 类和说明 |
---|---|
class |
SctpMessage
Representation of SCTP Data Chunk
|
限定符和类型 | 类和说明 |
---|---|
class |
UdtMessage
已过时。
The UDT transport is no longer maintained and will be removed.
|
限定符和类型 | 类和说明 |
---|---|
class |
HAProxySSLTLV
Represents a
HAProxyTLV of the type HAProxyTLV.Type.PP2_TYPE_SSL . |
class |
HAProxyTLV
A Type-Length Value (TLV vector) that can be added to the PROXY protocol
to include additional information like SSL information.
|
限定符和类型 | 类和说明 |
---|---|
class |
BinaryWebSocketFrame
Web Socket frame containing binary data
|
class |
CloseWebSocketFrame
Web Socket Frame for closing the connection
|
class |
ContinuationWebSocketFrame
Web Socket continuation frame containing continuation text or binary data.
|
class |
PingWebSocketFrame
Web Socket frame containing binary data
|
class |
PongWebSocketFrame
Web Socket frame containing binary data
|
class |
TextWebSocketFrame
Web Socket text frame with assumed UTF-8 encoding
|
class |
WebSocketFrame
Base class for web socket frames
|