All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| Ascii |
This class implements some basic ASCII character handling functions.
|
| B2CConverter |
Efficient conversion of bytes to character .
|
| B2CConverterBlocking |
Efficient conversion of bytes to character .
|
| BinaryNIOInputSource |
Adds the ability for binary based InputSources to obtain the incoming
Buffer directly without having to use intermediate objects to copy the data to.
|
| BinaryNIOOutputSink |
Adds the ability for binary based OutputSinks to write a Buffer instead of
having to convert to those types supported by OutputStream.
|
| BufferChunk |
Buffer chunk representation.
|
| ByteChunk |
This class is used to represent a chunk of bytes, and utilities to manipulate byte[].
|
| ByteChunk.ByteInputChannel |
|
| ByteChunk.ByteOutputChannel |
|
| C2BConverter |
Efficient conversion of character to bytes.
|
| CacheableDataChunk |
DataChunk implementation, which could be cached in the thread cache.
|
| CharChunk |
Utilities to manipulate char chunks.
|
| CharChunk.CharInputChannel |
|
| CharChunk.CharOutputChannel |
When we need more space we'll either grow the buffer ( up to the limit ) or send it to a channel.
|
| Chunk |
|
| ChunkedTransferEncoding |
Chunked transfer encoding implementation.
|
| CompressionConfig |
Compression configuration class.
|
| CompressionConfig.CompressionMode |
|
| CompressionConfig.CompressionModeI |
Common CompressionMode interface.
|
| Constants |
Constants.
|
| ContentEncoding |
Abstraction, which represents HTTP content-encoding.
|
| ContentEncodingException |
|
| ContentType |
This class serves as a Content-Type holder, plus it implements useful utility methods to work with content-type.
|
| ContentType.SettableContentType |
|
| 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.
|
| CookieHeaderGenerator |
Cookie header generator based on RFC6265
|
| CookieHeaderParser |
Cookie header parser based on RFC6265
|
| CookieParserUtils |
The set of Cookie utility methods for cookie parsing.
|
| 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 |
|
| CookieSerializerUtils |
The set of Cookie utility methods for cookie serialization.
|
| CookieUtils |
The general set of Cookie utility methods.
|
| DataChunk |
Buffer chunk representation.
|
| DataChunk.Type |
|
| EncodingFilter |
|
| FastDateFormat |
Fast date formatter that caches recently formatted date information and uses it to avoid too-frequent calls to the
underlying formatter.
|
| FastHttpDateFormat |
Utility class to generate HTTP dates.
|
| FixedLengthTransferEncoding |
Fixed length transfer encoding implementation.
|
| GZipContentEncoding |
GZip ContentEncoding implementation, which compresses/decompresses HTTP content using gzip algorithm.
|
| Header |
Enumeration of all headers as defined in RFC 2616.
|
| HeaderValue |
This class serves as an HTTP header value holder, plus it implements useful utility methods to optimize headers
serialization.
|
| HexUtils |
Library of utility methods useful in dealing with converting byte arrays to and from strings of hexadecimal digits.
|
| HttpBaseFilter |
Base HTTP Filter.
|
| HttpBrokenContent |
HttpContent message, which represents broken HTTP content.
|
| HttpBrokenContent.Builder |
HttpTrailer message builder.
|
| HttpBrokenContentException |
RuntimeException, means something wrong happened during HTTP message content parsing.
|
| HttpClientFilter |
|
| HttpCodecFilter |
The Filter, responsible for transforming Buffer into
HttpPacket and vice versa in asynchronous mode.
|
| HttpCodecFilter.ContentParsingState |
|
| HttpCodecFilter.HeaderParsingState |
|
| HttpCodecUtils |
General HttpCodec utility methods.
|
| HttpContent |
Object represents HTTP message content: complete or part.
|
| HttpContent.Builder<T extends HttpContent.Builder> |
HttpContent message builder.
|
| HttpContext |
Represents a single logical HTTP transaction.
|
| HttpEvents |
The class contains a set of standard HTTP events sent on FilterChain during HTTP packets processing.
|
| HttpEvents.ChangePacketInProgressEvent |
|
| HttpEvents.IncomingHttpUpgradeEvent |
|
| HttpEvents.OutgoingHttpUpgradeEvent |
|
| HttpEvents.ResponseCompleteEvent |
|
| HttpHeader |
|
| HttpHeader.Builder<T extends HttpHeader.Builder> |
HttpHeader message builder.
|
| HttpPacket |
|
| HttpPacketParsing |
|
| HttpProbe |
Monitoring probe providing callbacks that may be invoked by Grizzly Http filters.
|
| HttpProbe.Adapter |
HttpProbe adapter that provides no-op implementations for all interface methods allowing easy extension by
the developer.
|
| HttpRequestPacket |
The HttpHeader object, which represents HTTP request message.
|
| HttpRequestPacket.Builder |
HttpRequestPacket message builder.
|
| HttpRequestURIDecoder |
Utility class that make sure an HTTP url defined inside a MessageBytes is normalized, converted and valid.
|
| HttpResponsePacket |
The HttpHeader object, which represents HTTP response message.
|
| HttpResponsePacket.Builder |
HttpResponsePacket message builder.
|
| HttpServerFilter |
|
| HttpStatus |
This enum encapsulates the HTTP response status and reason phrases as defined by RFC 2616.
|
| HttpTrailer |
HttpContent message, which represents HTTP trailer message.
|
| HttpTrailer.Builder |
HttpTrailer message builder.
|
| HttpUtils |
Utility class.
|
| InputBuffer |
Abstraction exposing both byte and character methods to read content from the HTTP messaging system in Grizzly.
|
| KeepAlive |
Web container configuration for keep-alive HTTP connections.
|
| KeepAliveProbe |
Monitoring probe providing callbacks that may be invoked by Grizzly KeepAlive.
|
| KeepAliveProbe.Adapter |
KeepAliveProbe adapter that provides no-op implementations for all interface methods allowing easy extension
by the developer.
|
| LazyCookieState |
Lazy cookie implementation, which is based on preparsed Grizzly Buffers.
|
| LZMAContentEncoding |
|
| MessageBytes |
This class is used to represent a subarray of bytes in an HTTP message.
|
| MessageBytes.MessageBytesFactory |
|
| Method |
Predefined HTTP methods
|
| Method.PayloadExpectation |
|
| MimeHeaders |
Memory-efficient repository for Mime Headers.
|
| MimeHeadersPacket |
Common interface for HttpPackets, which contain mimeheaders.
|
| MimeType |
Hardcoded mime-type supported by default.
|
| NIOInputStream |
Stream implementation to read binary request content.
|
| NIOOutputStream |
Stream implementation for writing binary content to an HTTP user-agent.
|
| NIOReader |
Character stream implementation used to read character-based request content.
|
| NIOWriter |
Stream implementation for writing character content to an HTTP user-agent.
|
| Note<E> |
The Note value associated with HttpRequestPacket.
|
| OutputBuffer |
Abstraction exposing both byte and character methods to write content to the HTTP messaging system in Grizzly.
|
| OutputBuffer.LifeCycleListener |
|
| Parameters |
|
| ParsingResult |
|
| ProcessingState |
Maintains semantic state necessary to proper HTTP processing.
|
| Protocol |
Predefined HTTP protocol versions
|
| RequestURIRef |
Request URI holder.
|
| StringCache |
This class implements a String cache for ByteChunk and CharChunk.
|
| StringCache.ByteEntry |
|
| StringCache.CharEntry |
|
| StringManager |
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes
care of the common cases of message formatting which otherwise require the creation of Object arrays and such.
|
| TimeStamp |
Main tool for object expiry.
|
| TransferEncoding |
Abstraction, which represents HTTP transfer-encoding.
|
| UDecoder |
All URL decoding happens here.
|
| UEncoder |
Efficient implementation for encoders.
|
| URLDecoder |
|