| Package | Description |
|---|---|
| io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FullHttpRequest
Combinate the
HttpRequest and FullHttpMessage, so the request is a complete HTTP
request. |
interface |
FullHttpResponse
Combination of a
HttpResponse and FullHttpMessage. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFullHttpRequest
Default implementation of
FullHttpRequest. |
class |
DefaultFullHttpResponse
Default implementation of a
FullHttpResponse. |
| Modifier and Type | Method and Description |
|---|---|
FullHttpMessage |
FullHttpMessage.copy() |
FullHttpMessage |
FullHttpMessage.retain() |
FullHttpMessage |
FullHttpMessage.retain(int increment) |
Copyright © 2008-2013 The Netty Project. All Rights Reserved.