软件包 | 描述 |
---|---|
io.netty.buffer |
抽象字节缓冲区 - 表示低级二进制和文本消息的基本数据结构。
|
io.netty.channel.sctp |
抽象扩展核心通道API的SCTP套接字接口。
|
io.netty.channel.socket |
抽象扩展核心通道API的TCP和UDP套接字接口。
|
io.netty.channel.udt |
UDT运输。
|
io.netty.handler.codec |
可扩展解码器及其常见实现,用于处理基于流的传输(如TCP / IP)中发现的数据包碎片和重新组装问题。
|
io.netty.handler.codec.dns |
DNS编解码器。
|
io.netty.handler.codec.haproxy |
解码HAProxy代理协议标头
|
io.netty.handler.codec.http |
编码器,解码器及其相关的HTTP消息类型。
|
io.netty.handler.codec.http.multipart |
HTTP多部分支持。
|
io.netty.handler.codec.http.websocketx |
Web Socket数据帧的编码器,解码器,握手及其相关消息类型。
|
io.netty.handler.codec.http2 |
用于发送和接收HTTP / 2帧的处理程序。
|
io.netty.handler.codec.memcache |
ascii和二进制类的通用超集。
|
io.netty.handler.codec.memcache.binary |
Memcache二进制协议的实现和接口。
|
io.netty.handler.codec.mqtt |
编码器,解码器和MQTT的不同消息类型。
|
io.netty.handler.codec.redis |
编码器,Redis解码器。
|
io.netty.handler.codec.smtp |
SMTP编解码器。
|
io.netty.handler.codec.spdy |
SPDY协议的编码器,解码器,会话处理程序及其相关的消息类型。
|
io.netty.handler.codec.stomp |
STOMP编解码器
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultByteBufHolder
默认实现 ByteBufHolder ,它将数据保存在ByteBuf 中 。
|
Modifier and Type | Method and Description |
---|---|
ByteBufHolder |
DefaultByteBufHolder.copy()
创建此 ByteBufHolder 的深层副本。
|
ByteBufHolder |
ByteBufHolder.copy()
创建此 ByteBufHolder 的深层副本。
|
ByteBufHolder |
DefaultByteBufHolder.duplicate()
重复此 ByteBufHolder 。
|
ByteBufHolder |
ByteBufHolder.duplicate()
重复此 ByteBufHolder 。
|
ByteBufHolder |
DefaultByteBufHolder.replace(ByteBuf content)
返回一个新 ByteBufHolder 包含指定content 。
|
ByteBufHolder |
ByteBufHolder.replace(ByteBuf content)
返回一个新 ByteBufHolder 包含指定content 。
|
ByteBufHolder |
DefaultByteBufHolder.retain() |
ByteBufHolder |
ByteBufHolder.retain() |
ByteBufHolder |
DefaultByteBufHolder.retain(int increment) |
ByteBufHolder |
ByteBufHolder.retain(int increment) |
ByteBufHolder |
DefaultByteBufHolder.retainedDuplicate()
重复此 ByteBufHolder 。
|
ByteBufHolder |
ByteBufHolder.retainedDuplicate()
重复此 ByteBufHolder 。
|
ByteBufHolder |
DefaultByteBufHolder.touch() |
ByteBufHolder |
ByteBufHolder.touch() |
ByteBufHolder |
DefaultByteBufHolder.touch(java.lang.Object hint) |
ByteBufHolder |
ByteBufHolder.touch(java.lang.Object hint) |
Modifier and Type | Class and Description |
---|---|
class |
SctpMessage
SCTP数据块的表示
|
Modifier and Type | Class and Description |
---|---|
class |
DatagramPacket
用于 DatagramChannel 与远程对等方进行通信的消息容器。
|
Modifier and Type | Class and Description |
---|---|
class |
UdtMessage
已过时。
UDT运输不再维护并将被移除。
|
Modifier and Type | Class and Description |
---|---|
class |
MessageAggregator<I,S,C extends ByteBufHolder,O extends ByteBufHolder>
摘要 ChannelHandler 将一系列消息对象聚合为单个聚合消息。
|
class |
MessageAggregator<I,S,C extends ByteBufHolder,O extends ByteBufHolder>
将一系列消息对象聚合为单个聚合消息的摘要 ChannelHandler 。
|
Modifier and Type | Interface and Description |
---|---|
interface |
DnsRawRecord
一个普通 DnsRecord 包含非解码RDATA 。
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDnsRawRecord
默认的
DnsRawRecord 实现。
|
Modifier and Type | Class and Description |
---|---|
class |
HAProxySSLTLV
|
class |
HAProxyTLV
类型长度值(TLV向量),可以添加到PROXY协议以包含附加信息,如SSL信息。
|
Modifier and Type | Interface and Description |
---|---|
interface |
FullHttpMessage
将 HttpMessage 和LastHttpContent 组合成一条消息。
|
interface |
FullHttpRequest
结合 HttpRequest 和FullHttpMessage ,所以请求是一个完整的 HTTP请求。
|
interface |
FullHttpResponse
|
interface |
HttpContent
用于HTTP分块传输编码的HTTP块。
|
interface |
LastHttpContent
最后 HttpContent 有尾部标题。
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFullHttpRequest
默认实现 FullHttpRequest 。
|
class |
DefaultFullHttpResponse
默认实现 FullHttpResponse 。
|
class |
DefaultHttpContent
默认的 HttpContent 实现。
|
class |
DefaultLastHttpContent
默认的 LastHttpContent 实现。
|
Modifier and Type | Interface and Description |
---|---|
interface |
Attribute
属性界面
|
interface |
FileUpload
FileUpload接口可能在内存中,临时文件或任何其他实现上。
|
interface |
HttpData
InterfaceHttpData的扩展接口
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDiskHttpData
抽象磁盘HttpData实现
|
class |
AbstractHttpData
抽象的HttpData实现
|
class |
AbstractMemoryHttpData
抽象内存HttpData实现
|
class |
DiskAttribute
属性的磁盘实现
|
class |
DiskFileUpload
磁盘FileUpload实现将文件存储到实际文件中
|
class |
MemoryAttribute
内存实现的属性
|
class |
MemoryFileUpload
将文件存储到内存的默认FileUpload实现。
|
class |
MixedAttribute
在内存和文件中使用大小限制的混合实现
|
class |
MixedFileUpload
在内存和文件中使用大小限制的混合实现
|
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 | Interface and Description |
---|---|
interface |
Http2DataFrame
HTTP / 2数据帧。
|
interface |
Http2GoAwayFrame
HTTP / 2 GOAWAY帧。
|
interface |
Http2UnknownFrame |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttp2DataFrame
默认的 Http2DataFrame 实现。
|
class |
DefaultHttp2GoAwayFrame
默认的 Http2GoAwayFrame 实现。
|
class |
DefaultHttp2UnknownFrame |
Modifier and Type | Interface and Description |
---|---|
interface |
FullMemcacheMessage
将 MemcacheMessage 和LastMemcacheContent 组合成一个消息。
|
interface |
LastMemcacheContent
MemcacheContent 表示内容批次的结束。
|
interface |
MemcacheContent
Memcache内容块。
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLastMemcacheContent
LastMemcacheContent 的默认实现。
|
class |
DefaultMemcacheContent
默认的 MemcacheContent 实现。
|
Modifier and Type | Interface and Description |
---|---|
interface |
FullBinaryMemcacheRequest
一个 BinaryMemcacheRequest 也包含内容。
|
interface |
FullBinaryMemcacheResponse
一个 BinaryMemcacheResponse 也包含内容。
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFullBinaryMemcacheRequest
|
class |
DefaultFullBinaryMemcacheResponse
|
Modifier and Type | Class and Description |
---|---|
class |
MqttPublishMessage
|
Modifier and Type | Interface and Description |
---|---|
interface |
BulkStringRedisContent
大量用于Redis分块传输编码的批量字符串。
|
interface |
LastBulkStringRedisContent
Bulk Strings的最后一块。
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultBulkStringRedisContent
默认实现 BulkStringRedisContent 。
|
class |
DefaultLastBulkStringRedisContent
|
class |
FullBulkStringRedisMessage
汇总的批量字符串
RESP 。
|
Modifier and Type | Interface and Description |
---|---|
interface |
LastSmtpContent
的一个序列的最后一部分 SmtpContent 被一个之后发送小号DATA 请求。
|
interface |
SmtpContent
在
DATA 请求后发送的内容。
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLastSmtpContent
LastSmtpContent 的默认实现不对传入的原始数据进行验证。
|
class |
DefaultSmtpContent
SmtpContent 的默认实现不会验证传入的原始数据。
|
Modifier and Type | Interface and Description |
---|---|
interface |
SpdyDataFrame
SPDY协议数据帧
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSpdyDataFrame
默认的 SpdyDataFrame 实现。
|
Modifier and Type | Interface and Description |
---|---|
interface |
LastStompContentSubframe
最后的 StompContentSubframe 表示内容批次的结束
请注意,即使协议不发送内容, 也会发布空白LastStompContentSubframe 以使上游分析更容易。
|
interface |
StompContentSubframe
用于STOMP分块传输编码的STOMP块。
|
interface |
StompFrame
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLastStompContentSubframe
LastStompContentSubframe 的默认实现。
|
class |
DefaultStompContentSubframe
默认的 StompContentSubframe 实现。
|
class |
DefaultStompFrame
默认实现 StompFrame 。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.