Uses of Package
org.jboss.netty.handler.codec.http

Packages that use org.jboss.netty.handler.codec.http
org.jboss.netty.handler.codec.http Encoder, decoder and their related message types for HTTP. 
org.jboss.netty.handler.codec.rtsp An RTSP extension based on the HTTP codec. 
 

Classes in org.jboss.netty.handler.codec.http used by org.jboss.netty.handler.codec.http
Cookie
          An HTTP Cookie.
DefaultHttpMessage
          The default HttpMessage implementation.
HttpChunk
          An HTTP chunk which is used for HTTP chunked transfer-encoding.
HttpChunkTrailer
          The last HttpChunk which has trailing headers.
HttpContentDecoder
          Decodes the content of the received HttpRequest and HttpChunk.
HttpContentEncoder
          Encodes the content of the outbound HttpResponse and HttpChunk.
HttpMessage
          An HTTP message which provides common properties for HttpRequest and HttpResponse.
HttpMessageDecoder
          Decodes ChannelBuffers into HttpMessages and HttpChunks.
HttpMessageDecoder.State
          The internal state of HttpMessageDecoder.
HttpMessageEncoder
          Encodes an HttpMessage or an HttpChunk into a ChannelBuffer.
HttpMethod
          The request method of HTTP or its derived protocols, such as RTSP and ICAP.
HttpRequest
          An HTTP request.
HttpResponse
          An HTTP response.
HttpResponseStatus
          The response code and its description of HTTP or its derived protocols, such as RTSP and ICAP.
HttpVersion
          The version of HTTP or its derived protocols, such as RTSP and ICAP.
 

Classes in org.jboss.netty.handler.codec.http used by org.jboss.netty.handler.codec.rtsp
HttpMessage
          An HTTP message which provides common properties for HttpRequest and HttpResponse.
HttpMessageDecoder
          Decodes ChannelBuffers into HttpMessages and HttpChunks.
HttpMessageDecoder.State
          The internal state of HttpMessageDecoder.
HttpMessageEncoder
          Encodes an HttpMessage or an HttpChunk into a ChannelBuffer.
HttpMethod
          The request method of HTTP or its derived protocols, such as RTSP and ICAP.
HttpResponseStatus
          The response code and its description of HTTP or its derived protocols, such as RTSP and ICAP.
HttpVersion
          The version of HTTP or its derived protocols, such as RTSP and ICAP.
 



Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.