软件包 | 描述 |
---|---|
io.netty.channel.sctp |
抽象扩展核心通道API的SCTP套接字接口。
|
io.netty.channel.udt |
UDT运输。
|
io.netty.handler.codec.haproxy |
解码HAProxy代理协议标头
|
io.netty.handler.codec.http.websocketx |
Web Socket数据帧的编码器,解码器,握手及其相关消息类型。
|
io.netty.handler.codec.http2 |
用于发送和接收HTTP / 2帧的处理程序。
|
io.netty.handler.codec.redis |
编码器,Redis解码器。
|
io.netty.handler.codec.smtp |
SMTP编解码器。
|
io.netty.handler.codec.stomp |
STOMP编解码器
|
Modifier and Type | Class and Description |
---|---|
class |
SctpMessage
SCTP数据块的表示
|
Modifier and Type | Class and Description |
---|---|
class |
UdtMessage
已过时。
UDT运输不再维护并将被移除。
|
Modifier and Type | Class and Description |
---|---|
class |
HAProxySSLTLV
|
class |
HAProxyTLV
类型长度值(TLV向量),可以添加到PROXY协议以包含附加信息,如SSL信息。
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryWebSocketFrame
包含二进制数据的Web Socket框架
|
class |
CloseWebSocketFrame
Web Socket Frame用于关闭连接
|
class |
ContinuationWebSocketFrame
Web套接字连续帧包含连续文本或二进制数据。
|
class |
PingWebSocketFrame
包含二进制数据的Web Socket框架
|
class |
PongWebSocketFrame
包含二进制数据的Web Socket框架
|
class |
TextWebSocketFrame
Web Socket文本框架
|
class |
WebSocketFrame
Web套接字框架的基类
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttp2GoAwayFrame
默认的 Http2GoAwayFrame 实现。
|
class |
DefaultHttp2UnknownFrame |
Modifier and Type | Class and Description |
---|---|
class |
DefaultBulkStringRedisContent
默认实现 BulkStringRedisContent 。
|
class |
DefaultLastBulkStringRedisContent
|
class |
FullBulkStringRedisMessage
RESP的汇总批量字符串。
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLastSmtpContent
默认实现 LastSmtpContent ,它不会验证传入的原始数据。
|
class |
DefaultSmtpContent
默认实现 SmtpContent ,不会验证传入的原始数据。
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLastStompContentSubframe
LastStompContentSubframe 的默认实现。
|
class |
DefaultStompContentSubframe
默认的 StompContentSubframe 实现。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.