Modifier and Type | Interface and Description |
---|---|
interface |
ByteBufHolder
一个发送或接收的数据包。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractByteBuf
缓冲区的骨架实现。
|
class |
AbstractDerivedByteBuf
已过时。
不使用。
|
class |
AbstractReferenceCountedByteBuf
ByteBuf 实现的抽象基类,用于计算引用。
|
class |
ByteBuf
一个零或更多字节(八位字节)的随机和顺序访问序列。
|
class |
CompositeByteBuf
将多个缓冲区显示为单个合并缓冲区的虚拟缓冲区。
|
class |
DefaultByteBufHolder
ByteBufHolder 的默认实现,它将数据保存在ByteBuf 中 。
|
class |
DuplicatedByteBuf
已过时。
不使用。
|
class |
EmptyByteBuf
一个空的 ByteBuf 其容量和最大容量都是0 。
|
class |
ReadOnlyByteBuf
已过时。
不使用。
|
class |
SlicedByteBuf
已过时。
不使用。
|
class |
SwappedByteBuf
已过时。
使用小端存取,如
getShortLE , getIntLE 代替。
|
class |
UnpooledDirectByteBuf
基于NIO
ByteBuffer 的缓冲区。
|
class |
UnpooledHeapByteBuf
Big endian Java堆缓冲区实现。
|
class |
UnpooledUnsafeDirectByteBuf
基于NIO
ByteBuffer 的缓冲区。
|
Modifier and Type | Interface and Description |
---|---|
interface |
AddressedEnvelope<M,A extends java.net.SocketAddress>
包含发件人地址和收件人地址的其他邮件的消息。
|
interface |
FileRegion
通过支持zero-copy file transfer的 Channel 发送的文件区域。
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultAddressedEnvelope<M,A extends java.net.SocketAddress>
默认的 AddressedEnvelope 实现。
|
class |
DefaultFileRegion
从 FileChannel 或File 传输数据的默认FileRegion 实现。
|
Modifier and Type | Method and Description |
---|---|
protected ByteBuf |
AbstractNioChannel.newDirectBuffer(ReferenceCounted holder, ByteBuf buf)
返回指定的 ByteBuf 的堆外副本,并释放指定的持有者。
|
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 | Interface and Description |
---|---|
interface |
DnsMessage
包含关于 DnsQuery 和DnsResponse 的核心信息的超类。
|
interface |
DnsQuery
一个DNS查询消息。
|
interface |
DnsRawRecord
一个普通 DnsRecord 包含非解码RDATA 。
|
interface |
DnsResponse
一个DNS响应消息。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDnsMessage
DnsMessage 的骨架实现。
|
class |
DatagramDnsQuery
用于UDP / IP的 DnsQuery 实现。
|
class |
DatagramDnsResponse
UDP / IP的 DnsResponse 实现。
|
class |
DefaultDnsQuery
默认的 DnsQuery 实现。
|
class |
DefaultDnsRawRecord
默认的
DnsRawRecord 实现。
|
class |
DefaultDnsResponse
默认的 DnsResponse 实现。
|
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 实现。
|
static class |
HttpServerUpgradeHandler.UpgradeEvent
用户事件被触发以通知HTTP升级到另一协议的完成。
|
Modifier and Type | Interface and Description |
---|---|
interface |
Attribute
属性界面
|
interface |
FileUpload
FileUpload接口可能在内存中,临时文件或任何其他实现上。
|
interface |
HttpData
InterfaceHttpData的扩展接口
|
interface |
InterfaceHttpData
所有可以使用HttpPostRequestEncoder / Decoder进行编码/解码的对象的接口
|
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内容块。
|
interface |
MemcacheMessage
用于ASCII和二进制消息的标记接口。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMemcacheObject
默认的 MemcacheObject 实现。
|
class |
DefaultLastMemcacheContent
LastMemcacheContent 的默认实现。
|
class |
DefaultMemcacheContent
默认的 MemcacheContent 实现。
|
Modifier and Type | Interface and Description |
---|---|
interface |
BinaryMemcacheMessage
定义二进制Memcache消息的接口,为 BinaryMemcacheRequest 和BinaryMemcacheResponse 提供公共属性。
|
interface |
BinaryMemcacheRequest
代表完整的 BinaryMemcacheRequest ,其中包含标题和可选的关键字和附加内容。
|
interface |
BinaryMemcacheResponse
代表完整的 BinaryMemcacheResponse ,其中包含标题和可选的关键字和附加内容。
|
interface |
FullBinaryMemcacheRequest
A BinaryMemcacheRequest 也包含内容。
|
interface |
FullBinaryMemcacheResponse
一个 BinaryMemcacheResponse 也包含内容。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBinaryMemcacheMessage
|
class |
DefaultBinaryMemcacheRequest
BinaryMemcacheRequest 的默认实现。
|
class |
DefaultBinaryMemcacheResponse
BinaryMemcacheResponse 的默认实现。
|
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 |
ArrayRedisMessage
数组
RESP 。
|
class |
DefaultBulkStringRedisContent
默认实现 BulkStringRedisContent 。
|
class |
DefaultLastBulkStringRedisContent
|
class |
FullBulkStringRedisMessage
汇总的批量字符串
RESP 。
|
Modifier and Type | Interface and Description |
---|---|
interface |
LastSmtpContent
在 DATA 请求后发送的一系列SmtpContent 的最后一部分。
|
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 。
|
Modifier and Type | Class and Description |
---|---|
class |
OpenSslClientContext
客户端 SslContext 使用OpenSSL的SSL / TLS实现。
|
class |
OpenSslContext
这个类将使用终结器来确保自动清理本地资源。
|
class |
OpenSslEngine
实现一个
SSLEngine 使用
OpenSSL BIO abstractions 。
|
class |
OpenSslServerContext
服务器端 SslContext ,它使用OpenSSL的SSL / TLS实现。
|
class |
PemPrivateKey
这是 PrivateKey 一个特殊用途实现,它允许用户直接将PEM / PKCS#8编码密钥材料传递到OpenSslContext ,而无需在Java 域中分析和重新编码字节。
|
class |
ReferenceCountedOpenSslClientContext
客户端 SslContext 使用OpenSSL的SSL / TLS实现。
|
class |
ReferenceCountedOpenSslContext
SslContext 的一个实现,它与支持OpenSsl C库API的库一起工作。
|
class |
ReferenceCountedOpenSslEngine
实现一个
SSLEngine 使用
OpenSSL BIO abstractions 。
|
class |
ReferenceCountedOpenSslServerContext
服务器端 SslContext 使用OpenSSL的SSL / TLS实现。
|
Modifier and Type | Method and Description |
---|---|
ReferenceCounted |
ReferenceCountedOpenSslEngine.retain() |
ReferenceCounted |
ReferenceCountedOpenSslContext.retain() |
ReferenceCounted |
ReferenceCountedOpenSslEngine.retain(int increment) |
ReferenceCounted |
ReferenceCountedOpenSslContext.retain(int increment) |
ReferenceCounted |
ReferenceCountedOpenSslEngine.touch() |
ReferenceCounted |
ReferenceCountedOpenSslContext.touch() |
ReferenceCounted |
ReferenceCountedOpenSslEngine.touch(java.lang.Object hint) |
ReferenceCounted |
ReferenceCountedOpenSslContext.touch(java.lang.Object hint) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractReferenceCounted
抽象类的基类想要实现 ReferenceCounted 。
|
Modifier and Type | Method and Description |
---|---|
ReferenceCounted |
ReferenceCounted.retain()
将引用计数增加
1 。
|
ReferenceCounted |
AbstractReferenceCounted.retain() |
ReferenceCounted |
ReferenceCounted.retain(int increment)
通过指定的
increment 增加参考计数。
|
ReferenceCounted |
AbstractReferenceCounted.retain(int increment) |
ReferenceCounted |
ReferenceCounted.touch()
记录此对象的当前访问位置以进行调试。
|
ReferenceCounted |
AbstractReferenceCounted.touch() |
ReferenceCounted |
ReferenceCounted.touch(java.lang.Object hint)
记录此对象的当前访问位置,并附加一些用于调试的任意信息。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.