| Package | Description | 
|---|---|
| io.netty.handler.codec.http | Encoder, decoder and their related message types for HTTP. | 
| io.netty.handler.codec.spdy | Encoder, decoder, session handler and their related message types for the SPDY protocol. | 
| 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  | HttpContentAn HTTP chunk which is used for HTTP chunked transfer-encoding. | 
| interface  | HttpMessageAn interface that defines a HTTP message, providing common properties for
  HttpRequestandHttpResponse. | 
| interface  | HttpRequestAn HTTP request. | 
| interface  | HttpResponseAn HTTP response. | 
| 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  | DefaultHttpMessageThe default  HttpMessageimplementation. | 
| class  | DefaultHttpObject | 
| class  | DefaultHttpRequestThe default  HttpRequestimplementation. | 
| class  | DefaultHttpResponseThe default  HttpResponseimplementation. | 
| class  | DefaultLastHttpContentThe default  LastHttpContentimplementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | HttpClientUpgradeHandler. decode(ChannelHandlerContext ctx,
      HttpObject msg,
      List<Object> out) | 
| protected void | HttpServerUpgradeHandler. decode(ChannelHandlerContext ctx,
      HttpObject msg,
      List<Object> out) | 
| protected void | HttpContentDecoder. decode(ChannelHandlerContext ctx,
      HttpObject msg,
      List<Object> out) | 
| protected void | HttpContentEncoder. encode(ChannelHandlerContext ctx,
      HttpObject msg,
      List<Object> out) | 
| protected boolean | HttpObjectAggregator. isAggregated(HttpObject msg) | 
| protected boolean | HttpObjectAggregator. isContentMessage(HttpObject msg) | 
| protected boolean | HttpObjectAggregator. isStartMessage(HttpObject msg) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | SpdyHttpEncoder. encode(ChannelHandlerContext ctx,
      HttpObject msg,
      List<Object> out) | 
Copyright © 2008–2015 The Netty Project. All rights reserved.