| Package | Description | 
|---|---|
| io.netty.handler.codec.http | Encoder, decoder and their related message types for HTTP. | 
| io.netty.handler.codec.http.websocketx | Encoder, decoder, handshakers and their related message types for
 Web Socket data frames. | 
| io.netty.handler.codec.rtsp | An RTSP
 extension based on the HTTP codec. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | FullHttpResponseCombination of a  HttpResponseandFullHttpMessage. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultFullHttpResponseDefault implementation of a  FullHttpResponse. | 
| class  | DefaultHttpResponseThe default  HttpResponseimplementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpResponse | HttpResponse. setProtocolVersion(HttpVersion version) | 
| HttpResponse | DefaultHttpResponse. setProtocolVersion(HttpVersion version) | 
| HttpResponse | HttpResponse. setStatus(HttpResponseStatus status)Set the status of this  HttpResponse. | 
| HttpResponse | DefaultHttpResponse. setStatus(HttpResponseStatus status) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected HttpContentEncoder.Result | HttpContentCompressor. beginEncode(HttpResponse headers,
           CharSequence acceptEncoding) | 
| protected abstract HttpContentEncoder.Result | HttpContentEncoder. beginEncode(HttpResponse headers,
           CharSequence acceptEncoding)Prepare to encode the HTTP message content. | 
| protected void | HttpResponseEncoder. encodeInitialLine(ByteBuf buf,
                 HttpResponse response) | 
| Modifier and Type | Method and Description | 
|---|---|
| ChannelFuture | WebSocketClientHandshaker. processHandshake(Channel channel,
                HttpResponse response)Process the opening handshake initiated by  WebSocketClientHandshaker.handshake(io.netty.channel.Channel)}. | 
| ChannelFuture | WebSocketClientHandshaker. processHandshake(Channel channel,
                HttpResponse response,
                ChannelPromise promise)Process the opening handshake initiated by  WebSocketClientHandshaker.handshake(io.netty.channel.Channel)}. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | RtspResponseEncoder. encodeInitialLine(ByteBuf buf,
                 HttpResponse response) | 
Copyright © 2008–2015 The Netty Project. All rights reserved.