Uses of Package
org.glassfish.grizzly.http

Packages that use org.glassfish.grizzly.http
org.glassfish.grizzly.http   
org.glassfish.grizzly.http.jmx   
org.glassfish.grizzly.http.util   
 

Classes in org.glassfish.grizzly.http used by org.glassfish.grizzly.http
ContentEncoding
          Abstraction, which represents HTTP content-encoding.
Cookie
          Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server.
Cookies
          A collection of cookies - reusable and tuned for server side performance.
CookiesBuilder.AbstractCookiesBuilder
           
CookiesBuilder.ClientCookiesBuilder
           
CookiesBuilder.ServerCookiesBuilder
           
EncodingFilter
           
HttpBrokenContent
          HttpContent message, which represents broken HTTP content.
HttpBrokenContent.Builder
          HttpTrailer message builder.
HttpBrokenContentException
          RuntimeException, means something wrong happened during HTTP message content parsing.
HttpCodecFilter
          The Filter, responsible for transforming Buffer into HttpPacket and vice versa in asynchronous mode.
HttpCodecFilter.ContentParsingState
           
HttpCodecFilter.HeaderParsingState
           
HttpContent
          Object represents HTTP message content: complete or part.
HttpContent.Builder
          HttpContent message builder.
HttpHeader
          HttpPacket, which represents HTTP message header.
HttpHeader.Builder
          HttpHeader message builder.
HttpPacket
          Abstraction, which represents any type of HTTP message: HttpRequestPacket, HttpResponsePacket, HttpContent.
HttpPacketParsing
           
HttpProbe
          Monitoring probe providing callbacks that may be invoked by Grizzly Http filters.
HttpRequestPacket
          The HttpHeader object, which represents HTTP request message.
HttpRequestPacket.Builder
          HttpRequestPacket message builder.
HttpResponsePacket
          The HttpHeader object, which represents HTTP response message.
HttpResponsePacket.Builder
          HttpResponsePacket message builder.
HttpTrailer
          HttpContent message, which represents HTTP trailer message.
HttpTrailer.Builder
          HttpTrailer message builder.
KeepAlive
          Web container configuration for keep-alive HTTP connections.
KeepAliveProbe
          Monitoring probe providing callbacks that may be invoked by Grizzly KeepAlive.
LazyCookieState
          Lazy cookie implementation, which is based on preparsed Grizzly Buffers.
Method
          Predefined HTTP methods
MimeHeadersPacket
          Common interface for HttpPackets, which contain mimeheaders.
Note
          The Note value associated with HttpRequestPacket.
ParsingResult
          Class, which represents result of TransferEncoding or ContentEncoding parsing.
ProcessingState
          Maintains semantic state necessary to proper HTTP processing.
Protocol
          Predefined HTTP protocol versions
TransferEncoding
          Abstraction, which represents HTTP transfer-encoding.
 

Classes in org.glassfish.grizzly.http used by org.glassfish.grizzly.http.jmx
HttpCodecFilter
          The Filter, responsible for transforming Buffer into HttpPacket and vice versa in asynchronous mode.
 

Classes in org.glassfish.grizzly.http used by org.glassfish.grizzly.http.util
Cookie
          Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server.
Cookies
          A collection of cookies - reusable and tuned for server side performance.
HttpResponsePacket
          The HttpHeader object, which represents HTTP response message.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.