| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
DefaultByteBufHolder
Default implementation of a  
ByteBufHolder that holds it's data in a ByteBuf. | 
| 限定符和类型 | 方法和说明 | 
|---|---|
ByteBufHolder | 
DefaultByteBufHolder.copy()
Creates a deep copy of this  
ByteBufHolder. | 
ByteBufHolder | 
ByteBufHolder.copy()
Creates a deep copy of this  
ByteBufHolder. | 
ByteBufHolder | 
DefaultByteBufHolder.duplicate()
Duplicates this  
ByteBufHolder. | 
ByteBufHolder | 
ByteBufHolder.duplicate()
Duplicates this  
ByteBufHolder. | 
ByteBufHolder | 
DefaultByteBufHolder.replace(ByteBuf content)
Returns a new  
ByteBufHolder which contains the specified content. | 
ByteBufHolder | 
ByteBufHolder.replace(ByteBuf content)
Returns a new  
ByteBufHolder which contains the specified content. | 
ByteBufHolder | 
DefaultByteBufHolder.retain()  | 
ByteBufHolder | 
ByteBufHolder.retain()  | 
ByteBufHolder | 
DefaultByteBufHolder.retain(int increment)  | 
ByteBufHolder | 
ByteBufHolder.retain(int increment)  | 
ByteBufHolder | 
DefaultByteBufHolder.retainedDuplicate()
Duplicates this  
ByteBufHolder. | 
ByteBufHolder | 
ByteBufHolder.retainedDuplicate()
Duplicates this  
ByteBufHolder. | 
ByteBufHolder | 
DefaultByteBufHolder.touch()  | 
ByteBufHolder | 
ByteBufHolder.touch()  | 
ByteBufHolder | 
DefaultByteBufHolder.touch(java.lang.Object hint)  | 
ByteBufHolder | 
ByteBufHolder.touch(java.lang.Object hint)  | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
SctpMessage
Representation of SCTP Data Chunk 
 | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
DatagramPacket
The message container that is used for  
DatagramChannel to communicate with the remote peer. | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
UdtMessage
已过时。 
 
The UDT transport is no longer maintained and will be removed. 
 | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
DomainDatagramPacket
The message container that is used for  
DomainDatagramChannel to communicate with the remote peer. | 
class  | 
SegmentedDatagramPacket
Allows to use GSO
 if the underlying OS supports it. 
 | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
MessageAggregator<I,S,C extends ByteBufHolder,O extends ByteBufHolder>
An abstract  
ChannelHandler that aggregates a series of message objects into a single aggregated message. | 
class  | 
MessageAggregator<I,S,C extends ByteBufHolder,O extends ByteBufHolder>
An abstract  
ChannelHandler that aggregates a series of message objects into a single aggregated message. | 
| 限定符和类型 | 接口和说明 | 
|---|---|
interface  | 
DnsRawRecord
A generic  
DnsRecord that contains an undecoded RDATA. | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
DefaultDnsRawRecord
The default  
DnsRawRecord implementation. | 
| 限定符和类型 | 类和说明 | 
|---|---|
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. 
 | 
| 限定符和类型 | 接口和说明 | 
|---|---|
interface  | 
FullHttpMessage
Combines  
HttpMessage and LastHttpContent into one
 message. | 
interface  | 
FullHttpRequest
Combine the  
HttpRequest and FullHttpMessage, so the request is a complete HTTP
 request. | 
interface  | 
FullHttpResponse
Combination of a  
HttpResponse and FullHttpMessage. | 
interface  | 
HttpContent
An HTTP chunk which is used for HTTP chunked transfer-encoding. 
 | 
interface  | 
LastHttpContent
The last  
HttpContent which has trailing headers. | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
DefaultFullHttpRequest
Default implementation of  
FullHttpRequest. | 
class  | 
DefaultFullHttpResponse
Default implementation of a  
FullHttpResponse. | 
class  | 
DefaultHttpContent
The default  
HttpContent implementation. | 
class  | 
DefaultLastHttpContent
The default  
LastHttpContent implementation. | 
| 限定符和类型 | 接口和说明 | 
|---|---|
interface  | 
Attribute
Attribute interface 
 | 
interface  | 
FileUpload
FileUpload interface that could be in memory, on temporary file or any other implementations. 
 | 
interface  | 
HttpData
Extended interface for InterfaceHttpData 
 | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
AbstractDiskHttpData
Abstract Disk HttpData implementation 
 | 
class  | 
AbstractHttpData
Abstract HttpData implementation 
 | 
class  | 
AbstractMemoryHttpData
Abstract Memory HttpData implementation 
 | 
class  | 
DiskAttribute
Disk implementation of Attributes 
 | 
class  | 
DiskFileUpload
Disk FileUpload implementation that stores file into real files 
 | 
class  | 
MemoryAttribute
Memory implementation of Attributes 
 | 
class  | 
MemoryFileUpload
Default FileUpload implementation that stores file into memory. 
 | 
class  | 
MixedAttribute
Mixed implementation using both in Memory and in File with a limit of size 
 | 
class  | 
MixedFileUpload
Mixed implementation using both in Memory and in File with a limit of size 
 | 
| 限定符和类型 | 类和说明 | 
|---|---|
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. 
 | 
class  | 
WebSocketFrame
Base class for web socket frames. 
 | 
| 限定符和类型 | 接口和说明 | 
|---|---|
interface  | 
Http2DataFrame
HTTP/2 DATA frame. 
 | 
interface  | 
Http2GoAwayFrame
HTTP/2 GOAWAY frame. 
 | 
interface  | 
Http2UnknownFrame  | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
DefaultHttp2DataFrame
The default  
Http2DataFrame implementation. | 
class  | 
DefaultHttp2GoAwayFrame
The default  
Http2GoAwayFrame implementation. | 
class  | 
DefaultHttp2UnknownFrame  | 
| 限定符和类型 | 接口和说明 | 
|---|---|
interface  | 
FullMemcacheMessage
Combines  
MemcacheMessage and LastMemcacheContent into one
 message. | 
interface  | 
LastMemcacheContent
The  
MemcacheContent which signals the end of the content batch. | 
interface  | 
MemcacheContent
An Memcache content chunk. 
 | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
DefaultLastMemcacheContent
The default implementation for the  
LastMemcacheContent. | 
class  | 
DefaultMemcacheContent
The default  
MemcacheContent implementation. | 
| 限定符和类型 | 接口和说明 | 
|---|---|
interface  | 
FullBinaryMemcacheRequest
A  
BinaryMemcacheRequest that also includes the content. | 
interface  | 
FullBinaryMemcacheResponse
A  
BinaryMemcacheResponse that also includes the content. | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
DefaultFullBinaryMemcacheRequest
The default implementation of a  
FullBinaryMemcacheRequest. | 
class  | 
DefaultFullBinaryMemcacheResponse
The default implementation of a  
FullBinaryMemcacheResponse. | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
MqttPublishMessage
See MQTTV3.1/publish 
 | 
| 限定符和类型 | 接口和说明 | 
|---|---|
interface  | 
BulkStringRedisContent
A chunk of bulk strings which is used for Redis chunked transfer-encoding. 
 | 
interface  | 
LastBulkStringRedisContent
A last chunk of Bulk Strings. 
 | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
DefaultBulkStringRedisContent
A default implementation of  
BulkStringRedisContent. | 
class  | 
DefaultLastBulkStringRedisContent
A default implementation for  
LastBulkStringRedisContent. | 
class  | 
FullBulkStringRedisMessage
An aggregated bulk string of RESP. 
 | 
| 限定符和类型 | 接口和说明 | 
|---|---|
interface  | 
LastSmtpContent
The last part of a sequence of  
SmtpContents that are sent after a DATA request. | 
interface  | 
SmtpContent
Content that is sent after the  
DATA request. | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
DefaultLastSmtpContent
Default implementation of  
LastSmtpContent that does no validation of the raw data passed in. | 
class  | 
DefaultSmtpContent
Default implementation of  
SmtpContent that does no validation of the raw data passed in. | 
| 限定符和类型 | 接口和说明 | 
|---|---|
interface  | 
SpdyDataFrame
A SPDY Protocol DATA Frame 
 | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
DefaultSpdyDataFrame
The default  
SpdyDataFrame implementation. | 
| 限定符和类型 | 接口和说明 | 
|---|---|
interface  | 
LastStompContentSubframe
The last  
StompContentSubframe which signals the end of the content batch
 
 Note, even when no content is emitted by the protocol, an
 empty LastStompContentSubframe is issued to make the upstream parsing
 easier. | 
interface  | 
StompContentSubframe
An STOMP chunk which is used for STOMP chunked transfer-encoding. 
 | 
interface  | 
StompFrame
Combines  
StompHeadersSubframe and LastStompContentSubframe into one
 frame. | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
DefaultLastStompContentSubframe
The default implementation for the  
LastStompContentSubframe. | 
class  | 
DefaultStompContentSubframe
The default  
StompContentSubframe implementation. | 
class  | 
DefaultStompFrame
Default implementation of  
StompFrame. |