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

Packages that use org.jboss.netty.handler.codec.http2
org.jboss.netty.handler.codec.http2 Encoder, decoder and their related message types for HTTP. 
 

Classes in org.jboss.netty.handler.codec.http2 used by org.jboss.netty.handler.codec.http2
AbstractDiskHttpData
          Abstract Disk HttpData implementation
AbstractHttpData
          Abstract HttpData implementation
AbstractMemoryHttpData
          Abstract Memory HttpData implementation
Attribute
          Attribute interface
Cookie
          An HTTP Cookie.
DefaultHttpMessage
          The default HttpMessage implementation.
FileUpload
          FileUpload interface that could be in memory, on temporary file or any other implementations.
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.
HttpData
          Extended interface for InterfaceHttpData
HttpDataFactory
          Interface to enable creation of InterfaceHttpData objects
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.
HttpPostBodyUtil.TransferEncodingMechanism
          Allowed mechanism for multipart mechanism := "7bit" / "8bit" / "binary" Not allowed: "quoted-printable" / "base64"
HttpPostRequestDecoder.EndOfDataDecoderException
          Exception when the body is fully decoded, even if there is still data
HttpPostRequestDecoder.ErrorDataDecoderException
          Exception when an error occurs while decoding
HttpPostRequestDecoder.IncompatibleDataDecoderException
          Exception when an unappropriated method was called on a request
HttpPostRequestDecoder.NotEnoughDataDecoderException
          Exception when try reading data from request in chunked format, and not enough data are available (need more chunks)
HttpPostRequestEncoder.ErrorDataEncoderException
          Exception when an error occurs while encoding
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.
InterfaceHttpData
          Interface for all Objects that could be encoded/decoded using HttpPostRequestEncoder/Decoder
InterfaceHttpData.HttpDataType
           
InternalAttribute
          This Attribute is only for Encoder use to insert special command between object if needed (like Multipart Mixed mode)
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.