| Package | Description | 
|---|---|
| io.netty.handler.codec.http | Encoder, decoder and their related message types for HTTP. | 
| io.netty.handler.codec.http.multipart | HTTP multipart support. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | FullHttpMessageCombines  HttpMessageandLastHttpContentinto one
 message. | 
| interface  | FullHttpRequestCombinate the  HttpRequestandFullHttpMessage, so the request is a complete HTTP request. | 
| interface  | FullHttpResponseCombination of a  HttpResponseandFullHttpMessage. | 
| interface  | LastHttpContentThe last  HttpContentwhich has trailing headers. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultFullHttpRequestDefault implementation of  FullHttpRequest. | 
| class  | DefaultFullHttpResponseDefault implementation of a  FullHttpResponse. | 
| class  | DefaultHttpContentThe default  HttpContentimplementation. | 
| class  | DefaultLastHttpContentThe default  LastHttpContentimplementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpContent | HttpContent. copy() | 
| HttpContent | DefaultHttpContent. copy() | 
| HttpContent | HttpContent. duplicate() | 
| HttpContent | DefaultHttpContent. duplicate() | 
| HttpContent | HttpChunkedInput. readChunk(ChannelHandlerContext ctx) | 
| HttpContent | HttpContent. retain() | 
| HttpContent | DefaultHttpContent. retain() | 
| HttpContent | HttpContent. retain(int increment) | 
| HttpContent | DefaultHttpContent. retain(int increment) | 
| HttpContent | HttpContent. touch() | 
| HttpContent | DefaultHttpContent. touch() | 
| HttpContent | HttpContent. touch(Object hint) | 
| HttpContent | DefaultHttpContent. touch(Object hint) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | HttpObjectAggregator. aggregate(FullHttpMessage aggregated,
         HttpContent content) | 
| protected boolean | HttpObjectAggregator. isLastContentMessage(HttpContent msg) | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpContent | HttpPostRequestEncoder. readChunk(ChannelHandlerContext ctx)Returns the next available HttpChunk. | 
| Modifier and Type | Method and Description | 
|---|---|
| InterfaceHttpPostRequestDecoder | InterfaceHttpPostRequestDecoder. 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 | 
| HttpPostStandardRequestDecoder | HttpPostStandardRequestDecoder. offer(HttpContent content)Initialized the internals from a new chunk | 
Copyright © 2008–2015 The Netty Project. All rights reserved.