| Package | Description | 
|---|---|
| io.netty.handler.codec.http | Encoder, decoder and their related message types for HTTP. | 
| io.netty.handler.codec.http.cors | This package contains Cross Origin Resource Sharing (CORS) related classes. | 
| io.netty.handler.codec.http.multipart | HTTP multipart support. | 
| io.netty.handler.codec.http.websocketx | Encoder, decoder, handshakers and their related message types for
 Web Socket data frames. | 
| io.netty.handler.codec.http2 | Handlers for sending and receiving HTTP/2 frames. | 
| io.netty.handler.codec.rtsp | An RTSP
 extension based on the HTTP codec. | 
| io.netty.handler.codec.spdy | Encoder, decoder, session handler and their related message types for the SPDY protocol. | 
| Class and Description | 
|---|
| Cookie An interface defining an
 HTTP cookie. | 
| DefaultHttpContent The default  HttpContentimplementation. | 
| DefaultHttpMessage The default  HttpMessageimplementation. | 
| DefaultHttpObject | 
| DefaultHttpRequest The default  HttpRequestimplementation. | 
| DefaultHttpResponse The default  HttpResponseimplementation. | 
| EmptyHttpHeaders | 
| FullHttpMessage Combines  HttpMessageandLastHttpContentinto one
 message. | 
| FullHttpRequest Combinate the  HttpRequestandFullHttpMessage, so the request is a complete HTTP request. | 
| FullHttpResponse Combination of a  HttpResponseandFullHttpMessage. | 
| HttpClientUpgradeHandler.SourceCodec The source codec that is used in the pipeline initially. | 
| HttpClientUpgradeHandler.UpgradeCodec A codec that the source can be upgraded to. | 
| HttpClientUpgradeHandler.UpgradeEvent User events that are fired to notify about upgrade status. | 
| HttpContent An HTTP chunk which is used for HTTP chunked transfer-encoding. | 
| HttpContentDecoder Decodes the content of the received  HttpRequestandHttpContent. | 
| HttpContentEncoder Encodes the content of the outbound  HttpResponseandHttpContent. | 
| HttpContentEncoder.Result | 
| HttpHeaders Provides the constants for the standard HTTP header names and values and
 commonly used utility methods that accesses an  HttpMessage. | 
| HttpMessage An interface that defines a HTTP message, providing common properties for
  HttpRequestandHttpResponse. | 
| HttpMethod | 
| HttpObject | 
| HttpObjectAggregator A  ChannelHandlerthat aggregates anHttpMessageand its followingHttpContents into a singleFullHttpRequestorFullHttpResponse(depending on if it used to handle requests or responses)
 with no followingHttpContents. | 
| HttpObjectDecoder | 
| HttpObjectEncoder | 
| HttpRequest An HTTP request. | 
| HttpRequestDecoder | 
| HttpRequestEncoder | 
| HttpResponse An HTTP response. | 
| HttpResponseDecoder | 
| HttpResponseEncoder | 
| HttpResponseStatus | 
| HttpServerUpgradeHandler.SourceCodec The source codec that is used in the pipeline initially. | 
| HttpServerUpgradeHandler.UpgradeCodec A codec that the source can be upgraded to. | 
| HttpServerUpgradeHandler.UpgradeEvent User event that is fired to notify about the completion of an HTTP upgrade
 to another protocol. | 
| HttpStatusClass The class of HTTP status. | 
| HttpVersion | 
| LastHttpContent The last  HttpContentwhich has trailing headers. | 
| Class and Description | 
|---|
| HttpHeaders Provides the constants for the standard HTTP header names and values and
 commonly used utility methods that accesses an  HttpMessage. | 
| HttpMethod | 
| Class and Description | 
|---|
| HttpContent An HTTP chunk which is used for HTTP chunked transfer-encoding. | 
| HttpRequest An HTTP request. | 
| Class and Description | 
|---|
| FullHttpRequest Combinate the  HttpRequestandFullHttpMessage, so the request is a complete HTTP request. | 
| FullHttpResponse Combination of a  HttpResponseandFullHttpMessage. | 
| HttpHeaders Provides the constants for the standard HTTP header names and values and
 commonly used utility methods that accesses an  HttpMessage. | 
| HttpRequest An HTTP request. | 
| HttpResponse An HTTP response. | 
| Class and Description | 
|---|
| FullHttpMessage Combines  HttpMessageandLastHttpContentinto one
 message. | 
| FullHttpRequest Combinate the  HttpRequestandFullHttpMessage, so the request is a complete HTTP request. | 
| FullHttpResponse Combination of a  HttpResponseandFullHttpMessage. | 
| HttpClientUpgradeHandler.UpgradeCodec A codec that the source can be upgraded to. | 
| HttpMethod | 
| HttpRequest An HTTP request. | 
| HttpResponseStatus | 
| HttpServerUpgradeHandler.UpgradeCodec A codec that the source can be upgraded to. | 
| Class and Description | 
|---|
| HttpMessage An interface that defines a HTTP message, providing common properties for
  HttpRequestandHttpResponse. | 
| HttpMethod | 
| HttpObjectDecoder | 
| HttpObjectEncoder | 
| HttpRequest An HTTP request. | 
| HttpResponse An HTTP response. | 
| HttpResponseStatus | 
| HttpVersion | 
| Class and Description | 
|---|
| FullHttpMessage Combines  HttpMessageandLastHttpContentinto one
 message. | 
| HttpMessage An interface that defines a HTTP message, providing common properties for
  HttpRequestandHttpResponse. | 
| HttpObject | 
Copyright © 2008–2015 The Netty Project. All rights reserved.