程序包 | 说明 |
---|---|
io.netty.handler.codec.http |
Benchmarks for
io.netty.handler.codec.http . |
io.netty.handler.codec.http.multipart |
Benchmarks for
io.netty.handler.codec.http.multipart . |
限定符和类型 | 接口和说明 |
---|---|
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 |
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. |
限定符和类型 | 方法和说明 |
---|---|
HttpContent |
HttpContent.copy() |
HttpContent |
DefaultHttpContent.copy() |
HttpContent |
HttpContent.duplicate() |
HttpContent |
DefaultHttpContent.duplicate() |
HttpContent |
HttpChunkedInput.readChunk(ByteBufAllocator allocator) |
HttpContent |
HttpChunkedInput.readChunk(ChannelHandlerContext ctx)
已过时。
|
HttpContent |
HttpContent.replace(ByteBuf content) |
HttpContent |
DefaultHttpContent.replace(ByteBuf content) |
HttpContent |
HttpContent.retain() |
HttpContent |
DefaultHttpContent.retain() |
HttpContent |
HttpContent.retain(int increment) |
HttpContent |
DefaultHttpContent.retain(int increment) |
HttpContent |
HttpContent.retainedDuplicate() |
HttpContent |
DefaultHttpContent.retainedDuplicate() |
HttpContent |
HttpContent.touch() |
HttpContent |
DefaultHttpContent.touch() |
HttpContent |
HttpContent.touch(java.lang.Object hint) |
HttpContent |
DefaultHttpContent.touch(java.lang.Object hint) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
HttpObjectAggregator.aggregate(FullHttpMessage aggregated,
HttpContent content) |
protected boolean |
HttpObjectAggregator.isLastContentMessage(HttpContent msg) |
限定符和类型 | 方法和说明 |
---|---|
HttpContent |
HttpPostRequestEncoder.readChunk(ByteBufAllocator allocator)
Returns the next available HttpChunk.
|
HttpContent |
HttpPostRequestEncoder.readChunk(ChannelHandlerContext ctx)
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
InterfaceHttpPostRequestDecoder |
InterfaceHttpPostRequestDecoder.offer(HttpContent content)
Initialized the internals from a new chunk
|
HttpPostStandardRequestDecoder |
HttpPostStandardRequestDecoder.offer(HttpContent content)
Initialized the internals from a new chunk
|
InterfaceHttpPostRequestDecoder |
HttpPostRequestDecoder.offer(HttpContent content) |
HttpPostMultipartRequestDecoder |
HttpPostMultipartRequestDecoder.offer(HttpContent content)
Initialized the internals from a new chunk
|