Package org.glassfish.grizzly.http

Interface Summary
ContentEncoding Abstraction, which represents HTTP content-encoding.
EncodingFilter  
HttpPacketParsing  
HttpProbe Monitoring probe providing callbacks that may be invoked by Grizzly Http filters.
KeepAliveProbe Monitoring probe providing callbacks that may be invoked by Grizzly KeepAlive.
MimeHeadersPacket Common interface for HttpPackets, which contain mimeheaders.
TransferEncoding Abstraction, which represents HTTP transfer-encoding.
 

Class Summary
ChunkedTransferEncoding Chunked transfer encoding implementation.
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 Cookies builder, which could be used to construct a set of cookies, either client or server.
CookiesBuilder.AbstractCookiesBuilder<E extends CookiesBuilder.AbstractCookiesBuilder>  
CookiesBuilder.ClientCookiesBuilder  
CookiesBuilder.ServerCookiesBuilder  
FixedLengthTransferEncoding Fixed length transfer encoding implementation.
GZipContentEncoding GZip ContentEncoding implementation, which compresses/decompresses HTTP content using gzip algorithm.
HttpClientFilter Client side HttpCodecFilter implementation, which is responsible for decoding HttpResponsePacket and encoding HttpRequestPacket messages.
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<T extends HttpContent.Builder> HttpContent message builder.
HttpHeader HttpPacket, which represents HTTP message header.
HttpHeader.Builder<T extends HttpHeader.Builder> HttpHeader message builder.
HttpPacket Abstraction, which represents any type of HTTP message: HttpRequestPacket, HttpResponsePacket, HttpContent.
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.
HttpServerFilter Server side HttpCodecFilter implementation, which is responsible for decoding HttpRequestPacket and encoding HttpResponsePacket messages.
HttpTrailer HttpContent message, which represents HTTP trailer message.
HttpTrailer.Builder HttpTrailer message builder.
KeepAlive Web container configuration for keep-alive HTTP connections.
LazyCookie Lazy wrapper over Cookie.
LazyCookieState Lazy cookie implementation, which is based on preparsed Grizzly Buffers.
LZMAContentEncoding  
Method Predefined HTTP methods
Note<E> 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.
 

Enum Summary
Protocol Predefined HTTP protocol versions
 

Exception Summary
ContentEncodingException  
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.