A B C D E F G H I K L M N O P Q R S T U V W Z 

A

A - Static variable in class org.glassfish.grizzly.http.util.Constants
'A'.
a - Static variable in class org.glassfish.grizzly.http.util.Constants
'a'.
ACCEPTED_202 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
acknowledged() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Mark this packet as having been acknowledged.
addContentEncoding(ContentEncoding) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Adds the specified ContentEncoding to the HttpCodecFilter.
addContentEncoding(ContentEncoding) - Method in class org.glassfish.grizzly.http.HttpHeader
 
addHeader(String, String) - Method in class org.glassfish.grizzly.http.HttpHeader
Add the HTTP mime header.
addHeader(Header, String) - Method in class org.glassfish.grizzly.http.HttpHeader
Add the HTTP mime header.
addHeader(String, String) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
 
addHeader(Header, String) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
 
addHeader(String, String) - Method in class org.glassfish.grizzly.http.HttpTrailer
Add the HTTP mime header.
addHeader(Header, String) - Method in class org.glassfish.grizzly.http.HttpTrailer
Add the HTTP mime header.
addHeader(String, String) - Method in interface org.glassfish.grizzly.http.MimeHeadersPacket
Add the HTTP mime header.
addHeader(Header, String) - Method in interface org.glassfish.grizzly.http.MimeHeadersPacket
Add the HTTP mime header.
addParameter(String, String) - Method in class org.glassfish.grizzly.http.util.Parameters
 
addParameterValues(String, String[]) - Method in class org.glassfish.grizzly.http.util.Parameters
 
addSafeCharacter(char) - Method in class org.glassfish.grizzly.http.util.UEncoder
 
addTransferEncoding(TransferEncoding) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Adds the specified TransferEncoding to the HttpCodecFilter.
addValue(String) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Create a new named header , return the MessageBytes container for the new value
addValue(Header) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Create a new named header , return the MessageBytes container for the new value
addValue(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Create a new named header using un-translated byte[].
addValue(Buffer, int, int) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Create a new named header using un-translated Buffer.
allocate(int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
allocate(int, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
allocate(int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
ALLOW_BACKSLASH - Static variable in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
 
ALLOW_ENCODED_SLASH - Static variable in class org.glassfish.grizzly.http.util.UDecoder
 
alreadyQuoted(String) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
ALWAYS_ADD_EXPIRES - Static variable in class org.glassfish.grizzly.http.util.CookieUtils
If set to false, we don't use the IE6/7 Max-Age/Expires work around
append(HttpContent) - Method in class org.glassfish.grizzly.http.HttpContent
 
append(BufferChunk) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
append(char) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
append(byte) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
append(ByteChunk) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
append(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
Add data to the buffer
append(char) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
append(CharChunk) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
append(char[], int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
Add data to the buffer
append(StringBuffer) - Method in class org.glassfish.grizzly.http.util.CharChunk
Add data to the buffer
append(String) - Method in class org.glassfish.grizzly.http.util.CharChunk
Append a string to the buffer
append(String, int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
Append a string to the buffer
applyDecoding(HttpHeader) - Method in interface org.glassfish.grizzly.http.EncodingFilter
 
applyEncoding(HttpHeader) - Method in interface org.glassfish.grizzly.http.EncodingFilter
 
arrayOffset - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
Ascii - Class in org.glassfish.grizzly.http.util
This class implements some basic ASCII character handling functions.
Ascii() - Constructor for class org.glassfish.grizzly.http.util.Ascii
 
asClientCookieBuffer() - Method in class org.glassfish.grizzly.http.Cookie
 
asClientCookieBuffer(MemoryManager) - Method in class org.glassfish.grizzly.http.Cookie
 
asClientCookieString() - Method in class org.glassfish.grizzly.http.Cookie
 
asServerCookieBuffer() - Method in class org.glassfish.grizzly.http.Cookie
 
asServerCookieBuffer(MemoryManager) - Method in class org.glassfish.grizzly.http.Cookie
 
asServerCookieString() - Method in class org.glassfish.grizzly.http.Cookie
 
attributes - Variable in class org.glassfish.grizzly.http.HttpRequestPacket
The attributes associated with this Request, keyed by attribute name.
authType() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Return the authentication type used for this Request.

B

B2CConverter - Class in org.glassfish.grizzly.http.util
Efficient conversion of bytes to character .
B2CConverter() - Constructor for class org.glassfish.grizzly.http.util.B2CConverter
 
B2CConverter(String) - Constructor for class org.glassfish.grizzly.http.util.B2CConverter
Create a converter, with bytes going to a byte buffer
B2CConverterBlocking - Class in org.glassfish.grizzly.http.util
Efficient conversion of bytes to character .
B2CConverterBlocking() - Constructor for class org.glassfish.grizzly.http.util.B2CConverterBlocking
 
B2CConverterBlocking(String) - Constructor for class org.glassfish.grizzly.http.util.B2CConverterBlocking
Create a converter, with bytes going to a byte buffer
BAD_GATEWAY_502 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
BAD_REQUEST_400 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
Base64Utils - Class in org.glassfish.grizzly.http.util
 
Base64Utils() - Constructor for class org.glassfish.grizzly.http.util.Base64Utils
 
bb - Variable in class org.glassfish.grizzly.http.util.C2BConverter
 
BufferChunk - Class in org.glassfish.grizzly.http.util
Buffer chunk representation.
BufferChunk() - Constructor for class org.glassfish.grizzly.http.util.BufferChunk
 
build() - Method in class org.glassfish.grizzly.http.CookiesBuilder.AbstractCookiesBuilder
 
build() - Method in class org.glassfish.grizzly.http.HttpBrokenContent.Builder
Build the HttpTrailer message.
build() - Method in class org.glassfish.grizzly.http.HttpContent.Builder
Build the HttpContent message.
build() - Method in class org.glassfish.grizzly.http.HttpRequestPacket.Builder
Build the HttpRequestPacket message.
build() - Method in class org.glassfish.grizzly.http.HttpResponsePacket.Builder
Build the HttpResponsePacket message.
build() - Method in class org.glassfish.grizzly.http.HttpTrailer.Builder
Build the HttpTrailer message.
builder(HttpHeader) - Static method in class org.glassfish.grizzly.http.HttpBrokenContent
Returns HttpTrailer builder.
builder(HttpHeader) - Static method in class org.glassfish.grizzly.http.HttpContent
Returns HttpContent builder.
builder() - Static method in class org.glassfish.grizzly.http.HttpRequestPacket
Returns HttpRequestPacket builder.
builder(HttpRequestPacket) - Static method in class org.glassfish.grizzly.http.HttpResponsePacket
Returns HttpResponsePacket builder.
builder(HttpHeader) - Static method in class org.glassfish.grizzly.http.HttpTrailer
Returns HttpTrailer builder.
ByteChunk - Class in org.glassfish.grizzly.http.util
This class is used to represent a chunk of bytes, and utilities to manipulate byte[].
ByteChunk() - Constructor for class org.glassfish.grizzly.http.util.ByteChunk
Creates a new, uninitialized ByteChunk object.
ByteChunk(int) - Constructor for class org.glassfish.grizzly.http.util.ByteChunk
 
ByteChunk.ByteInputChannel - Interface in org.glassfish.grizzly.http.util
 
ByteChunk.ByteOutputChannel - Interface in org.glassfish.grizzly.http.util
 

C

C2BConverter - Class in org.glassfish.grizzly.http.util
Efficient conversion of character to bytes.
C2BConverter(ByteChunk, String) - Constructor for class org.glassfish.grizzly.http.util.C2BConverter
Create a converter, with bytes going to a byte buffer
C2BConverter(String) - Constructor for class org.glassfish.grizzly.http.util.C2BConverter
Create a converter
CACHE_SIZE - Static variable in class org.glassfish.grizzly.http.util.FastHttpDateFormat
 
CacheableDataChunk - Class in org.glassfish.grizzly.http.util
DataChunk implementation, which could be cached in the thread cache.
CacheableDataChunk() - Constructor for class org.glassfish.grizzly.http.util.CacheableDataChunk
 
characterEncoding - Variable in class org.glassfish.grizzly.http.HttpHeader
 
CharChunk - Class in org.glassfish.grizzly.http.util
Utilities to manipluate char chunks.
CharChunk() - Constructor for class org.glassfish.grizzly.http.util.CharChunk
Creates a new, uninitialized CharChunk object.
CharChunk(int) - Constructor for class org.glassfish.grizzly.http.util.CharChunk
 
CharChunk.CharInputChannel - Interface in org.glassfish.grizzly.http.util
 
CharChunk.CharOutputChannel - Interface in org.glassfish.grizzly.http.util
When we need more space we'll either grow the buffer ( up to the limit ) or send it to a channel.
charset - Variable in class org.glassfish.grizzly.http.util.StringCache.ByteEntry
 
charsetSet - Variable in class org.glassfish.grizzly.http.HttpHeader
Has the charset been explicitly set.
checkEOL(HttpCodecFilter.HeaderParsingState, Buffer) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
checkEOL(HttpCodecFilter.HeaderParsingState, byte[], int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
checkNormalize(CharChunk) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Check that the URI is normalized following character decoding.
checkOverflow(String) - Method in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
checkpoint - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
checkpoint2 - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
Chunk - Interface in org.glassfish.grizzly.http.util
General interface for CharChunk and BufferChunk.
chunkContentStart - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.ContentParsingState
 
chunked(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader.Builder
Set true, if this HttpPacket content will be transferred in chunking mode, or false if case of fixed-length message.
CHUNKED_ENCODING - Static variable in class org.glassfish.grizzly.http.util.Constants
 
ChunkedTransferEncoding - Class in org.glassfish.grizzly.http
Chunked transfer encoding implementation.
ChunkedTransferEncoding(int) - Constructor for class org.glassfish.grizzly.http.ChunkedTransferEncoding
 
chunkingEnabled - Variable in class org.glassfish.grizzly.http.HttpCodecFilter
 
chunkLength - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.ContentParsingState
 
chunkRemainder - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.ContentParsingState
 
clear() - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Clears all header fields.
clearResponse(Connection) - Method in class org.glassfish.grizzly.http.HttpClientFilter
 
client() - Static method in class org.glassfish.grizzly.http.CookiesBuilder
Returns the client-side cookies builder.
client(boolean) - Static method in class org.glassfish.grizzly.http.CookiesBuilder
Returns the client-side cookies builder with the specific "strict cookie version compliance".
clone() - Method in class org.glassfish.grizzly.http.Cookie
Overrides the standard java.lang.Object.clone method to return a copy of this cookie.
codecFilter - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
COLON - Static variable in class org.glassfish.grizzly.http.util.Constants
COLON.
COMMA - Static variable in class org.glassfish.grizzly.http.util.Constants
COMMA.
comment - Variable in class org.glassfish.grizzly.http.Cookie
 
compare(int, int, String) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
compare(ByteChunk, byte[]) - Static method in class org.glassfish.grizzly.http.util.StringCache
Compare given byte chunk with byte array.
compare(CharChunk, char[]) - Static method in class org.glassfish.grizzly.http.util.StringCache
Compare given char chunk with char array.
compareIgnoreCase(int, int, String) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
CONFLICT_409 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
CONINTUE_100 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
CONNECT - Static variable in class org.glassfish.grizzly.http.Method
 
Constants - Class in org.glassfish.grizzly.http.util
Constants.
Constants() - Constructor for class org.glassfish.grizzly.http.util.Constants
 
contains(Header) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
 
contains(String) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
 
containsCTL(String, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
containsHeader(String) - Method in class org.glassfish.grizzly.http.HttpHeader
Returns true, if the mime header with the specific name is present among the HttpHeader mime headers, or false otherwise.
containsHeader(Header) - Method in class org.glassfish.grizzly.http.HttpHeader
Returns true, if the mime Header is present among the HttpHeader mime headers, otherwise returns false.
containsHeader(String) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
 
containsHeader(Header) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
 
containsHeader(String) - Method in class org.glassfish.grizzly.http.HttpTrailer
Returns true, if the mime header with the specific name is present among the HttpHeader mime headers, or false otherwise.
containsHeader(Header) - Method in class org.glassfish.grizzly.http.HttpTrailer
Returns true, if the mime Header is present among the HttpHeader mime headers, otherwise returns false.
containsHeader(String) - Method in interface org.glassfish.grizzly.http.MimeHeadersPacket
Returns true, if the mime header with the specific name is present among the HttpHeader mime headers, or false otherwise.
containsHeader(Header) - Method in interface org.glassfish.grizzly.http.MimeHeadersPacket
Returns true, if the mime Header is present among the HttpHeader mime headers, otherwise returns false.
content(Buffer) - Method in class org.glassfish.grizzly.http.HttpContent.Builder
Set the HttpContent chunk content Buffer.
content - Variable in class org.glassfish.grizzly.http.HttpContent
 
ContentEncoding - Interface in org.glassfish.grizzly.http
Abstraction, which represents HTTP content-encoding.
ContentEncodingException - Exception in org.glassfish.grizzly.http
 
ContentEncodingException() - Constructor for exception org.glassfish.grizzly.http.ContentEncodingException
 
ContentEncodingException(String) - Constructor for exception org.glassfish.grizzly.http.ContentEncodingException
 
ContentEncodingException(Throwable) - Constructor for exception org.glassfish.grizzly.http.ContentEncodingException
 
ContentEncodingException(String, Throwable) - Constructor for exception org.glassfish.grizzly.http.ContentEncodingException
 
contentEncodings - Variable in class org.glassfish.grizzly.http.HttpCodecFilter
 
contentLength(long) - Method in class org.glassfish.grizzly.http.HttpHeader.Builder
Set the content-length of this HttpPacket.
contentLength - Variable in class org.glassfish.grizzly.http.HttpHeader
 
contentLengthHeadersCount - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
contentLengthsDiffer - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
contentType(String) - Method in class org.glassfish.grizzly.http.HttpHeader.Builder
Set the content-type of this HttpPacket.
contentType - Variable in class org.glassfish.grizzly.http.HttpHeader
 
ContentType - Class in org.glassfish.grizzly.http.util
Useful methods for Content-Type processing
ContentType() - Constructor for class org.glassfish.grizzly.http.util.ContentType
 
convert(ByteChunk, CharChunk) - Method in class org.glassfish.grizzly.http.util.B2CConverter
Convert a buffer of bytes into a chars
convert(ByteChunk, CharChunk, int) - Method in class org.glassfish.grizzly.http.util.B2CConverter
 
convert(ByteChunk, CharChunk) - Method in class org.glassfish.grizzly.http.util.B2CConverterBlocking
Deprecated. 
convert(ByteChunk, CharChunk, int) - Method in class org.glassfish.grizzly.http.util.B2CConverterBlocking
 
convert(char[], int, int) - Method in class org.glassfish.grizzly.http.util.C2BConverter
Generate the bytes using the specified encoding
convert(String) - Method in class org.glassfish.grizzly.http.util.C2BConverter
Generate the bytes using the specified encoding
convert(String, int, int) - Method in class org.glassfish.grizzly.http.util.C2BConverter
Generate the bytes using the specified encoding
convert(char) - Method in class org.glassfish.grizzly.http.util.C2BConverter
Generate the bytes using the specified encoding
convert(MessageBytes) - Method in class org.glassfish.grizzly.http.util.C2BConverter
Convert a message bytes chars to bytes
convert(String) - Static method in class org.glassfish.grizzly.http.util.HexUtils
Convert a String of hexadecimal digits into the corresponding byte array by encoding each two hexadecimal digits as a byte.
convert(byte[]) - Static method in class org.glassfish.grizzly.http.util.HexUtils
Convert a byte array into a printable format containing a String of hexadecimal digit characters (two per byte).
convert(ByteChunk) - Method in class org.glassfish.grizzly.http.util.UDecoder
URLDecode, will modify the source.
convert(ByteChunk, boolean) - Method in class org.glassfish.grizzly.http.util.UDecoder
URLDecode the ByteChunk
convert(ByteChunk, boolean, boolean) - Static method in class org.glassfish.grizzly.http.util.UDecoder
URLDecode the ByteChunk
convert(CharChunk) - Method in class org.glassfish.grizzly.http.util.UDecoder
In-buffer processing - the buffer will be modified Includes converting '+' to ' '.
convert(CharChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.UDecoder
In-buffer processing - the buffer will be modified
convert(MessageBytes) - Method in class org.glassfish.grizzly.http.util.UDecoder
URLDecode, will modify the source Includes converting '+' to ' '.
convert(MessageBytes, boolean) - Method in class org.glassfish.grizzly.http.util.UDecoder
URLDecode, will modify the source
convert(MessageBytes, boolean, boolean) - Static method in class org.glassfish.grizzly.http.util.UDecoder
URLDecode, will modify the source
convert(String) - Static method in class org.glassfish.grizzly.http.util.UDecoder
 
convert(String, boolean) - Static method in class org.glassfish.grizzly.http.util.UDecoder
 
convert(ByteChunk, CharChunk) - Method in class org.glassfish.grizzly.http.util.UTF8Decoder
 
convert(Buffer, int, char[], int, int) - Method in class org.glassfish.grizzly.http.util.UTF8Decoder
Converts the Buffer to char[] using UTF8 encoding.
convert(byte[], int, char[], int, int) - Method in class org.glassfish.grizzly.http.util.UTF8Decoder
Converts the Buffer to char[] using UTF8 encoding.
convert2Int(byte[]) - Static method in class org.glassfish.grizzly.http.util.HexUtils
Convert 4 hex digits to an int, and return the number of converted bytes.
convertASCII(MessageBytes) - Static method in class org.glassfish.grizzly.http.util.B2CConverter
Character conversion of a US-ASCII MessageBytes.
convertASCII(MessageBytes) - Static method in class org.glassfish.grizzly.http.util.B2CConverterBlocking
Character conversion of a US-ASCII MessageBytes.
convertMB(MessageBytes) - Method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Character conversion of the a US-ASCII MessageBytes.
convertQValueToFloat(DataChunk, int, int) - Static method in class org.glassfish.grizzly.http.util.HttpUtils
 
convertQValueToFloat(Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.HttpUtils
 
convertQValueToFloat(String, int, int) - Static method in class org.glassfish.grizzly.http.util.HttpUtils
 
convertQValueToFloat(char[], int, int) - Static method in class org.glassfish.grizzly.http.util.HttpUtils
 
convertToBytes(String) - Static method in class org.glassfish.grizzly.http.util.ByteChunk
Convert specified String to a byte array.
convertToChars(DataChunk, Charset) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Converts the normalized the HTTP request represented by the bytes inside DataChunk to chars representation, using the passed encoding.
Cookie - Class in org.glassfish.grizzly.http
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.
Cookie() - Constructor for class org.glassfish.grizzly.http.Cookie
 
Cookie(String, String) - Constructor for class org.glassfish.grizzly.http.Cookie
Constructs a cookie with a specified name and value.
COOKIE_VERSION_ONE_STRICT_COMPLIANCE - Static variable in class org.glassfish.grizzly.http.util.CookieUtils
If set to true, then it will double quote the value and update cookie version when there is special characters.
CookieParserUtils - Class in org.glassfish.grizzly.http.util
The set of Cookie utility methods for cookie parsing.
CookieParserUtils() - Constructor for class org.glassfish.grizzly.http.util.CookieParserUtils
 
Cookies - Class in org.glassfish.grizzly.http
A collection of cookies - reusable and tuned for server side performance.
Cookies() - Constructor for class org.glassfish.grizzly.http.Cookies
 
cookies - Variable in class org.glassfish.grizzly.http.CookiesBuilder.AbstractCookiesBuilder
 
CookiesBuilder - Class in org.glassfish.grizzly.http
Cookies builder, which could be used to construct a set of cookies, either client or server.
CookiesBuilder() - Constructor for class org.glassfish.grizzly.http.CookiesBuilder
 
CookiesBuilder.AbstractCookiesBuilder<E extends CookiesBuilder.AbstractCookiesBuilder> - Class in org.glassfish.grizzly.http
 
CookiesBuilder.AbstractCookiesBuilder(boolean) - Constructor for class org.glassfish.grizzly.http.CookiesBuilder.AbstractCookiesBuilder
 
CookiesBuilder.ClientCookiesBuilder - Class in org.glassfish.grizzly.http
 
CookiesBuilder.ClientCookiesBuilder(boolean) - Constructor for class org.glassfish.grizzly.http.CookiesBuilder.ClientCookiesBuilder
 
CookiesBuilder.ServerCookiesBuilder - Class in org.glassfish.grizzly.http
 
CookiesBuilder.ServerCookiesBuilder(boolean) - Constructor for class org.glassfish.grizzly.http.CookiesBuilder.ServerCookiesBuilder
 
CookieSerializerUtils - Class in org.glassfish.grizzly.http.util
The set of Cookie utility methods for cookie serialization.
CookieSerializerUtils() - Constructor for class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
CookieUtils - Class in org.glassfish.grizzly.http.util
The general set of Cookie utility methods.
CookieUtils() - Constructor for class org.glassfish.grizzly.http.util.CookieUtils
 
copyBytes(byte[], int, int, int) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Copy an array of bytes to a different position.
CR - Static variable in class org.glassfish.grizzly.http.util.Constants
CR.
create() - Static method in class org.glassfish.grizzly.http.HttpBrokenContent
 
create(HttpHeader) - Static method in class org.glassfish.grizzly.http.HttpBrokenContent
 
create() - Static method in class org.glassfish.grizzly.http.HttpContent
 
create(HttpHeader) - Static method in class org.glassfish.grizzly.http.HttpContent
 
create() - Static method in class org.glassfish.grizzly.http.HttpTrailer
 
create(HttpHeader) - Static method in class org.glassfish.grizzly.http.HttpTrailer
 
create(HttpContent, Buffer) - Static method in class org.glassfish.grizzly.http.ParsingResult
 
create() - Static method in class org.glassfish.grizzly.http.util.CacheableDataChunk
 
CREATED_201 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
createJmxManagementObject() - Method in class org.glassfish.grizzly.http.HttpCodecFilter
 
createJmxManagementObject() - Method in class org.glassfish.grizzly.http.KeepAlive
 
createNote(String) - Static method in class org.glassfish.grizzly.http.HttpRequestPacket
Create a named Note associated with this Request.
currentDate - Static variable in class org.glassfish.grizzly.http.util.FastHttpDateFormat
Current formatted date.
CUSTOM(String) - Static method in class org.glassfish.grizzly.http.Method
 
CUSTOM(String, Method.PayloadExpectation) - Static method in class org.glassfish.grizzly.http.Method
 
customizeErrorResponse(HttpResponsePacket) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 

D

DataChunk - Class in org.glassfish.grizzly.http.util
Buffer chunk representation.
DataChunk() - Constructor for class org.glassfish.grizzly.http.util.DataChunk
 
DataChunk(ByteChunk, BufferChunk, CharChunk, String) - Constructor for class org.glassfish.grizzly.http.util.DataChunk
 
DataChunk.Type - Enum in org.glassfish.grizzly.http.util
 
decode(Connection, HttpContent) - Method in interface org.glassfish.grizzly.http.ContentEncoding
Decode HTTP packet content represented by HttpContent.
decode(Connection, HttpContent) - Method in class org.glassfish.grizzly.http.GZipContentEncoding
 
decode(Connection, HttpContent) - Method in class org.glassfish.grizzly.http.LZMAContentEncoding
 
decode(char[]) - Static method in class org.glassfish.grizzly.http.util.Base64Utils
Decodes a BASE64 encoded char array.
decode(byte[]) - Static method in class org.glassfish.grizzly.http.util.Base64Utils
Decodes a BASE64 encoded byte array.
decode(String) - Static method in class org.glassfish.grizzly.http.util.Base64Utils
Decodes a BASE64 encoded String.
decode(MessageBytes, UDecoder) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Decode the http request represented by the bytes inside MessageBytes using an UDecoder.
decode(MessageBytes, UDecoder, String, B2CConverter) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Decode the HTTP request represented by the bytes inside MessageBytes using an UDecoder, using the specified encoding, using the specified [@link B2CConverter} to decode the request.
decode(DataChunk) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Decode the HTTP request represented by the bytes inside DataChunk.
decode(DataChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Decode the HTTP request represented by the bytes inside DataChunk.
decode(DataChunk, boolean, Charset) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Decode the HTTP request represented by the bytes inside DataChunk.
decode(DataChunk, DataChunk, boolean, Charset) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Decode the HTTP request represented by the bytes inside DataChunk.
decode(DataChunk) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
 
decode(DataChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the DataChunk
decode(DataChunk, DataChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the DataChunk
decode(DataChunk, DataChunk, boolean, String) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the DataChunk
decode(ByteChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the ByteChunk
decode(ByteChunk, ByteChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the ByteChunk
decode(BufferChunk, ByteChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the BufferChunk
decode(ByteChunk, BufferChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the ByteChunk
decode(BufferChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the BufferChunk
decode(BufferChunk, BufferChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the BufferChunk
decode(CharChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the CharChunk
decode(CharChunk, CharChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the CharChunk
decode(CharChunk, CharChunk, boolean, String) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the CharChunk
decode(String) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the String
decode(String, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the String
decode(String, boolean, String) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the String
decodeAscii(DataChunk, DataChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the DataChunk
decodeAscii(CharChunk, CharChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the CharChunk
decodeAscii(String, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
 
decodeFast(char[]) - Static method in class org.glassfish.grizzly.http.util.Base64Utils
Decodes a BASE64 encoded char array that is known to be reasonably well formatted.
decodeFast(byte[]) - Static method in class org.glassfish.grizzly.http.util.Base64Utils
Decodes a BASE64 encoded byte array that is known to be reasonably well formatted.
decodeFast(String) - Static method in class org.glassfish.grizzly.http.util.Base64Utils
Decodes a BASE64 encoded string that is known to be reasonably well formatted.
decodeHttpPacket(FilterChainContext, HttpPacketParsing, Buffer) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
 
decodeHttpPacketFromBuffer(FilterChainContext, HttpPacketParsing, Buffer) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
 
decodeHttpPacketFromBytes(FilterChainContext, HttpPacketParsing, Buffer) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
 
DEFAULT_CHARSET - Static variable in class org.glassfish.grizzly.http.util.ByteChunk
Default encoding used to convert to strings.
DEFAULT_CHARSET - Static variable in class org.glassfish.grizzly.http.util.Parameters
 
DEFAULT_ENCODING - Static variable in class org.glassfish.grizzly.http.util.Parameters
 
DEFAULT_HEADER_SIZE - Static variable in class org.glassfish.grizzly.http.util.MimeHeaders
Initial size - should be == average number of headers per request XXX make it configurable ( fine-tuning of web-apps )
DEFAULT_HTTP_CHARACTER_ENCODING - Static variable in class org.glassfish.grizzly.http.util.Constants
Default HTTP character encoding TODO Grizzly 2.0, by default, parsed the request URI using UTF-8.
DEFAULT_HTTP_CHARSET - Static variable in class org.glassfish.grizzly.http.util.CharChunk
Default encoding used to convert to strings.
DEFAULT_HTTP_CHARSET - Static variable in class org.glassfish.grizzly.http.util.Constants
Default HTTP Charset
DEFAULT_IN_BUFFER_SIZE - Static variable in class org.glassfish.grizzly.http.GZipContentEncoding
 
DEFAULT_MAX_HTTP_PACKET_HEADER_SIZE - Static variable in class org.glassfish.grizzly.http.HttpCodecFilter
 
DEFAULT_MAX_KEEP_ALIVE - Static variable in class org.glassfish.grizzly.http.util.Constants
Default max keep-alive count.
DEFAULT_OUT_BUFFER_SIZE - Static variable in class org.glassfish.grizzly.http.GZipContentEncoding
 
DEFAULT_RESPONSE_TYPE - Static variable in class org.glassfish.grizzly.http.util.Constants
The default response-type
DELETE - Static variable in class org.glassfish.grizzly.http.Method
 
delete(int, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
delete(int, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
delete(int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
delete(int, int) - Method in interface org.glassfish.grizzly.http.util.Chunk
 
delete(int, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
 
domain - Variable in class org.glassfish.grizzly.http.Cookie
 
duplicate(DataChunk) - Method in class org.glassfish.grizzly.http.util.DataChunk
Copy the src into this DataChunk, allocating more space if needed
duplicate(MessageBytes) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Copy the src into this MessageBytes, allocating more space if needed

E

enc - Variable in class org.glassfish.grizzly.http.util.C2BConverter
 
encode(Connection, HttpContent) - Method in interface org.glassfish.grizzly.http.ContentEncoding
Encode HTTP packet content represented by HttpContent.
encode(Connection, HttpContent) - Method in class org.glassfish.grizzly.http.GZipContentEncoding
 
encode(Connection, HttpContent) - Method in class org.glassfish.grizzly.http.LZMAContentEncoding
 
encodeHttpPacket(FilterChainContext, HttpPacket) - Method in class org.glassfish.grizzly.http.HttpClientFilter
 
encodeHttpPacket(FilterChainContext, HttpPacket) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
 
encodeHttpPacket(FilterChainContext, HttpHeader, HttpContent, boolean) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
 
encodeHttpPacket(FilterChainContext, HttpPacket) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
encodeKnownHeaders(MemoryManager, Buffer, HttpHeader) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
 
encodeMimeHeader(MemoryManager, Buffer, DataChunk, DataChunk, boolean) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
 
encodeMimeHeaders(MemoryManager, Buffer, MimeHeaders) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
 
encoder - Variable in class org.glassfish.grizzly.http.util.C2BConverter
 
encodeToByte(byte[], boolean) - Static method in class org.glassfish.grizzly.http.util.Base64Utils
Encodes a raw byte array into a BASE64 byte[] representation i accordance with RFC 2045.
encodeToChar(byte[], boolean) - Static method in class org.glassfish.grizzly.http.util.Base64Utils
Encodes a raw byte array into a BASE64 char[] representation i accordance with RFC 2045.
encodeToString(byte[], boolean) - Static method in class org.glassfish.grizzly.http.util.Base64Utils
Encodes a raw byte array into a BASE64 String representation i accordance with RFC 2045.
encodeURL(String) - Method in class org.glassfish.grizzly.http.util.UEncoder
Utility funtion to re-encode the URL.
encodeURL(String, boolean) - Method in class org.glassfish.grizzly.http.util.UEncoder
Utility function to re-encode the URL.
EncodingFilter - Interface in org.glassfish.grizzly.http
 
ensureCapacity(int) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
equals(Object) - Method in class org.glassfish.grizzly.http.GZipContentEncoding
 
equals(Object) - Method in class org.glassfish.grizzly.http.LZMAContentEncoding
 
equals(CharSequence) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
equals(Object) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
equals(String) - Method in class org.glassfish.grizzly.http.util.ByteChunk
Compares the message bytes to the specified String object.
equals(ByteChunk) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
equals(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
equals(CharChunk) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
equals(char[], int, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
equals(Object) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
equals(CharSequence) - Method in class org.glassfish.grizzly.http.util.CharChunk
Compares the message bytes to the specified String object.
equals(CharChunk) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
equals(char[], int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
equals(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
equals(String, byte[], int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
equals(String, Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
equals(String, String, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
equals(String) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the message bytes to the specified String object.
equals(String) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Compares the message bytes to the specified String object.
equals(Object) - Method in class org.glassfish.grizzly.http.util.MessageBytes
 
equals(Object) - Method in class org.glassfish.grizzly.http.util.StringCache.ByteEntry
 
equals(Object) - Method in class org.glassfish.grizzly.http.util.StringCache.CharEntry
 
equalsIgnoreCase(CharSequence) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
equalsIgnoreCase(byte[]) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
equalsIgnoreCase(String) - Method in class org.glassfish.grizzly.http.util.ByteChunk
Compares the message bytes to the specified String object.
equalsIgnoreCase(byte[]) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
equalsIgnoreCase(CharSequence) - Method in class org.glassfish.grizzly.http.util.CharChunk
Compares the message bytes to the specified String object.
equalsIgnoreCase(byte[]) - Method in class org.glassfish.grizzly.http.util.CharChunk
Compares the message bytes to the specified byte array representing ASCII characters.
equalsIgnoreCase(String, Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
equalsIgnoreCase(String, byte[], int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
equalsIgnoreCase(String, String, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
equalsIgnoreCase(String) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the message bytes to the specified String object.
equalsIgnoreCase(byte[]) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the message bytes to the specified String object.
equalsIgnoreCase(String) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Compares the message bytes to the specified String object.
equalsIgnoreCaseLowerCase(byte[]) - Method in class org.glassfish.grizzly.http.util.BufferChunk
Compares the buffer chunk to the specified byte array representing lower-case ASCII characters.
equalsIgnoreCaseLowerCase(Buffer, int, int, byte[]) - Static method in class org.glassfish.grizzly.http.util.BufferChunk
Compares the buffer chunk to the specified byte array representing lower-case ASCII characters.
equalsIgnoreCaseLowerCase(byte[]) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
equalsIgnoreCaseLowerCase(byte[], int, int, byte[]) - Static method in class org.glassfish.grizzly.http.util.ByteChunk
Compares the buffer chunk to the specified byte array representing lower-case ASCII characters.
equalsIgnoreCaseLowerCase(byte[]) - Method in class org.glassfish.grizzly.http.util.CharChunk
Compares the char chunk to the specified byte array representing lower-case ASCII characters.
equalsIgnoreCaseLowerCase(byte[]) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the data chunk to the specified byte array representing lower-case ASCII characters.
error(HttpBrokenContentException) - Method in class org.glassfish.grizzly.http.HttpBrokenContent.Builder
Set the exception.
error(Throwable) - Method in class org.glassfish.grizzly.http.HttpBrokenContent.Builder
Set the exception.
error(String) - Method in class org.glassfish.grizzly.http.HttpBrokenContent.Builder
Set the exception.
error(String, Throwable) - Method in class org.glassfish.grizzly.http.HttpBrokenContent.Builder
Set the exception.
EXPECTATION_FAILED_417 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
extractContentEncoding(DataChunk) - Method in class org.glassfish.grizzly.http.HttpHeader
Obtain content-encoding value and mark it as serialized.

F

FastDateFormat - Class in org.glassfish.grizzly.http.util
Fast date formatter that caches recently formatted date information and uses it to avoid too-frequent calls to the underlying formatter.
FastDateFormat(DateFormat) - Constructor for class org.glassfish.grizzly.http.util.FastDateFormat
 
FastHttpDateFormat - Class in org.glassfish.grizzly.http.util
Utility class to generate HTTP dates.
FastHttpDateFormat() - Constructor for class org.glassfish.grizzly.http.util.FastHttpDateFormat
 
filter(DataChunk) - Static method in class org.glassfish.grizzly.http.util.HttpStatus
Filter the specified message string for characters that are sensitive in HTML.
filter(String) - Static method in class org.glassfish.grizzly.http.util.HttpStatus
Filter the specified message string for characters that are sensitive in HTML.
filter(String) - Static method in class org.glassfish.grizzly.http.util.HttpUtils
Filter the specified message string for characters that are sensitive in HTML.
find(String) - Static method in enum org.glassfish.grizzly.http.util.Header
Attempts to find a HTTP header by it's standard textual definition which may differ from value value returned by Enum.name.
find(ByteChunk) - Static method in class org.glassfish.grizzly.http.util.StringCache
Find an entry given its name in the cache and return the associated String.
find(CharChunk) - Static method in class org.glassfish.grizzly.http.util.StringCache
Find an entry given its name in the cache and return the associated String.
findByName(String) - Method in class org.glassfish.grizzly.http.Cookies
 
findBytesAscii(byte[]) - Method in class org.glassfish.grizzly.http.util.BufferChunk
Returns the starting index of the specified byte sequence within this Buffer.
findChar(byte[], int, int, char) - Static method in class org.glassfish.grizzly.http.util.ByteChunk
Find a character, no side effects.
findChars(byte[], int, int, byte[]) - Static method in class org.glassfish.grizzly.http.util.ByteChunk
Find a character, no side effects.
findClosest(ByteChunk, StringCache.ByteEntry[], int) - Static method in class org.glassfish.grizzly.http.util.StringCache
Find an entry given its name in a sorted array of map elements.
findClosest(CharChunk, StringCache.CharEntry[], int) - Static method in class org.glassfish.grizzly.http.util.StringCache
Find an entry given its name in a sorted array of map elements.
findEOL(HttpCodecFilter.HeaderParsingState, Buffer) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
findEOL(HttpCodecFilter.HeaderParsingState, byte[], int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
findNotChars(byte[], int, int, byte[]) - Static method in class org.glassfish.grizzly.http.util.ByteChunk
Find the first character != c
findSpace(Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
findSpace(byte[], int, int, int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
FixedLengthTransferEncoding - Class in org.glassfish.grizzly.http
Fixed length transfer encoding implementation.
FixedLengthTransferEncoding() - Constructor for class org.glassfish.grizzly.http.FixedLengthTransferEncoding
 
FLUSH_AND_CLOSE_HANDLER - Static variable in class org.glassfish.grizzly.http.HttpCodecFilter
 
flushAndClose(FilterChainContext) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
Flush the FilterChainContext and close the associated Connection.
flushBuffer() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
flushBuffer() - Method in class org.glassfish.grizzly.http.util.C2BConverter
Flush any internal buffers into the ByteOutput or the internal byte[]
flushBuffer() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
FORBIDDEN_403 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
FORM_POST_CONTENT_TYPE - Static variable in class org.glassfish.grizzly.http.util.Constants
 
format(Date, StringBuffer, FieldPosition) - Method in class org.glassfish.grizzly.http.util.FastDateFormat
Note: breaks functionality of fieldPosition param.
format(Date, StringBuilder, FieldPosition) - Method in class org.glassfish.grizzly.http.util.FastDateFormat
Note: breaks functionality of fieldPosition param.
formatCache - Static variable in class org.glassfish.grizzly.http.util.FastHttpDateFormat
Formatter cache.
formatDate(long, DateFormat) - Static method in class org.glassfish.grizzly.http.util.FastHttpDateFormat
Get the HTTP format of the specified date.
http spec only requre second precision http://tools.ietf.org/html/rfc2616#page-20
therefore we dont use the millisecond precision , but second .
FORMATS - Static variable in class org.glassfish.grizzly.http.util.FastHttpDateFormat
ThreadLocal for the set of SimpleDateFormat formats to use in getDateHeader().
FOUND_302 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 

G

GATEWAY_TIMEOUT_504 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
get() - Method in class org.glassfish.grizzly.http.Cookies
 
GET - Static variable in class org.glassfish.grizzly.http.Method
 
getAccessCount() - Static method in class org.glassfish.grizzly.http.util.StringCache
 
getAliases() - Method in interface org.glassfish.grizzly.http.ContentEncoding
Get the ContentEncoding aliases.
getAliases() - Method in class org.glassfish.grizzly.http.GZipContentEncoding
 
getAliases() - Method in class org.glassfish.grizzly.http.LZMAContentEncoding
 
getAndSetSerialized(int, boolean) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Set the header's "serialized" flag and return the prev.
getAttribute(String) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Return the specified request attribute if it exists; otherwise, return null.
getAttributeNames() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Return the names of all request attributes for this Request, or an empty Set if there are none.
getAttributes() - Method in class org.glassfish.grizzly.http.HttpHeader
getBuffer() - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
getBuffer() - Method in class org.glassfish.grizzly.http.util.ByteChunk
Returns the message bytes.
getBuffer() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
getBufferChunk() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
getByteChunk() - Method in class org.glassfish.grizzly.http.util.C2BConverter
 
getByteChunk() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
getByteChunk() - Method in class org.glassfish.grizzly.http.util.MessageBytes
Returns the byte chunk, representing the byte[] and offset/length.
getByteEnabled() - Static method in class org.glassfish.grizzly.http.util.StringCache
 
getBytes() - Method in class org.glassfish.grizzly.http.util.ByteChunk
Returns the message bytes.
getBytes() - Method in enum org.glassfish.grizzly.http.util.Header
Returns the byte representation of this header encoded using ISO-8859-1.
getCacheSize() - Static method in class org.glassfish.grizzly.http.util.StringCache
 
getCharacterEncoding() - Method in class org.glassfish.grizzly.http.HttpHeader
 
getCharChunk() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
getCharChunk() - Method in class org.glassfish.grizzly.http.util.MessageBytes
Returns the char chunk, representing the char[] and offset/length.
getCharEnabled() - Static method in class org.glassfish.grizzly.http.util.StringCache
 
getChars() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
getCharset() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
getCharsetFromContentType(String) - Static method in class org.glassfish.grizzly.http.util.ContentType
Parse the character encoding from the specified content type header.
getClone() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
getClone() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
getClone() - Method in class org.glassfish.grizzly.http.util.MessageBytes
 
getComment() - Method in class org.glassfish.grizzly.http.Cookie
Returns the comment describing the purpose of this cookie, or null if the cookie has no comment.
getComment() - Method in class org.glassfish.grizzly.http.LazyCookieState
 
getConnection() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
getConnectionsCount() - Method in class org.glassfish.grizzly.http.jmx.KeepAlive
 
getContent() - Method in class org.glassfish.grizzly.http.HttpBrokenContent
Get the HTTP message content Buffer.
getContent() - Method in class org.glassfish.grizzly.http.HttpContent
Get the HTTP message content Buffer.
getContentEncodings() - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Gets registered ContentEncodings.
getContentEncodings(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
 
getContentEncodings() - Method in class org.glassfish.grizzly.http.HttpHeader
 
getContentLanguage() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
 
getContentLength() - Method in class org.glassfish.grizzly.http.HttpHeader
Get the content-length of this HttpPacket.
getContentParsingState() - Method in interface org.glassfish.grizzly.http.HttpPacketParsing
 
getContentType() - Method in class org.glassfish.grizzly.http.HttpHeader
 
getCookieHeaderName() - Method in class org.glassfish.grizzly.http.Cookie
Return the header name to set the cookie, based on cookie version.
getCookieHeaderName(int) - Static method in class org.glassfish.grizzly.http.Cookie
Return the header name to set the cookie, based on cookie version.
getCreationTime() - Method in class org.glassfish.grizzly.http.util.TimeStamp
 
getCurrentDate() - Static method in class org.glassfish.grizzly.http.util.FastHttpDateFormat
Get the current date in HTTP format.
getCurrentSet() - Method in class org.glassfish.grizzly.http.util.Parameters
 
getDecBytes() - Static method in class org.glassfish.grizzly.http.util.HexUtils
 
getDecodedRequestURIBC() - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
getDecodedRequestURIBC(boolean) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
getDecodedRequestURIBC(boolean, Charset) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
getDecodedURI() - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
getDecodedURI(boolean) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
getDecodedURI(boolean, Charset) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
getDefaultResponseContentType() - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
getDefaultURIEncoding() - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
getDomain() - Method in class org.glassfish.grizzly.http.Cookie
Returns the domain name set for this cookie.
getDomain() - Method in class org.glassfish.grizzly.http.LazyCookieState
 
getEncoding() - Method in class org.glassfish.grizzly.http.util.C2BConverter
 
getEncoding() - Method in class org.glassfish.grizzly.http.util.Parameters
 
getEnd() - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
getEnd() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
getEnd() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
getEnd() - Method in interface org.glassfish.grizzly.http.util.Chunk
 
getEnd() - Method in class org.glassfish.grizzly.http.util.DataChunk
Returns the DataChunk end position.
getException() - Method in class org.glassfish.grizzly.http.HttpBrokenContent
Returns HttpBrokenContentException, which describes the error.
getGzipAliases() - Static method in class org.glassfish.grizzly.http.GZipContentEncoding
 
getHeader(String) - Method in class org.glassfish.grizzly.http.HttpHeader
Get the value, of the specific HTTP mime header.
getHeader(Header) - Method in class org.glassfish.grizzly.http.HttpHeader
Get the value, of the specific HTTP mime header.
getHeader(String) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
 
getHeader(Header) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
 
getHeader(String) - Method in class org.glassfish.grizzly.http.HttpTrailer
Get the value, of the specific HTTP mime header.
getHeader(Header) - Method in class org.glassfish.grizzly.http.HttpTrailer
Get the value, of the specific HTTP mime header.
getHeader(String) - Method in interface org.glassfish.grizzly.http.MimeHeadersPacket
Get the value, of the specific HTTP mime header.
getHeader(Header) - Method in interface org.glassfish.grizzly.http.MimeHeadersPacket
Get the value, of the specific HTTP mime header.
getHeader(String) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
 
getHeader(Header) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
 
getHeaderParsingState() - Method in interface org.glassfish.grizzly.http.HttpPacketParsing
 
getHeaders() - Method in class org.glassfish.grizzly.http.HttpHeader
Get all MimeHeaders, associated with the HttpHeader.
getHeaders() - Method in interface org.glassfish.grizzly.http.HttpPacketParsing
 
getHeaders() - Method in class org.glassfish.grizzly.http.HttpTrailer
Get all MimeHeaders, associated with the HttpHeader.
getHeaders() - Method in interface org.glassfish.grizzly.http.MimeHeadersPacket
Get all MimeHeaders, associated with the HttpHeader.
getHitCount() - Static method in class org.glassfish.grizzly.http.util.StringCache
 
getHitsCount() - Method in class org.glassfish.grizzly.http.jmx.KeepAlive
 
getHttpCodecErrorCount() - Method in class org.glassfish.grizzly.http.jmx.HttpCodecFilter
 
getHttpContent() - Method in class org.glassfish.grizzly.http.ParsingResult
 
getHttpHeader() - Method in class org.glassfish.grizzly.http.HttpContent
Get the HTTP message header, associated with this content.
getHttpStatus() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Gets the HTTP status for this response.
getHttpStatus(int) - Static method in class org.glassfish.grizzly.http.util.HttpStatus
 
getId() - Method in class org.glassfish.grizzly.http.util.TimeStamp
Each object can have an unique id, similar with name but providing faster access ( array vs.
getIdleTimeoutInSeconds() - Method in class org.glassfish.grizzly.http.jmx.KeepAlive
 
getIdleTimeoutInSeconds() - Method in class org.glassfish.grizzly.http.KeepAlive
 
getInstance(ByteChunk, String) - Static method in class org.glassfish.grizzly.http.util.C2BConverter
 
getInt() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
getInt() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
getInt() - Method in class org.glassfish.grizzly.http.util.MessageBytes
Convert the buffer to an int, cache the value
getJmxName() - Method in class org.glassfish.grizzly.http.jmx.HttpCodecFilter
getJmxName() - Method in class org.glassfish.grizzly.http.jmx.KeepAlive
getLastAccessedTime() - Method in class org.glassfish.grizzly.http.util.TimeStamp
 
getLazyCookieState() - Method in class org.glassfish.grizzly.http.Cookie
 
getLength() - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
getLength() - Method in class org.glassfish.grizzly.http.util.ByteChunk
Returns the length of the bytes.
getLength() - Method in class org.glassfish.grizzly.http.util.CharChunk
Returns the length of the bytes.
getLength() - Method in interface org.glassfish.grizzly.http.util.Chunk
 
getLength() - Method in class org.glassfish.grizzly.http.util.DataChunk
Returns the DataChunk length.
getLength() - Method in class org.glassfish.grizzly.http.util.MessageBytes
Returns the length of the original buffer.
getLimit() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
getLimit() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
getLocalAddress() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
getLocale() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
 
getLocalHost() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
getLocalName() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
getLocalPort() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
getLong() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
getLong() - Method in class org.glassfish.grizzly.http.util.MessageBytes
Convert the buffer to an long, cache the value
getLongAsBuffer(MemoryManager, long) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
getLowerCaseBytes() - Method in enum org.glassfish.grizzly.http.util.Header
Returns the lower-case byte representation of this header encoded using ISO-8859-1.
getLzmaAliases() - Static method in class org.glassfish.grizzly.http.LZMAContentEncoding
 
getMajorVersion() - Method in enum org.glassfish.grizzly.http.Protocol
 
getManager(String, ClassLoader) - Static method in class org.glassfish.grizzly.http.util.StringManager
Get the StringManager for a particular package.
getManager(ResourceBundle) - Static method in class org.glassfish.grizzly.http.util.StringManager
Get the StringManager for a particular package.
getManager(String, Locale, ClassLoader) - Static method in class org.glassfish.grizzly.http.util.StringManager
Get the StringManager for a particular package and Locale.
getMaxAge() - Method in class org.glassfish.grizzly.http.Cookie
Returns the maximum age of the cookie, specified in seconds, By default, -1 indicating the cookie will persist until browser shutdown.
getMaxInactiveInterval() - Method in class org.glassfish.grizzly.http.util.TimeStamp
Inactive interval in millis - the time is computed in millis, convert to secs in the upper layer
getMaxNumHeaders() - Method in class org.glassfish.grizzly.http.util.MimeHeaders
 
getMaxRequestsCount() - Method in class org.glassfish.grizzly.http.jmx.KeepAlive
 
getMaxRequestsCount() - Method in class org.glassfish.grizzly.http.KeepAlive
 
getMethod() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Get the HTTP request method.
getMethodBytes() - Method in class org.glassfish.grizzly.http.Method
 
getMethodDC() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Get the HTTP request method as DataChunk (avoiding creation of a String object).
getMethodString() - Method in class org.glassfish.grizzly.http.Method
 
getMinorVersion() - Method in enum org.glassfish.grizzly.http.Protocol
 
getMonitoringConfig() - Method in class org.glassfish.grizzly.http.HttpCodecFilter
getMonitoringConfig() - Method in class org.glassfish.grizzly.http.KeepAlive
getName() - Method in interface org.glassfish.grizzly.http.ContentEncoding
Get the ContentEncoding name.
getName() - Method in class org.glassfish.grizzly.http.Cookie
Returns the name of the cookie.
getName() - Method in class org.glassfish.grizzly.http.GZipContentEncoding
 
getName() - Method in class org.glassfish.grizzly.http.LazyCookieState
 
getName() - Method in class org.glassfish.grizzly.http.LZMAContentEncoding
 
getName(int) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Returns the Nth header name, or null if there is no such header.
getName() - Method in class org.glassfish.grizzly.http.util.TimeStamp
Return the "name" of the timestamp.
getNextUnusedCookie() - Method in class org.glassfish.grizzly.http.Cookies
 
getNote(Note<E>) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Return the Note value associated with this Request, or null if no such binding exists.
getNoteNames() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Return a Set containing the String names of all note bindings that exist for this request.
getOffset() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
getOriginalRequestURIBC() - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
getParameter(String) - Method in class org.glassfish.grizzly.http.util.Parameters
 
getParameterNames() - Method in class org.glassfish.grizzly.http.util.Parameters
 
getParameterValues(String) - Method in class org.glassfish.grizzly.http.util.Parameters
 
getParent() - Method in class org.glassfish.grizzly.http.util.TimeStamp
 
getPath() - Method in class org.glassfish.grizzly.http.Cookie
Returns the path on the server to which the browser returns this cookie.
getPath() - Method in class org.glassfish.grizzly.http.LazyCookieState
 
getPayloadExpectation() - Method in class org.glassfish.grizzly.http.Method
 
getProcessingState() - Method in class org.glassfish.grizzly.http.HttpHeader
 
getProtocol() - Method in class org.glassfish.grizzly.http.HttpHeader
Get HTTP protocol version.
getProtocolBytes() - Method in enum org.glassfish.grizzly.http.Protocol
 
getProtocolDC() - Method in class org.glassfish.grizzly.http.HttpHeader
Get the HTTP message protocol version as DataChunk (avoiding creation of a String object).
getProtocolString() - Method in class org.glassfish.grizzly.http.HttpHeader
Get the HTTP message protocol version.
getProtocolString() - Method in enum org.glassfish.grizzly.http.Protocol
 
getQueryString() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Returns the query string that is contained in the request URL after the path.
getQueryStringDC() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Returns the query string that is contained in the request URL after the path.
getQueryStringEncoding() - Method in class org.glassfish.grizzly.http.util.Parameters
 
getQuotedValueEndPosition(Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
Given a starting position after an initial quote character, this gets the position of the end quote.
getQuotedValueEndPosition(byte[], int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
Given a starting position after an initial quote character, this gets the position of the end quote.
getQuotedValueEndPosition(String, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
Given a starting position after an initial quote character, this gets the position of the end quote.
getReasonPhrase() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Gets the status reason phrase for this response.
getReasonPhraseBytes() - Method in class org.glassfish.grizzly.http.util.HttpStatus
 
getReasonPhraseDC() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Gets the status reason phrase for this response as DataChunk (avoid creation of a String object}.
getReasonPhraseRawDC() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Gets the custom status reason phrase for this response as DataChunk (avoid creation of a String object}.
getRefusesCount() - Method in class org.glassfish.grizzly.http.jmx.KeepAlive
 
getRemainderBuffer() - Method in class org.glassfish.grizzly.http.ParsingResult
 
getRemoteAddress() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
getRemoteHost() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
getRemotePort() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
getRequest() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
 
getRequestURI() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Returns the request URL.
getRequestURIBC() - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
getRequestURIRef() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Returns the request URL of the HTTP request as RequestURIRef (avoiding creation of a String object).
getResponse() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
getSecure() - Method in class org.glassfish.grizzly.http.LazyCookieState
 
getServerPort() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
getStart() - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
getStart() - Method in class org.glassfish.grizzly.http.util.ByteChunk
Returns the start offset of the bytes.
getStart() - Method in class org.glassfish.grizzly.http.util.CharChunk
Returns the start offset of the bytes.
getStart() - Method in interface org.glassfish.grizzly.http.util.Chunk
 
getStart() - Method in class org.glassfish.grizzly.http.util.DataChunk
Returns the DataChunk start position.
getStatus() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Gets the status code for this response.
getStatusBytes() - Method in class org.glassfish.grizzly.http.util.HttpStatus
 
getStatusCode() - Method in class org.glassfish.grizzly.http.util.HttpStatus
 
getString() - Method in class org.glassfish.grizzly.http.util.MessageBytes
Returns the string value.
getString(String) - Method in class org.glassfish.grizzly.http.util.StringManager
Get a string from the underlying resource bundle or return null if the String is not found.
getString(String, Object[]) - Method in class org.glassfish.grizzly.http.util.StringManager
Get a string from the underlying resource bundle and format it with the given set of arguments.
getString(String, Object) - Method in class org.glassfish.grizzly.http.util.StringManager
Get a string from the underlying resource bundle and format it with the given object argument.
getString(String, Object, Object) - Method in class org.glassfish.grizzly.http.util.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object) - Method in class org.glassfish.grizzly.http.util.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object, Object) - Method in class org.glassfish.grizzly.http.util.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getTimeoutsCount() - Method in class org.glassfish.grizzly.http.jmx.KeepAlive
 
getTokenEndPosition(Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
Given the starting position of a token, this gets the end of the token, with no separator characters in between.
getTokenEndPosition(Buffer, int, int, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
getTokenEndPosition(byte[], int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
Given the starting position of a token, this gets the end of the token, with no separator characters in between.
getTokenEndPosition(byte[], int, int, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
getTokenEndPosition(String, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
Given the starting position of a token, this gets the end of the token, with no separator characters in between.
getTokenEndPosition(String, int, int, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
getTotalContentReceived() - Method in class org.glassfish.grizzly.http.jmx.HttpCodecFilter
 
getTotalContentWritten() - Method in class org.glassfish.grizzly.http.jmx.HttpCodecFilter
 
getTrainThreshold() - Static method in class org.glassfish.grizzly.http.util.StringCache
 
getTransferEncoding() - Method in class org.glassfish.grizzly.http.HttpHeader
Get the TransferEncoding, responsible for the parsing/serialization of the HTTP message content
getTransferEncodings() - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Gets registered TransferEncodings.
getType() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
getType() - Method in class org.glassfish.grizzly.http.util.MessageBytes
Return the type of the original content.
getUpgrade() - Method in class org.glassfish.grizzly.http.HttpHeader
 
getUpgradeDC() - Method in class org.glassfish.grizzly.http.HttpHeader
 
getURI() - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
getURI(Charset) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
getValue() - Method in class org.glassfish.grizzly.http.Cookie
Returns the value of the cookie.
getValue() - Method in class org.glassfish.grizzly.http.LazyCookieState
 
getValue(int) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Returns the Nth header value, or null if there is no such header.
getValue(String) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Finds and returns a header field with the given name.
getValue(Header) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Finds and returns a header field with the given name.
getVersion() - Method in class org.glassfish.grizzly.http.Cookie
Returns the version of the protocol this cookie complies with.
GMT_TIME_ZONE - Static variable in class org.glassfish.grizzly.http.util.FastHttpDateFormat
 
GONE_410 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
GZipContentEncoding - Class in org.glassfish.grizzly.http
GZip ContentEncoding implementation, which compresses/decompresses HTTP content using gzip algorithm.
GZipContentEncoding() - Constructor for class org.glassfish.grizzly.http.GZipContentEncoding
Construct GZipContentEncoding using default buffer sizes.
GZipContentEncoding(int, int) - Constructor for class org.glassfish.grizzly.http.GZipContentEncoding
Construct GZipContentEncoding using specific buffer sizes.
GZipContentEncoding(int, int, EncodingFilter) - Constructor for class org.glassfish.grizzly.http.GZipContentEncoding
Construct GZipContentEncoding using specific buffer sizes.

H

handleEvent(FilterChainContext, FilterChainEvent) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
handleQueryParameters() - Method in class org.glassfish.grizzly.http.util.Parameters
Process the query string into parameters
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
The method is called, once we have received a Buffer, which has to be transformed into HTTP response packet part.
handleRead(FilterChainContext, HttpPacketParsing) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
The method is called by the specific HttpCodecFilter implementation, once we have received a Buffer, which has to be transformed into HTTP packet part.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpServerFilter
The method is called, once we have received a Buffer, which has to be transformed into HTTP request packet part.
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
 
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
The method is called, once we need to serialize a HttpPacket, which may represent HTTP packet header, content or content chunk.
hasCharset(String) - Static method in class org.glassfish.grizzly.http.util.ContentType
Returns true if the given content type contains a charset component, false otherwise.
hash() - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
hash() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
hash() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
hashCode() - Method in class org.glassfish.grizzly.http.GZipContentEncoding
 
hashCode() - Method in class org.glassfish.grizzly.http.LZMAContentEncoding
 
hashCode() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
hashCode() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
hashCode() - Method in class org.glassfish.grizzly.http.util.DataChunk
Returns DataChunk hash code.
hashCode() - Method in class org.glassfish.grizzly.http.util.MessageBytes
 
hashCode() - Method in class org.glassfish.grizzly.http.util.StringCache.ByteEntry
 
hashCode() - Method in class org.glassfish.grizzly.http.util.StringCache.CharEntry
 
hashIgnoreCase() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
hashIgnoreCase() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
HEAD - Static variable in class org.glassfish.grizzly.http.Method
 
header(String, String) - Method in class org.glassfish.grizzly.http.HttpHeader.Builder
Add the HTTP mime header.
header(Header, String) - Method in class org.glassfish.grizzly.http.HttpHeader.Builder
Add the HTTP mime header.
header(String, String) - Method in class org.glassfish.grizzly.http.HttpTrailer.Builder
Add the HTTP mime header.
Header - Enum in org.glassfish.grizzly.http.util
Enumeration of all headers as defined in RFC 2616.
headers - Variable in class org.glassfish.grizzly.http.HttpHeader
 
headers(MimeHeaders) - Method in class org.glassfish.grizzly.http.HttpTrailer.Builder
Set the mime headers.
headerValueStorage - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
hexDigit2Dec(byte) - Static method in class org.glassfish.grizzly.http.util.HexUtils
 
hexDigit2Dec(int) - Static method in class org.glassfish.grizzly.http.util.HexUtils
 
HexUtils - Class in org.glassfish.grizzly.http.util
Library of utility methods useful in dealing with converting byte arrays to and from strings of hexadecimal digits.
HexUtils() - Constructor for class org.glassfish.grizzly.http.util.HexUtils
 
HT - Static variable in class org.glassfish.grizzly.http.util.Constants
HT.
HTTP_SERVER_REQUEST_ATTR_NAME - Static variable in class org.glassfish.grizzly.http.HttpServerFilter
 
HTTP_VERSION_NOT_SUPPORTED_505 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
HttpBrokenContent - Class in org.glassfish.grizzly.http
HttpContent message, which represents broken HTTP content.
HttpBrokenContent(HttpHeader) - Constructor for class org.glassfish.grizzly.http.HttpBrokenContent
 
HttpBrokenContent.Builder - Class in org.glassfish.grizzly.http
HttpTrailer message builder.
HttpBrokenContent.Builder(HttpHeader) - Constructor for class org.glassfish.grizzly.http.HttpBrokenContent.Builder
 
HttpBrokenContentException - Exception in org.glassfish.grizzly.http
RuntimeException, means something wrong happened during HTTP message content parsing.
HttpBrokenContentException() - Constructor for exception org.glassfish.grizzly.http.HttpBrokenContentException
 
HttpBrokenContentException(String) - Constructor for exception org.glassfish.grizzly.http.HttpBrokenContentException
 
HttpBrokenContentException(Throwable) - Constructor for exception org.glassfish.grizzly.http.HttpBrokenContentException
 
HttpBrokenContentException(String, Throwable) - Constructor for exception org.glassfish.grizzly.http.HttpBrokenContentException
 
HttpClientFilter - Class in org.glassfish.grizzly.http
Client side HttpCodecFilter implementation, which is responsible for decoding HttpResponsePacket and encoding HttpRequestPacket messages.
HttpClientFilter() - Constructor for class org.glassfish.grizzly.http.HttpClientFilter
Constructor, which creates HttpClientFilter instance
HttpClientFilter(int) - Constructor for class org.glassfish.grizzly.http.HttpClientFilter
Constructor, which creates HttpClientFilter instance, with the specific secure and max header size parameter.
HttpCodecFilter - Class in org.glassfish.grizzly.http
The Filter, responsible for transforming Buffer into HttpPacket and vice versa in asynchronous mode.
HttpCodecFilter(boolean, int) - Constructor for class org.glassfish.grizzly.http.HttpCodecFilter
Constructor, which creates HttpCodecFilter instance, with the specific max header size parameter.
HttpCodecFilter - Class in org.glassfish.grizzly.http.jmx
JMX management object for the HttpCodecFilter.
HttpCodecFilter(HttpCodecFilter) - Constructor for class org.glassfish.grizzly.http.jmx.HttpCodecFilter
 
HttpCodecFilter.ContentParsingState - Class in org.glassfish.grizzly.http
 
HttpCodecFilter.ContentParsingState() - Constructor for class org.glassfish.grizzly.http.HttpCodecFilter.ContentParsingState
 
HttpCodecFilter.HeaderParsingState - Class in org.glassfish.grizzly.http
 
HttpCodecFilter.HeaderParsingState() - Constructor for class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
HttpCodecUtils - Class in org.glassfish.grizzly.http.util
General HttpCodec utility methods.
HttpCodecUtils() - Constructor for class org.glassfish.grizzly.http.util.HttpCodecUtils
 
HttpContent - Class in org.glassfish.grizzly.http
Object represents HTTP message content: complete or part.
HttpContent() - Constructor for class org.glassfish.grizzly.http.HttpContent
 
HttpContent(HttpHeader) - Constructor for class org.glassfish.grizzly.http.HttpContent
 
HttpContent.Builder<T extends HttpContent.Builder> - Class in org.glassfish.grizzly.http
HttpContent message builder.
HttpContent.Builder() - Constructor for class org.glassfish.grizzly.http.HttpContent.Builder
 
HttpContent.Builder(HttpHeader) - Constructor for class org.glassfish.grizzly.http.HttpContent.Builder
 
httpContentBuilder() - Method in class org.glassfish.grizzly.http.HttpHeader
Get the HTTP message content builder.
httpHeader - Variable in class org.glassfish.grizzly.http.HttpContent
 
HttpHeader - Class in org.glassfish.grizzly.http
HttpPacket, which represents HTTP message header.
HttpHeader() - Constructor for class org.glassfish.grizzly.http.HttpHeader
 
HttpHeader.Builder<T extends HttpHeader.Builder> - Class in org.glassfish.grizzly.http
HttpHeader message builder.
HttpHeader.Builder() - Constructor for class org.glassfish.grizzly.http.HttpHeader.Builder
 
HttpPacket - Class in org.glassfish.grizzly.http
Abstraction, which represents any type of HTTP message: HttpRequestPacket, HttpResponsePacket, HttpContent.
HttpPacket() - Constructor for class org.glassfish.grizzly.http.HttpPacket
 
HttpPacketParsing - Interface in org.glassfish.grizzly.http
 
HttpProbe - Interface in org.glassfish.grizzly.http
Monitoring probe providing callbacks that may be invoked by Grizzly Http filters.
HttpProbe.Adapter - Class in org.glassfish.grizzly.http
HttpProbe adapter that provides no-op implementations for all interface methods allowing easy extension by the developer.
HttpProbe.Adapter() - Constructor for class org.glassfish.grizzly.http.HttpProbe.Adapter
 
HttpRequestPacket - Class in org.glassfish.grizzly.http
The HttpHeader object, which represents HTTP request message.
HttpRequestPacket() - Constructor for class org.glassfish.grizzly.http.HttpRequestPacket
 
HttpRequestPacket.Builder - Class in org.glassfish.grizzly.http
HttpRequestPacket message builder.
HttpRequestPacket.Builder() - Constructor for class org.glassfish.grizzly.http.HttpRequestPacket.Builder
 
HttpRequestURIDecoder - Class in org.glassfish.grizzly.http.util
Utility class that make sure an HTTP url defined inside a MessageBytes is normalized, converted and valid.
HttpRequestURIDecoder() - Constructor for class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
 
HttpResponsePacket - Class in org.glassfish.grizzly.http
The HttpHeader object, which represents HTTP response message.
HttpResponsePacket() - Constructor for class org.glassfish.grizzly.http.HttpResponsePacket
 
HttpResponsePacket.Builder - Class in org.glassfish.grizzly.http
HttpResponsePacket message builder.
HttpResponsePacket.Builder(HttpRequestPacket) - Constructor for class org.glassfish.grizzly.http.HttpResponsePacket.Builder
 
HttpServerFilter - Class in org.glassfish.grizzly.http
Server side HttpCodecFilter implementation, which is responsible for decoding HttpRequestPacket and encoding HttpResponsePacket messages.
HttpServerFilter() - Constructor for class org.glassfish.grizzly.http.HttpServerFilter
Deprecated.
Next major release will include builders for filters requiring configuration. Constructors will be hidden.
HttpServerFilter(boolean, int, KeepAlive, DelayedExecutor) - Constructor for class org.glassfish.grizzly.http.HttpServerFilter
Deprecated.
Next major release will include builders for filters requiring configuration. Constructors will be hidden.
HttpServerFilter(boolean, int, String, KeepAlive, DelayedExecutor) - Constructor for class org.glassfish.grizzly.http.HttpServerFilter
Deprecated.
Next major release will include builders for filters requiring configuration. Constructors will be hidden.
HttpServerFilter(boolean, int, String, KeepAlive, DelayedExecutor, int, int) - Constructor for class org.glassfish.grizzly.http.HttpServerFilter
Deprecated.
Next major release will include builders for filters requiring configuration. Constructors will be hidden.
httpStatus - Variable in class org.glassfish.grizzly.http.HttpResponsePacket
Status code.
HttpStatus - Class in org.glassfish.grizzly.http.util
This enum encapsulates the HTTP response status and reason phrases as defined by RFC 2616.
HttpTrailer - Class in org.glassfish.grizzly.http
HttpContent message, which represents HTTP trailer message.
HttpTrailer(HttpHeader) - Constructor for class org.glassfish.grizzly.http.HttpTrailer
 
HttpTrailer.Builder - Class in org.glassfish.grizzly.http
HttpTrailer message builder.
HttpTrailer.Builder(HttpHeader) - Constructor for class org.glassfish.grizzly.http.HttpTrailer.Builder
 
httpTrailerBuilder() - Method in class org.glassfish.grizzly.http.HttpHeader
Get the HTTP message trailer-chunk builder.
HttpUtils - Class in org.glassfish.grizzly.http.util
Utility class.
HttpUtils() - Constructor for class org.glassfish.grizzly.http.util.HttpUtils
 

I

IDENTITY - Static variable in class org.glassfish.grizzly.http.util.Constants
 
indexOf(char, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
indexOf(String, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
indexOf(Buffer, int, int, char) - Static method in class org.glassfish.grizzly.http.util.BufferChunk
 
indexOf(Buffer, int, int, CharSequence) - Static method in class org.glassfish.grizzly.http.util.BufferChunk
 
indexOf(String, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
indexOf(String, int, int, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
indexOf(char, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
Returns true if the message bytes starts with the specified string.
indexOf(byte[], int, int, char) - Static method in class org.glassfish.grizzly.http.util.ByteChunk
 
indexOf(char) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
indexOf(char, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
Returns true if the message bytes starts with the specified string.
indexOf(char[], int, int, char) - Static method in class org.glassfish.grizzly.http.util.CharChunk
 
indexOf(String, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
indexOf(String, int, int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
indexOf(char, int) - Method in interface org.glassfish.grizzly.http.util.Chunk
 
indexOf(String, int) - Method in interface org.glassfish.grizzly.http.util.Chunk
 
indexOf(char, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
Returns true if the message bytes starts with the specified string.
indexOf(String, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
Returns true if the message bytes starts with the specified string.
indexOf(Buffer, int, byte, int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
indexOf(char) - Method in class org.glassfish.grizzly.http.util.MessageBytes
 
indexOf(String, int) - Method in class org.glassfish.grizzly.http.util.MessageBytes
 
indexOf(String) - Method in class org.glassfish.grizzly.http.util.MessageBytes
 
indexOf(char, int) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Returns true if the message bytes starts with the specified string.
indexOf(String, int) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Find the index of a header with the given name.
indexOf(Header, int) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Find the index of a header with the given name.
indexOfIgnoreCase(String, int) - Method in class org.glassfish.grizzly.http.util.MessageBytes
 
init(String) - Method in class org.glassfish.grizzly.http.util.B2CConverter
 
init(Buffer, int, int) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
init(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
INITIAL_SIZE - Static variable in class org.glassfish.grizzly.http.util.Parameters
 
initialize(HttpCodecFilter, int, int) - Method in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
initialized() - Method in class org.glassfish.grizzly.http.Cookies
 
INTERNAL_SERVER_ERROR_500 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
intToHexString(Buffer, int) - Static method in class org.glassfish.grizzly.http.util.Ascii
 
intToUnsignedString(Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.Ascii
Convert the integer to an unsigned number.
isAcknowledgement() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
 
isAllowCustomReasonPhrase() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Returns true if custom status reason phrases are allowed for this response, or false otherwise.
isAllowEncodedSlash() - Method in class org.glassfish.grizzly.http.util.UDecoder
 
isAllowPayloadForUndefinedHttpMethods() - Method in class org.glassfish.grizzly.http.HttpServerFilter
The flag, which enables/disables payload support for HTTP methods, for which HTTP spec doesn't clearly state whether they support payload.
isAlpha(int) - Static method in class org.glassfish.grizzly.http.util.Ascii
Returns true if the specified ASCII character is upper or lower case.
isBroken(HttpContent) - Static method in class org.glassfish.grizzly.http.HttpContent
Returns true if passed HttpContent is a BrokenHttpContent.
isChunked - Variable in class org.glassfish.grizzly.http.HttpHeader
 
isChunked() - Method in class org.glassfish.grizzly.http.HttpHeader
Returns true, if this HttpPacket content will be transferred in chunking mode, or false if case of fixed-length message.
isChunkingAllowed() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Return true if chunking is allowed for this response.
isChunkingEnabled() - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Return true if chunked transfer-encoding may be used.
isCommitted - Variable in class org.glassfish.grizzly.http.HttpHeader
 
isCommitted() - Method in class org.glassfish.grizzly.http.HttpHeader
Is this HttpHeader written? true, if this HttpHeader has been already serialized, and only HttpContent messages might be serialized for this HttpPacket.
isContent(HttpPacket) - Static method in class org.glassfish.grizzly.http.HttpContent
Returns true if passed HttpPacket is a HttpContent.
isContentBroken - Variable in class org.glassfish.grizzly.http.HttpHeader
true if HTTP message payload is broken due to inappropriate Transfer-Encoding or Content-Encoding settings.
isContentBroken() - Method in class org.glassfish.grizzly.http.HttpHeader
Returns true, if HTTP packet payload was detected as broken due to unexpected error occurred during Transfer-Encoding or Content-Encoding processing.
isContentEncodingsSelected() - Method in class org.glassfish.grizzly.http.HttpHeader
 
isContentLengthHeader - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
isContentTypeSet() - Method in class org.glassfish.grizzly.http.HttpHeader
 
isCustomReasonPhraseSet() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
 
isDecoded() - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
isDigit(int) - Static method in class org.glassfish.grizzly.http.util.Ascii
Returns true if the specified ASCII character is a digit.
isError() - Method in class org.glassfish.grizzly.http.ProcessingState
This flag indicates whether error occurred during the HTTP processing.
isExpectContent - Variable in class org.glassfish.grizzly.http.HttpHeader
 
isExpectContent() - Method in class org.glassfish.grizzly.http.HttpHeader
Returns true, if HTTP message, represented by this header still expects additional content basing either on content-length or chunking information.
isHeader() - Method in class org.glassfish.grizzly.http.HttpContent
Returns true, if this HTTP message represents HTTP message header, or false otherwise.
isHeader() - Method in class org.glassfish.grizzly.http.HttpHeader
Returns true.
isHeader() - Method in class org.glassfish.grizzly.http.HttpPacket
Returns true, if this HTTP message represents HTTP message header, or false otherwise.
isHeaderParsed() - Method in interface org.glassfish.grizzly.http.HttpPacketParsing
 
isHeadRequest() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Returns true if this request is a HEAD request, otherwise returns false.
isHexDigit(byte) - Static method in class org.glassfish.grizzly.http.util.HexUtils
 
isHexDigit(int) - Static method in class org.glassfish.grizzly.http.util.HexUtils
 
isHttp(Object) - Static method in class org.glassfish.grizzly.http.HttpPacket
Returns true if passed Object is a HttpPacket.
isHttpOnly - Variable in class org.glassfish.grizzly.http.Cookie
 
isHttpOnly() - Method in class org.glassfish.grizzly.http.Cookie
HttpOnly feature is used in server->client communication only to let client know, that the cookie can not be accessed on the client-side (script etc).
isKeepAlive() - Method in class org.glassfish.grizzly.http.ProcessingState
This flag controls the connection keep-alive feature.
isLast() - Method in class org.glassfish.grizzly.http.HttpBrokenContent
Always true true for the trailer message.
isLast - Variable in class org.glassfish.grizzly.http.HttpContent
 
isLast() - Method in class org.glassfish.grizzly.http.HttpContent
Return true, if the current content chunk is last, or false, if there are content chunks to follow.
isLast() - Method in class org.glassfish.grizzly.http.HttpTrailer
Always true true for the trailer message.
isLastChunk - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.ContentParsingState
 
isLower(int) - Static method in class org.glassfish.grizzly.http.util.Ascii
Returns true if the specified ASCII character is lower case.
isNew() - Method in class org.glassfish.grizzly.http.util.TimeStamp
 
isNull() - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
isNull() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
isNull() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
isNull() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
isNull() - Method in class org.glassfish.grizzly.http.util.MessageBytes
 
isRequest() - Method in class org.glassfish.grizzly.http.HttpHeader
Returns true, if the current HttpHeader represent HTTP request message, or false otherwise.
isRequest() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Returns true, if the current HttpHeader represent HTTP request message, or false otherwise.
isRequest() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Returns true, if the current HttpHeader represent HTTP request message, or false otherwise.
isSecure() - Method in class org.glassfish.grizzly.http.Cookie
Returns true if the browser is sending cookies only over a secure protocol, or false if the browser can send cookies using any protocol.
isSecure(Connection) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
flag, which indicates whether this HttpCodecFilter is dealing with the secured HTTP packets.
isSecure() - Method in class org.glassfish.grizzly.http.HttpHeader
 
isSeparator(int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
Returns true if the byte is a separator character as defined in RFC2619.
isSeparator(int, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
isSkipRemainder - Variable in class org.glassfish.grizzly.http.HttpHeader
 
isSkipRemainder() - Method in class org.glassfish.grizzly.http.HttpHeader
Returns true, if either application or HTTP core part is not interested in parsing the rest of this HTTP message content and waits for the next HTTP message to come on this Connection.
isStayAlive() - Method in class org.glassfish.grizzly.http.ProcessingState
Method returns true only if the connection is in keep-alive mode and there was no error occurred during the packet processing.
isToken(String) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
isToken(String, String) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
isToken2(String) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
isToken2(String, String) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
isTrailer(HttpContent) - Static method in class org.glassfish.grizzly.http.HttpTrailer
Returns true if passed HttpContent is a HttpTrailder.
isTransferEncodingHeader - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
isUpgradeHeader - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
isUpper(int) - Static method in class org.glassfish.grizzly.http.util.Ascii
Returns true if the specified ASCII character is upper case.
isValid() - Method in class org.glassfish.grizzly.http.util.TimeStamp
 
isWhite(int) - Static method in class org.glassfish.grizzly.http.util.Ascii
Returns true if the specified ASCII character is white space.
isWhiteSpace(int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
Returns true if the byte is a whitespace character as defined in RFC2619.

K

KEEP_ALIVE_TIMEOUT_IN_SECONDS - Static variable in class org.glassfish.grizzly.http.util.Constants
 
KeepAlive - Class in org.glassfish.grizzly.http.jmx
JMX management object for KeepAlive.
KeepAlive(KeepAlive) - Constructor for class org.glassfish.grizzly.http.jmx.KeepAlive
Constructs a new JMX managed KeepAlive for the specified KeepAlive instance.
KeepAlive - Class in org.glassfish.grizzly.http
Web container configuration for keep-alive HTTP connections.
KeepAlive() - Constructor for class org.glassfish.grizzly.http.KeepAlive
 
KeepAliveProbe - Interface in org.glassfish.grizzly.http
Monitoring probe providing callbacks that may be invoked by Grizzly KeepAlive.
KeepAliveProbe.Adapter - Class in org.glassfish.grizzly.http
KeepAliveProbe adapter that provides no-op implementations for all interface methods allowing easy extension by the developer.
KeepAliveProbe.Adapter() - Constructor for class org.glassfish.grizzly.http.KeepAliveProbe.Adapter
 

L

last(boolean) - Method in class org.glassfish.grizzly.http.HttpContent.Builder
Set whether this HttpContent chunk is the last.
lazyCookieState - Variable in class org.glassfish.grizzly.http.Cookie
 
LazyCookieState - Class in org.glassfish.grizzly.http
Lazy cookie implementation, which is based on preparsed Grizzly Buffers.
LazyCookieState() - Constructor for class org.glassfish.grizzly.http.LazyCookieState
 
lazyNameEquals(String) - Method in class org.glassfish.grizzly.http.Cookie
 
LC_OFFSET - Static variable in class org.glassfish.grizzly.http.util.Constants
Lower case offset.
LENGTH_REQUIRED_411 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
LF - Static variable in class org.glassfish.grizzly.http.util.Constants
LF.
localAddr() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
localAddressC - Variable in class org.glassfish.grizzly.http.HttpRequestPacket
 
localName() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
localNameC - Variable in class org.glassfish.grizzly.http.HttpRequestPacket
 
localPort - Variable in class org.glassfish.grizzly.http.HttpRequestPacket
 
log(String) - Method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Log a message on the Logger associated with our Container (if any)
log(String, Throwable) - Method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Log a message on the Logger associated with our Container (if any)
longToBuffer(long, byte[]) - Static method in class org.glassfish.grizzly.http.util.HttpUtils
Converts the specified long as a string representation to the provided byte buffer.
longToBuffer(long, Buffer) - Static method in class org.glassfish.grizzly.http.util.HttpUtils
Converts the specified long as a string representation to the provided buffer.
LZMAContentEncoding - Class in org.glassfish.grizzly.http
 
LZMAContentEncoding() - Constructor for class org.glassfish.grizzly.http.LZMAContentEncoding
 
LZMAContentEncoding(EncodingFilter) - Constructor for class org.glassfish.grizzly.http.LZMAContentEncoding
 

M

main(String[]) - Static method in class org.glassfish.grizzly.http.util.FastDateFormat
 
makeContentLengthHeader(long) - Method in class org.glassfish.grizzly.http.HttpHeader
Makes sure content-length header is present.
makeTransferEncodingHeader(String) - Method in class org.glassfish.grizzly.http.HttpHeader
Makes sure transfer-encoding header is present.
makeUpgradeHeader() - Method in class org.glassfish.grizzly.http.HttpHeader
 
matchesMethod(String) - Method in class org.glassfish.grizzly.http.Method
 
MAX_NUM_HEADERS_DEFAULT - Static variable in class org.glassfish.grizzly.http.util.MimeHeaders
 
MAX_NUM_HEADERS_UNBOUNDED - Static variable in class org.glassfish.grizzly.http.util.MimeHeaders
 
maxAge - Variable in class org.glassfish.grizzly.http.Cookie
 
maxHeadersSize - Variable in class org.glassfish.grizzly.http.HttpCodecFilter
 
maybeQuote2(int, StringBuilder, String, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
Quotes values using rules that vary depending on Cookie version.
maybeQuote2(int, StringBuilder, String, boolean, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
maybeQuote2(int, StringBuilder, String, String, boolean, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
maybeQuote2(int, Buffer, String, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
Quotes values using rules that vary depending on Cookie version.
maybeQuote2(int, Buffer, String, boolean, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
maybeQuote2(int, Buffer, String, String, boolean, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
MessageBytes - Class in org.glassfish.grizzly.http.util
This class is used to represent a subarray of bytes in an HTTP message.
MessageBytes() - Constructor for class org.glassfish.grizzly.http.util.MessageBytes
Deprecated.
Use static newInstance() in order to allow future hooks.
MessageBytes.MessageBytesFactory - Class in org.glassfish.grizzly.http.util
 
MessageBytes.MessageBytesFactory() - Constructor for class org.glassfish.grizzly.http.util.MessageBytes.MessageBytesFactory
 
method(Method) - Method in class org.glassfish.grizzly.http.HttpRequestPacket.Builder
Set the HTTP request method.
method(String) - Method in class org.glassfish.grizzly.http.HttpRequestPacket.Builder
Set the HTTP request method.
Method - Class in org.glassfish.grizzly.http
Predefined HTTP methods
Method.PayloadExpectation - Enum in org.glassfish.grizzly.http
 
METHOD_NOT_ALLOWED_405 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
MimeHeaders - Class in org.glassfish.grizzly.http.util
Memory-efficient repository for Mime Headers.
MimeHeaders() - Constructor for class org.glassfish.grizzly.http.util.MimeHeaders
Creates a new MimeHeaders object using a default buffer size.
MimeHeaders.MaxHeaderCountExceededException - Exception in org.glassfish.grizzly.http.util
 
MimeHeaders.MaxHeaderCountExceededException() - Constructor for exception org.glassfish.grizzly.http.util.MimeHeaders.MaxHeaderCountExceededException
 
MimeHeadersPacket - Interface in org.glassfish.grizzly.http
Common interface for HttpPackets, which contain mimeheaders.
monitoringConfig - Variable in class org.glassfish.grizzly.http.HttpCodecFilter
File cache probes
monitoringConfig - Variable in class org.glassfish.grizzly.http.KeepAlive
Keep alive probes
MOVED_PERMANENTLY_301 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
MULTIPLE_CHOICES_300 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 

N

name - Variable in class org.glassfish.grizzly.http.Cookie
 
name - Variable in class org.glassfish.grizzly.http.util.StringCache.ByteEntry
 
name - Variable in class org.glassfish.grizzly.http.util.StringCache.CharEntry
 
names() - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Returns an enumeration of strings representing the header field names.
newHttpStatus(int, String) - Static method in class org.glassfish.grizzly.http.util.HttpStatus
 
newInstance() - Static method in class org.glassfish.grizzly.http.util.DataChunk
 
newInstance(ByteChunk, BufferChunk, CharChunk, String) - Static method in class org.glassfish.grizzly.http.util.DataChunk
 
newInstance() - Method in class org.glassfish.grizzly.http.util.MessageBytes.MessageBytesFactory
 
newInstance() - Static method in class org.glassfish.grizzly.http.util.MessageBytes
Construct a new MessageBytes instance
nextGeneration - Static variable in class org.glassfish.grizzly.http.util.FastHttpDateFormat
Instant on which the currentDate object was generated.
NO_CONTENT_204 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
NON_AUTHORATIVE_INFORMATION_203 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
normalize(MessageBytes) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Normalize URI.
normalize(DataChunk) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Normalize URI.
normalizeBuffer(BufferChunk) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
 
normalizeBytes(ByteChunk) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
 
normalizeChars(CharChunk) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
 
NOT_ACCEPTABLE_406 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
NOT_FOUND_404 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
NOT_IMPLEMENTED_501 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
NOT_MODIFIED_304 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
Note<E> - Class in org.glassfish.grizzly.http
The Note value associated with HttpRequestPacket.
notifyDirectUpdate() - Method in class org.glassfish.grizzly.http.util.BufferChunk
Notify the Chunk that its content is going to be changed directly
notifyDirectUpdate() - Method in class org.glassfish.grizzly.http.util.ByteChunk
Notify the Chunk that its content is going to be changed directly
notifyDirectUpdate() - Method in class org.glassfish.grizzly.http.util.CharChunk
Notify the Chunk that its content is going to be changed directly
notifyDirectUpdate() - Method in class org.glassfish.grizzly.http.util.DataChunk
Notify the Chunk that its content is going to be changed directly
notifyProbesConnectionAccepted(KeepAlive, Connection) - Static method in class org.glassfish.grizzly.http.KeepAlive
Notify registered KeepAliveProbes about the "keep-alive connection accepted" event.
notifyProbesHit(KeepAlive, Connection, int) - Static method in class org.glassfish.grizzly.http.KeepAlive
Notify registered KeepAliveProbes about the "keep-alive connection hit" event.
notifyProbesRefused(KeepAlive, Connection) - Static method in class org.glassfish.grizzly.http.KeepAlive
Notify registered KeepAliveProbes about the "keep-alive connection refused" event.
notifyProbesTimeout(KeepAlive, Connection) - Static method in class org.glassfish.grizzly.http.KeepAlive
Notify registered KeepAliveProbes about the "keep-alive connection timeout" event.

O

offset - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
OK_200 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
OLD_COOKIE_FORMAT - Static variable in class org.glassfish.grizzly.http.util.CookieUtils
 
onConnectionAcceptEvent(Connection) - Method in class org.glassfish.grizzly.http.KeepAliveProbe.Adapter
Method will be called, when new keep-alive HTTP connection is getting established.
onConnectionAcceptEvent(Connection) - Method in interface org.glassfish.grizzly.http.KeepAliveProbe
Method will be called, when new keep-alive HTTP connection is getting established.
onContentChanged() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
onContentChunkParseEvent(Connection, HttpContent) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
Method will be called, when HTTP message content chunk gets parsed (either request or response).
onContentChunkParseEvent(Connection, HttpContent) - Method in interface org.glassfish.grizzly.http.HttpProbe
Method will be called, when HTTP message content chunk gets parsed (either request or response).
onContentChunkSerializeEvent(Connection, HttpContent) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
Method will be called, when HTTP message content chunk is prepared to be serialized (either request or response).
onContentChunkSerializeEvent(Connection, HttpContent) - Method in interface org.glassfish.grizzly.http.HttpProbe
Method will be called, when HTTP message content chunk is prepared to be serialized (either request or response).
onContentEncodingParseEvent(Connection, HttpHeader, Buffer, ContentEncoding) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
Method will be called, when ContentEncoding will be applied during the parsing/decoding of the certain HTTP message content chunk.
onContentEncodingParseEvent(Connection, HttpHeader, Buffer, ContentEncoding) - Method in interface org.glassfish.grizzly.http.HttpProbe
Method will be called, when ContentEncoding will be applied during the parsing/decoding of the certain HTTP message content chunk.
onContentEncodingSerializeEvent(Connection, HttpHeader, Buffer, ContentEncoding) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
Method will be called, when ContentEncoding will be applied during the serialization/encoding of the certain HTTP message content chunk.
onContentEncodingSerializeEvent(Connection, HttpHeader, Buffer, ContentEncoding) - Method in interface org.glassfish.grizzly.http.HttpProbe
Method will be called, when ContentEncoding will be applied during the serialization/encoding of the certain HTTP message content chunk.
onDataReceivedEvent(Connection, Buffer) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
Method will be called, when Buffer will come for processing to the HttpCodecFilter (either request or response).
onDataReceivedEvent(Connection, Buffer) - Method in interface org.glassfish.grizzly.http.HttpProbe
Method will be called, when Buffer will come for processing to the HttpCodecFilter (either request or response).
onDataSentEvent(Connection, Buffer) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
Method will be called, when Buffer, produced by the HttpCodecFilter will be ready to go to the next Filter in the chain and finally written on wire.
onDataSentEvent(Connection, Buffer) - Method in interface org.glassfish.grizzly.http.HttpProbe
Method will be called, when Buffer, produced by the HttpCodecFilter will be ready to go to the next Filter in the chain and finally written on wire.
onDeregister(GrizzlyJmxManager) - Method in class org.glassfish.grizzly.http.jmx.HttpCodecFilter
onDeregister(GrizzlyJmxManager) - Method in class org.glassfish.grizzly.http.jmx.KeepAlive
onErrorEvent(Connection, HttpPacket, Throwable) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
Method will be called, when error occurs during the HttpCodecFilter processing.
onErrorEvent(Connection, HttpPacket, Throwable) - Method in interface org.glassfish.grizzly.http.HttpProbe
Method will be called, when error occurs during the HttpCodecFilter processing.
onHeaderParseEvent(Connection, HttpHeader, int) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
Method will be called, when HTTP message header gets parsed (either request or response).
onHeaderParseEvent(Connection, HttpHeader, int) - Method in interface org.glassfish.grizzly.http.HttpProbe
Method will be called, when HTTP message header gets parsed (either request or response).
onHeaderSerializeEvent(Connection, HttpHeader, Buffer) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
Method will be called, when HTTP message header gets serialized (either request or response).
onHeaderSerializeEvent(Connection, HttpHeader, Buffer) - Method in interface org.glassfish.grizzly.http.HttpProbe
Method will be called, when HTTP message header gets serialized (either request or response).
onHitEvent(Connection, int) - Method in class org.glassfish.grizzly.http.KeepAliveProbe.Adapter
Method will be called, when HTTP request comes on a kept alive connection.
onHitEvent(Connection, int) - Method in interface org.glassfish.grizzly.http.KeepAliveProbe
Method will be called, when HTTP request comes on a kept alive connection.
onHttpContentEncoded(HttpContent, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
 
onHttpContentEncoded(HttpContent, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Invoked when a HTTP body chunk has been encoded in preparation to being transmitted to the user-agent.
onHttpContentEncoded(HttpContent, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
onHttpContentError(HttpHeader, FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.http.HttpClientFilter
 
onHttpContentError(HttpHeader, FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Callback which is invoked when parsing an HTTP message payload fails.
onHttpContentError(HttpHeader, FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
onHttpContentParsed(HttpContent, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
 
onHttpContentParsed(HttpContent, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Invoked as request/response body content has been processed by this Filter.
onHttpContentParsed(HttpContent, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
onHttpHeaderError(HttpHeader, FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.http.HttpClientFilter
 
onHttpHeaderError(HttpHeader, FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Callback which is invoked when parsing an HTTP message header fails.
onHttpHeaderError(HttpHeader, FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
onHttpHeaderParsed(HttpHeader, Buffer, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
 
onHttpHeaderParsed(HttpHeader, Buffer, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Callback invoked when the HTTP message header parsing is complete.
onHttpHeaderParsed(HttpHeader, Buffer, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
onHttpHeadersEncoded(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
 
onHttpHeadersEncoded(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Invoked when HTTP headers have been encoded in preparation to being transmitted to the user-agent.
onHttpHeadersEncoded(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
onHttpHeadersParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
 
onHttpHeadersParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Invoked when all headers of the packet have been parsed.
onHttpHeadersParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
onHttpPacketParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
 
onHttpPacketParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Callback method, called when HttpPacket parsing has been completed.
onHttpPacketParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
onInitialLineEncoded(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
 
onInitialLineEncoded(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Invoked when the intial response line has been encoded in preparation to being transmitted to the user-agent.
onInitialLineEncoded(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
onInitialLineParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
 
onInitialLineParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Invoked when either the request line or status line has been parsed.
onInitialLineParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
onRefuseEvent(Connection) - Method in class org.glassfish.grizzly.http.KeepAliveProbe.Adapter
Method will be called, when the Connection could be used in the keep alive mode, but due to KeepAlive config limitations it will be closed.
onRefuseEvent(Connection) - Method in interface org.glassfish.grizzly.http.KeepAliveProbe
Method will be called, when the Connection could be used in the keep alive mode, but due to KeepAlive config limitations it will be closed.
onRegister(GrizzlyJmxManager, GmbalMBean) - Method in class org.glassfish.grizzly.http.jmx.HttpCodecFilter
onRegister(GrizzlyJmxManager, GmbalMBean) - Method in class org.glassfish.grizzly.http.jmx.KeepAlive
onTimeoutEvent(Connection) - Method in class org.glassfish.grizzly.http.KeepAliveProbe.Adapter
Method will be called, when the keep alive Connection idle timeout expired.
onTimeoutEvent(Connection) - Method in interface org.glassfish.grizzly.http.KeepAliveProbe
Method will be called, when the keep alive Connection idle timeout expired.
onTransferEncodingParseEvent(Connection, HttpHeader, Buffer, TransferEncoding) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
Method will be called, when TransferEncoding will be applied during the parsing/decoding of the certain HTTP message content chunk.
onTransferEncodingParseEvent(Connection, HttpHeader, Buffer, TransferEncoding) - Method in interface org.glassfish.grizzly.http.HttpProbe
Method will be called, when TransferEncoding will be applied during the parsing/decoding of the certain HTTP message content chunk.
onTransferEncodingSerializeEvent(Connection, HttpHeader, Buffer, TransferEncoding) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
Method will be called, when TransferEncoding will be applied during the serialization/encoding of the certain HTTP message content chunk.
onTransferEncodingSerializeEvent(Connection, HttpHeader, Buffer, TransferEncoding) - Method in interface org.glassfish.grizzly.http.HttpProbe
Method will be called, when TransferEncoding will be applied during the serialization/encoding of the certain HTTP message content chunk.
OPTIONS - Static variable in class org.glassfish.grizzly.http.Method
 
org.glassfish.grizzly.http - package org.glassfish.grizzly.http
 
org.glassfish.grizzly.http.jmx - package org.glassfish.grizzly.http.jmx
 
org.glassfish.grizzly.http.util - package org.glassfish.grizzly.http.util
 

P

packet - Variable in class org.glassfish.grizzly.http.HttpContent.Builder
 
packet - Variable in class org.glassfish.grizzly.http.HttpHeader.Builder
 
packetLimit - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
Parameters - Class in org.glassfish.grizzly.http.util
 
Parameters() - Constructor for class org.glassfish.grizzly.http.util.Parameters
 
paramsAsString() - Method in class org.glassfish.grizzly.http.util.Parameters
Debug purpose
parse(Buffer) - Method in class org.glassfish.grizzly.http.CookiesBuilder.AbstractCookiesBuilder
 
parse(Buffer, int, int) - Method in class org.glassfish.grizzly.http.CookiesBuilder.AbstractCookiesBuilder
 
parse(String) - Method in class org.glassfish.grizzly.http.CookiesBuilder.AbstractCookiesBuilder
 
parse(Buffer) - Method in class org.glassfish.grizzly.http.CookiesBuilder.ClientCookiesBuilder
 
parse(Buffer, int, int) - Method in class org.glassfish.grizzly.http.CookiesBuilder.ClientCookiesBuilder
 
parse(String) - Method in class org.glassfish.grizzly.http.CookiesBuilder.ClientCookiesBuilder
 
parse(Buffer) - Method in class org.glassfish.grizzly.http.CookiesBuilder.ServerCookiesBuilder
 
parse(Buffer, int, int) - Method in class org.glassfish.grizzly.http.CookiesBuilder.ServerCookiesBuilder
 
parse(String) - Method in class org.glassfish.grizzly.http.CookiesBuilder.ServerCookiesBuilder
 
parse(String, ParsePosition) - Method in class org.glassfish.grizzly.http.util.FastDateFormat
 
parseCache - Static variable in class org.glassfish.grizzly.http.util.FastHttpDateFormat
Parser cache.
parseClientCookies(Cookies, Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
Parses a cookie header after the initial "Cookie:" [WS][$]token[WS]=[WS](token|QV)[;|,] RFC 2965 JVK
parseClientCookies(Cookies, byte[], int, int) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
Parses a cookie header after the initial "Cookie:" [WS][$]token[WS]=[WS](token|QV)[;|,] RFC 2965 JVK
parseClientCookies(Cookies, Buffer, int, int, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
Parses a cookie header after the initial "Cookie:" [WS][$]token[WS]=[WS](token|QV)[;|,] RFC 2965 JVK
parseClientCookies(Cookies, byte[], int, int, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
Parses a cookie header after the initial "Cookie:" [WS][$]token[WS]=[WS](token|QV)[;|,] RFC 2965 JVK
parseClientCookies(Cookies, String, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
Parses a cookie header after the initial "Cookie:" [WS][$]token[WS]=[WS](token|QV)[;|,] RFC 2965 JVK
parseDataChunk(DataChunk) - Static method in class org.glassfish.grizzly.http.Method
parseDataChunk(DataChunk) - Static method in enum org.glassfish.grizzly.http.Protocol
parseDate(String, DateFormat[]) - Static method in class org.glassfish.grizzly.http.util.FastHttpDateFormat
Try to parse the given date as a HTTP date.
parsedMethod - Variable in class org.glassfish.grizzly.http.HttpRequestPacket
 
parsedProtocol - Variable in class org.glassfish.grizzly.http.HttpHeader
 
parseHeaderFromBuffer(HttpHeader, MimeHeaders, HttpCodecFilter.HeaderParsingState, Buffer) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
 
parseHeaderFromBytes(HttpHeader, MimeHeaders, HttpCodecFilter.HeaderParsingState, byte[], int) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
 
parseHeaderName(HttpHeader, MimeHeaders, HttpCodecFilter.HeaderParsingState, byte[], int) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
 
parseHeaderName(HttpHeader, MimeHeaders, HttpCodecFilter.HeaderParsingState, Buffer) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
 
parseHeadersFromBuffer(HttpHeader, MimeHeaders, HttpCodecFilter.HeaderParsingState, Buffer) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
 
parseHeadersFromBytes(HttpHeader, MimeHeaders, HttpCodecFilter.HeaderParsingState, byte[], int) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
 
parseHeaderValue(HttpHeader, HttpCodecFilter.HeaderParsingState, byte[], int) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
 
parseHeaderValue(HttpHeader, HttpCodecFilter.HeaderParsingState, Buffer) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
 
parseInt(byte[], int, int) - Static method in class org.glassfish.grizzly.http.util.Ascii
Parses an unsigned integer from the specified sub-array of bytes.
parseInt(char[], int, int) - Static method in class org.glassfish.grizzly.http.util.Ascii
 
parseInt(Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.Ascii
Parses an unsigned int from the specified sub-array of bytes.
parseLong(byte[], int, int) - Static method in class org.glassfish.grizzly.http.util.Ascii
Parses an unsigned long from the specified sub-array of bytes.
parseLong(char[], int, int) - Static method in class org.glassfish.grizzly.http.util.Ascii
 
parseLong(String, int, int) - Static method in class org.glassfish.grizzly.http.util.Ascii
 
parseLong(Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.Ascii
Parses an unsigned long from the specified sub-array of bytes.
parseLong(DataChunk) - Static method in class org.glassfish.grizzly.http.util.Ascii
 
parseLong(DataChunk, int, int) - Static method in class org.glassfish.grizzly.http.util.Ascii
 
parsePacket(FilterChainContext, HttpHeader, Buffer) - Method in class org.glassfish.grizzly.http.ChunkedTransferEncoding
Parse HTTP packet payload, represented by Buffer using specific transfer encoding.
parsePacket(FilterChainContext, HttpHeader, Buffer) - Method in class org.glassfish.grizzly.http.FixedLengthTransferEncoding
Parse HTTP packet payload, represented by Buffer using specific transfer encoding.
parsePacket(FilterChainContext, HttpHeader, Buffer) - Method in interface org.glassfish.grizzly.http.TransferEncoding
Parse HTTP packet payload, represented by Buffer using specific transfer encoding.
parseServerCookies(Cookies, byte[], int, int, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
 
parseServerCookies(Cookies, Buffer, int, int, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
 
parseServerCookies(Cookies, String, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
 
parsingNumericValue - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
ParsingResult - Class in org.glassfish.grizzly.http
Class, which represents result of TransferEncoding or ContentEncoding parsing.
PARTIAL_CONTENT_206 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
PATCH - Static variable in class org.glassfish.grizzly.http.Method
 
path - Variable in class org.glassfish.grizzly.http.Cookie
 
PAYMENT_REQUIRED_402 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
pop() - Method in class org.glassfish.grizzly.http.util.Parameters
Discard the last child.
POST - Static variable in class org.glassfish.grizzly.http.Method
 
PRECONDITION_FAILED_412 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
prepareSerialize(FilterChainContext, HttpHeader, HttpContent) - Method in class org.glassfish.grizzly.http.ChunkedTransferEncoding
This method will be called by HttpCodecFilter to let TransferEncoding prepare itself for the content serialization.
prepareSerialize(FilterChainContext, HttpHeader, HttpContent) - Method in class org.glassfish.grizzly.http.FixedLengthTransferEncoding
 
prepareSerialize(FilterChainContext, HttpHeader, HttpContent) - Method in interface org.glassfish.grizzly.http.TransferEncoding
This method will be called by HttpCodecFilter to let TransferEncoding prepare itself for the content serialization.
ProcessingState - Class in org.glassfish.grizzly.http
Maintains semantic state necessary to proper HTTP processing.
ProcessingState() - Constructor for class org.glassfish.grizzly.http.ProcessingState
 
processParameters(Buffer, int, int) - Method in class org.glassfish.grizzly.http.util.Parameters
 
processParameters(Buffer, int, int, Charset) - Method in class org.glassfish.grizzly.http.util.Parameters
 
processParameters(char[], int, int) - Method in class org.glassfish.grizzly.http.util.Parameters
 
processParameters(DataChunk) - Method in class org.glassfish.grizzly.http.util.Parameters
 
processParameters(DataChunk, Charset) - Method in class org.glassfish.grizzly.http.util.Parameters
 
processParameters(String) - Method in class org.glassfish.grizzly.http.util.Parameters
 
processSingleParameters(String) - Method in class org.glassfish.grizzly.http.util.Parameters
Used by RequestDispatcher
protocol(Protocol) - Method in class org.glassfish.grizzly.http.HttpHeader.Builder
Set the HTTP message protocol version.
protocol(String) - Method in class org.glassfish.grizzly.http.HttpHeader.Builder
Set the HTTP message protocol version.
Protocol - Enum in org.glassfish.grizzly.http
Predefined HTTP protocol versions
protocolC - Variable in class org.glassfish.grizzly.http.HttpHeader
 
PROXY_AUTHENTICATION_REQUIRED_407 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
push() - Method in class org.glassfish.grizzly.http.util.Parameters
Create ( or reuse ) a child that will be used during a sub-request.
PUT - Static variable in class org.glassfish.grizzly.http.Method
 
put(MemoryManager, Buffer, DataChunk) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
put(MemoryManager, Buffer, String) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
put(MemoryManager, Buffer, byte[]) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
put(MemoryManager, Buffer, byte[], int, int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
put(MemoryManager, Buffer, Buffer) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
put(MemoryManager, Buffer, byte) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 

Q

query(String) - Method in class org.glassfish.grizzly.http.HttpRequestPacket.Builder
Set the query portion of the request URI.
QUESTION - Static variable in class org.glassfish.grizzly.http.util.Constants
'?'.
quotedCharsetValue - Variable in class org.glassfish.grizzly.http.HttpHeader
 

R

realReadBytes(byte[], int, int) - Method in interface org.glassfish.grizzly.http.util.ByteChunk.ByteInputChannel
Read new bytes ( usually the internal conversion buffer ).
realReadChars(char[], int, int) - Method in interface org.glassfish.grizzly.http.util.CharChunk.CharInputChannel
Read new bytes ( usually the internal conversion buffer ).
realWriteBytes(byte[], int, int) - Method in interface org.glassfish.grizzly.http.util.ByteChunk.ByteOutputChannel
Send the bytes ( usually the internal conversion buffer ).
realWriteChars(char[], int, int) - Method in interface org.glassfish.grizzly.http.util.CharChunk.CharOutputChannel
Send the bytes ( usually the internal conversion buffer ).
reasonPhrase(String) - Method in class org.glassfish.grizzly.http.HttpResponsePacket.Builder
Sets the status reason phrase for this response.
recycle() - Method in class org.glassfish.grizzly.http.Cookie
 
recycle() - Method in class org.glassfish.grizzly.http.Cookies
Recycle.
recycle() - Method in class org.glassfish.grizzly.http.HttpBrokenContent
recycle() - Method in class org.glassfish.grizzly.http.HttpCodecFilter.ContentParsingState
 
recycle() - Method in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
recycle() - Method in class org.glassfish.grizzly.http.HttpContent
recycle() - Method in class org.glassfish.grizzly.http.HttpHeader
recycle() - Method in class org.glassfish.grizzly.http.HttpTrailer
recycle() - Method in class org.glassfish.grizzly.http.LazyCookieState
 
recycle() - Method in class org.glassfish.grizzly.http.ParsingResult
 
recycle() - Method in class org.glassfish.grizzly.http.ProcessingState
Resets values to their initial states.
recycle() - Method in class org.glassfish.grizzly.http.util.B2CConverter
Reset the internal state, empty the buffers.
recycle() - Method in class org.glassfish.grizzly.http.util.B2CConverterBlocking
Reset the internal state, empty the buffers.
recycle() - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
recycle() - Method in class org.glassfish.grizzly.http.util.ByteChunk
Resets the message buff to an uninitialized state.
recycle() - Method in class org.glassfish.grizzly.http.util.C2BConverter
Reset the internal state, empty the buffers.
recycle() - Method in class org.glassfish.grizzly.http.util.CacheableDataChunk
 
recycle() - Method in class org.glassfish.grizzly.http.util.CharChunk
Resets the message bytes to an uninitialized state.
recycle() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
recycle() - Method in class org.glassfish.grizzly.http.util.MessageBytes
Resets the message bytes to an uninitialized (NULL) state.
recycle() - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Clears all header fields.
recycle() - Method in class org.glassfish.grizzly.http.util.Parameters
 
recycle() - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
recycle() - Method in class org.glassfish.grizzly.http.util.TimeStamp
 
recycle() - Method in class org.glassfish.grizzly.http.util.UTF8Decoder
 
recycleAndReset() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
remoteAddr() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
remoteAddressC - Variable in class org.glassfish.grizzly.http.HttpRequestPacket
 
remoteHost() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
remoteHostC - Variable in class org.glassfish.grizzly.http.HttpRequestPacket
 
remotePort - Variable in class org.glassfish.grizzly.http.HttpRequestPacket
 
remoteUser() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Return the name of the remote user that has been authenticated for this Request.
removeAttribute(String) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Remove the specified request attribute if it exists.
removeContentEncoding(ContentEncoding) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Removes the specified ContentEncoding from the HttpCodecFilter.
removeHeader(String) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Removes a header field with the specified name.
removeHeader(Header) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
 
removeHeader(String, String) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Removes the headers with the given name whose values contain the given string.
removeHeaderMatches(String, String) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Removes the headers with the given name whose values contain the given string.
removeHeaderMatches(Header, String) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Removes the headers with the given name whose values contain the given string.
removeNote(Note<E>) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Remove the Note value associated with this request.
removeTransferEncoding(TransferEncoding) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Removes the specified TransferEncoding from the HttpCodecFilter.
REQUEST_ENTITY_TOO_LARGE_413 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
REQUEST_RANGE_NOT_SATISFIABLE_416 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
REQUEST_TIMEOUT_408 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
REQUEST_URI_TOO_LONG_414 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
RequestURIRef - Class in org.glassfish.grizzly.http.util
Request URI holder.
RequestURIRef() - Constructor for class org.glassfish.grizzly.http.util.RequestURIRef
 
requiresAcknowledgement(boolean) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Allows consumers of this request to be notified if the user-agent requires acknowledgment of an expectation (i.e., the Expect header).
requiresAcknowledgement() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
reset() - Method in class org.glassfish.grizzly.http.HttpBrokenContent
Reset the internal state.
reset() - Method in class org.glassfish.grizzly.http.HttpContent
Reset the internal state.
reset() - Method in class org.glassfish.grizzly.http.HttpHeader
Reset the internal state.
reset() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Reset the internal state.
reset() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Reset the internal state.
reset() - Method in class org.glassfish.grizzly.http.HttpTrailer
Reset the internal state.
reset() - Method in class org.glassfish.grizzly.http.util.B2CConverter
 
reset() - Method in class org.glassfish.grizzly.http.util.B2CConverterBlocking
 
reset() - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
reset() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
reset() - Method in class org.glassfish.grizzly.http.util.CacheableDataChunk
 
reset() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
reset() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
reset() - Static method in class org.glassfish.grizzly.http.util.StringCache
 
RESET_CONTENT_205 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
resetBuffer() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
resetByteChunk() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
resetCharChunk() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
resetString() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
resetStringCache() - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
resetStringCache() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
resetStringCache() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
resetStringValue() - Method in class org.glassfish.grizzly.http.util.MessageBytes
Remove the cached string value.
resizeBuffer(MemoryManager, Buffer, int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
RESPONSE_COMPLETE_EVENT - Static variable in class org.glassfish.grizzly.http.HttpServerFilter
 

S

secure - Variable in class org.glassfish.grizzly.http.Cookie
 
secure - Variable in class org.glassfish.grizzly.http.HttpHeader
 
SEE_OTHER_303 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
SEMI_COLON - Static variable in class org.glassfish.grizzly.http.util.Constants
SEMI_COLON.
serializeClientCookies(StringBuilder, Cookie...) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
serializeClientCookies(StringBuilder, boolean, Cookie...) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
serializeClientCookies(Buffer, Cookie...) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
serializeClientCookies(Buffer, boolean, Cookie...) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
serializePacket(FilterChainContext, HttpContent) - Method in class org.glassfish.grizzly.http.ChunkedTransferEncoding
Serialize HTTP packet payload, represented by HttpContent using specific transfer encoding.
serializePacket(FilterChainContext, HttpContent) - Method in class org.glassfish.grizzly.http.FixedLengthTransferEncoding
Serialize HTTP packet payload, represented by HttpContent using specific transfer encoding.
serializePacket(FilterChainContext, HttpContent) - Method in interface org.glassfish.grizzly.http.TransferEncoding
Serialize HTTP packet payload, represented by HttpContent using specific transfer encoding.
serializeServerCookie(StringBuilder, Cookie) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
serializeServerCookie(StringBuilder, boolean, boolean, Cookie) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
serializeServerCookie(StringBuilder, boolean, boolean, String, String, int, String, String, String, int, boolean, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
serializeServerCookie(Buffer, Cookie) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
serializeServerCookie(Buffer, boolean, boolean, Cookie) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
serializeServerCookie(Buffer, boolean, boolean, String, String, int, String, String, String, int, boolean, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
server() - Static method in class org.glassfish.grizzly.http.CookiesBuilder
Returns the server-side cookies builder with the specific "strict cookie version compliance".
server(boolean) - Static method in class org.glassfish.grizzly.http.CookiesBuilder
Returns the server-side cookies builder with the specific "strict cookie version compliance".
serverName() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Return the buffer holding the server name, if any.
SERVICE_UNAVAILABLE_503 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
set(int, int, int, int) - Method in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
set(ByteChunk, Charset) - Method in class org.glassfish.grizzly.http.util.CharChunk
Set ByteChunk content to CharChunk using given Charset.
set(BufferChunk, Charset) - Method in class org.glassfish.grizzly.http.util.CharChunk
Set BufferChunk content to CharChunk using given Charset.
set(DataChunk) - Method in class org.glassfish.grizzly.http.util.DataChunk
 
set(DataChunk, int, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
 
setAcknowledgement(boolean) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Mark this packet as an acknowledgment to a client expectation.
setAllowCustomReasonPhrase(boolean) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Sets if the custom status reason phrases are allowed for this response.
setAllowEncodedSlash(boolean) - Method in class org.glassfish.grizzly.http.util.UDecoder
Override the default value
setAllowPayloadForUndefinedHttpMethods(boolean) - Method in class org.glassfish.grizzly.http.HttpServerFilter
The flag, which enables/disables payload support for HTTP methods, for which HTTP spec doesn't clearly state whether they support payload.
setAttribute(String, Object) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Set the specified request attribute to the specified value.
setBuffer(Buffer) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
setBuffer(Buffer, int, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
 
setBuffer(Buffer) - Method in class org.glassfish.grizzly.http.util.DataChunk
 
setBufferChunk(Buffer, int, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
setBufferChunk(Buffer, int, int, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
setByteChunk(ByteChunk) - Method in class org.glassfish.grizzly.http.util.C2BConverter
 
setByteEnabled(boolean) - Static method in class org.glassfish.grizzly.http.util.StringCache
 
setByteInputChannel(ByteChunk.ByteInputChannel) - Method in class org.glassfish.grizzly.http.util.ByteChunk
When the buffer is empty, read the data from the input channel.
setByteOutputChannel(ByteChunk.ByteOutputChannel) - Method in class org.glassfish.grizzly.http.util.ByteChunk
When the buffer is full, write the data to the output channel.
setBytes(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
Sets the message bytes to the specified sub-array of bytes.
setBytes(byte[]) - Method in class org.glassfish.grizzly.http.util.DataChunk
 
setBytes(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
 
setBytes(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Sets the content to the specified subarray of bytes.
setCacheSize(int) - Static method in class org.glassfish.grizzly.http.util.StringCache
 
setCaseSenitive(boolean) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Configure the case sensitivity
setCharacterEncoding(String) - Method in class org.glassfish.grizzly.http.HttpHeader
Set the character encoding of this HTTP message.
setCharEnabled(boolean) - Static method in class org.glassfish.grizzly.http.util.StringCache
 
setCharInputChannel(CharChunk.CharInputChannel) - Method in class org.glassfish.grizzly.http.util.CharChunk
When the buffer is empty, read the data from the input channel.
setCharOutputChannel(CharChunk.CharOutputChannel) - Method in class org.glassfish.grizzly.http.util.CharChunk
When the buffer is full, write the data to the output channel.
setChars(char[], int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
setChars(char[], int, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
 
setChars(char[], int, int) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Sets the content to be a char[]
setCharset(Charset) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
setCharset(Charset) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Set the encoding.
setChunked(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
Set true, if this HttpPacket content will be transferred in chunking mode, or false if case of fixed-length message.
setChunkingAllowed(boolean) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Indicate whether or not chunking may be used by this response.
setComment(String) - Method in class org.glassfish.grizzly.http.Cookie
Specifies a comment that describes a cookie's purpose.
setCommitted(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
Is this HttpHeader written? true, if this HttpHeader has been already serialized, and only HttpContent messages might be serialized for this HttpPacket.
setConnection(Connection) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
setContent(Buffer) - Method in class org.glassfish.grizzly.http.HttpContent
 
setContentBroken(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
Set flag, which is set to true, means that HTTP packet payload was detected as broken due to unexpected error occurred during Transfer-Encoding or Content-Encoding processing.
setContentEncodingsSelected(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
 
setContentLanguage(String) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Set the value that will be used by the Content-Language response header.
setContentLength(int) - Method in class org.glassfish.grizzly.http.HttpHeader
Set the length of this HTTP message.
setContentLengthLong(long) - Method in class org.glassfish.grizzly.http.HttpHeader
Set the content-length of this HttpPacket.
setContentType(String) - Method in class org.glassfish.grizzly.http.HttpHeader
Sets the content type.
setCreationTime(long) - Method in class org.glassfish.grizzly.http.util.TimeStamp
 
setDecodedURI(String) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
setDefaultResponseContentType(String) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
setDefaultURIEncoding(Charset) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
setDomain(String) - Method in class org.glassfish.grizzly.http.Cookie
Specifies the domain within which this cookie should be presented.
setEncoding(Charset) - Method in class org.glassfish.grizzly.http.util.Parameters
 
setEncoding(String) - Method in class org.glassfish.grizzly.http.util.UEncoder
 
setEnd(int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
setEnd(int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
setEnd(int) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
setEnd(int) - Method in interface org.glassfish.grizzly.http.util.Chunk
 
setEnd(int) - Method in class org.glassfish.grizzly.http.util.DataChunk
Sets the DataChunk end position.
setError(boolean) - Method in class org.glassfish.grizzly.http.ProcessingState
This flag indicates whether error occurred during the HTTP processing.
setExpectContent(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
 
setFactory(MessageBytes.MessageBytesFactory) - Static method in class org.glassfish.grizzly.http.util.MessageBytes
 
setHeader(String, String) - Method in class org.glassfish.grizzly.http.HttpHeader
Set the value, of the specific HTTP mime header.
setHeader(Header, String) - Method in class org.glassfish.grizzly.http.HttpHeader
Set the value, of the specific HTTP mime header.
setHeader(String, String) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
 
setHeader(Header, String) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
 
setHeader(String, String) - Method in class org.glassfish.grizzly.http.HttpTrailer
Set the value, of the specific HTTP mime header.
setHeader(Header, String) - Method in class org.glassfish.grizzly.http.HttpTrailer
Set the value, of the specific HTTP mime header.
setHeader(String, String) - Method in interface org.glassfish.grizzly.http.MimeHeadersPacket
Set the value, of the specific HTTP mime header.
setHeader(Header, String) - Method in interface org.glassfish.grizzly.http.MimeHeadersPacket
Set the value, of the specific HTTP mime header.
setHeaderParsed(boolean) - Method in interface org.glassfish.grizzly.http.HttpPacketParsing
 
setHeaders(MimeHeaders) - Method in class org.glassfish.grizzly.http.Cookies
 
setHeaders(MimeHeaders) - Method in class org.glassfish.grizzly.http.HttpTrailer
Set the mime headers.
setHeaders(MimeHeaders) - Method in class org.glassfish.grizzly.http.util.Parameters
 
setHttpOnly(boolean) - Method in class org.glassfish.grizzly.http.Cookie
HttpOnly feature is used in server->client communication only to let client know, that the cookie can not be accessed on the client-side (script etc).
setId(int) - Method in class org.glassfish.grizzly.http.util.TimeStamp
 
setIdleTimeoutInSeconds(int) - Method in class org.glassfish.grizzly.http.KeepAlive
Configures idle connection timeout behavior.
setInt(int) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Set the buffer to the representation of an int
setKeepAlive(boolean) - Method in class org.glassfish.grizzly.http.ProcessingState
This flag controls the connection keep-alive feature.
setLast(boolean) - Method in class org.glassfish.grizzly.http.HttpContent
 
setLimit(int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
Maximum amount of data in this buffer.
setLimit(int) - Method in class org.glassfish.grizzly.http.util.CharChunk
Maximum amount of data in this buffer.
setLimit(int) - Method in class org.glassfish.grizzly.http.util.Parameters
 
setLocale(Locale) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Called explicitly by user to set the Content-Language and the default encoding
setLocalHost(String) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Set the host name of the server servicing this request.
setLocalPort(int) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Sets the Internet Protocol (IP) port number of the interface on which the request was received.
setLong(long) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Set the buffer to the representation of an long
setMaxAge(int) - Method in class org.glassfish.grizzly.http.Cookie
Sets the maximum age of the cookie in seconds.
setMaxInactiveInterval(long) - Method in class org.glassfish.grizzly.http.util.TimeStamp
 
setMaxNumHeaders(int) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
 
setMaxRequestsCount(int) - Method in class org.glassfish.grizzly.http.KeepAlive
Configures the max number of HTTP requests allowed to be processed on one keep-alive connection.
setMethod(String) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Set the HTTP request method.
setMethod(Method) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Set the HTTP request method.
setName(String) - Method in class org.glassfish.grizzly.http.Cookie
 
setNew(boolean) - Method in class org.glassfish.grizzly.http.util.TimeStamp
 
setNote(Note<E>, E) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Bind the Note value to this Request, replacing any existing binding for this name.
setOffset(int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
setOptimizedWrite(boolean) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
setOptimizedWrite(boolean) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
setParent(Object) - Method in class org.glassfish.grizzly.http.util.TimeStamp
Returns the owner of this stamp ( the object that is time-stamped ).
setPath(String) - Method in class org.glassfish.grizzly.http.Cookie
Specifies a path for the cookie to which the client should return the cookie.
setProtocol(Protocol) - Method in class org.glassfish.grizzly.http.HttpHeader
Set the HTTP message protocol version.
setQuery(DataChunk) - Method in class org.glassfish.grizzly.http.util.Parameters
 
setQueryString(String) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Set the query portion of the request URI.
setQueryStringEncoding(Charset) - Method in class org.glassfish.grizzly.http.util.Parameters
 
setReasonPhrase(String) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Sets the status reason phrase for this response.
setReasonPhrase(Buffer) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
 
setRemotePort(int) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Sets the Internet Protocol (IP) source port of the client or last proxy that sent the request.
setRequest(HttpRequestPacket) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Associates the request that triggered this response.
setRequestURI(String) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Set the request URL.
setResponse(HttpResponsePacket) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
setSecure(boolean) - Method in class org.glassfish.grizzly.http.Cookie
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
setSecure(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
Sets the secure status of this HTTP message.
setSecure(boolean) - Method in class org.glassfish.grizzly.http.LazyCookieState
 
setServerPort(int) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Sets the Internet Protocol (IP) port specified in the Host request header.
setSkipRemainder(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
Set flag, which is set to true, means that we're not interested in parsing the rest of this HTTP message content and wait for the next HTTP message to come on this Connection.
setStart(int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
setStart(int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
setStart(int) - Method in class org.glassfish.grizzly.http.util.CharChunk
Returns the start offset of the bytes.
setStart(int) - Method in interface org.glassfish.grizzly.http.util.Chunk
 
setStart(int) - Method in class org.glassfish.grizzly.http.util.DataChunk
Sets the DataChunk start position.
setStatus(int) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Sets the status code for this response.
setStatus(HttpStatus) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Sets the status code for this response.
setString(String) - Method in class org.glassfish.grizzly.http.util.DataChunk
 
setString(String) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Set the content to be a string
setTrainThreshold(int) - Static method in class org.glassfish.grizzly.http.util.StringCache
 
setTransferEncoding(TransferEncoding) - Method in class org.glassfish.grizzly.http.HttpHeader
Set the TransferEncoding, responsible for the parsing/serialization of the HTTP message content.
setUpgrade(String) - Method in class org.glassfish.grizzly.http.HttpHeader
 
setURI(String) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
setValid(boolean) - Method in class org.glassfish.grizzly.http.util.TimeStamp
 
setValue(String) - Method in class org.glassfish.grizzly.http.Cookie
Assigns a new value to a cookie after the cookie is created.
setValue(String) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Allow "set" operations - return a DataChunk container for the header value ( existing header or new if this .
setValue(Header) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Allow "set" operations - return a DataChunk container for the header value ( existing header or new if this .
setValues(HttpResponsePacket) - Method in class org.glassfish.grizzly.http.util.HttpStatus
Sets the status and reason phrase on the specified response.
setVersion(int) - Method in class org.glassfish.grizzly.http.Cookie
Sets the version of the cookie protocol this cookie complies with.
size() - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Returns the current number of header fields.
skipSpaces(Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
skipSpaces(byte[], int, int, int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
SP - Static variable in class org.glassfish.grizzly.http.util.Constants
SP.
start - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
startsWith(Buffer, int, int, byte[]) - Static method in class org.glassfish.grizzly.http.util.BufferChunk
 
startsWith(String) - Method in class org.glassfish.grizzly.http.util.ByteChunk
Returns true if the message bytes starts with the specified string.
startsWith(String, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
Returns true if the message bytes starts with the specified string.
startsWith(byte[]) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
startsWith(byte[], int, int, byte[]) - Static method in class org.glassfish.grizzly.http.util.ByteChunk
 
startsWith(String) - Method in class org.glassfish.grizzly.http.util.CharChunk
Returns true if the message bytes starts with the specified string.
startsWith(String, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
Returns true if the DataChunk starts with the specified string.
startsWith(String) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Returns true if the message bytes starts with the specified string.
startsWithIgnoreCase(String, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
startsWithIgnoreCase(String, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
Returns true if the message bytes starts with the specified string.
startsWithIgnoreCase(String, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
Returns true if the message bytes starts with the specified string.
startsWithIgnoreCase(String, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
Returns true if the DataChunk starts with the specified string.
startsWithIgnoreCase(String, int) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Returns true if the message bytes starts with the specified string.
state - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
status(int) - Method in class org.glassfish.grizzly.http.HttpResponsePacket.Builder
Sets the status code for this response.
statusMatches(int) - Method in class org.glassfish.grizzly.http.util.HttpStatus
 
strictVersionOneCompliant - Variable in class org.glassfish.grizzly.http.CookiesBuilder.AbstractCookiesBuilder
 
StringCache - Class in org.glassfish.grizzly.http.util
This class implements a String cache for ByteChunk and CharChunk.
StringCache() - Constructor for class org.glassfish.grizzly.http.util.StringCache
 
StringCache.ByteEntry - Class in org.glassfish.grizzly.http.util
 
StringCache.ByteEntry() - Constructor for class org.glassfish.grizzly.http.util.StringCache.ByteEntry
 
StringCache.CharEntry - Class in org.glassfish.grizzly.http.util
 
StringCache.CharEntry() - Constructor for class org.glassfish.grizzly.http.util.StringCache.CharEntry
 
StringManager - Class in org.glassfish.grizzly.http.util
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.
subState - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
substract() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
substract(ByteChunk) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
substract(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
substract() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
substract(CharChunk) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
substract(char[], int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
SWITCHING_PROTOCOLS_101 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 

T

T_BYTES - Static variable in class org.glassfish.grizzly.http.util.MessageBytes
getType() is T_STR if the the object used to create the MessageBytes was a byte[]
T_CHARS - Static variable in class org.glassfish.grizzly.http.util.MessageBytes
getType() is T_STR if the the object used to create the MessageBytes was a char[]
T_NULL - Static variable in class org.glassfish.grizzly.http.util.MessageBytes
 
T_STR - Static variable in class org.glassfish.grizzly.http.util.MessageBytes
getType() is T_STR if the the object used to create the MessageBytes was a String
TEMPORARY_REDIRECT_307 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
TimeStamp - Class in org.glassfish.grizzly.http.util
Main tool for object expiry.
TimeStamp() - Constructor for class org.glassfish.grizzly.http.util.TimeStamp
 
toByteArray() - Method in enum org.glassfish.grizzly.http.util.Header
Returns the US-ASCII encoded byte representation of this Header.
toBytes() - Method in class org.glassfish.grizzly.http.util.MessageBytes
Unimplemented yet.
toChars(Charset) - Method in class org.glassfish.grizzly.http.util.DataChunk
 
toChars() - Method in class org.glassfish.grizzly.http.util.MessageBytes
Convert to char[] and fill the CharChunk.
toImmutable() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
toLower(int) - Static method in class org.glassfish.grizzly.http.util.Ascii
Returns the lower case equivalent of the specified ASCII character.
toLower(byte[]) - Static method in class org.glassfish.grizzly.http.util.Ascii
Converts passed bytes (representing ASCII characters) to the lower case equivalent.
toString() - Method in class org.glassfish.grizzly.http.Cookies
EXPENSIVE!!! only for debugging.
toString() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
toString() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
toString() - Method in class org.glassfish.grizzly.http.LazyCookieState
 
toString() - Method in class org.glassfish.grizzly.http.Method
 
toString() - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
toString(Charset) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
toString(int, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
toString() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
toString(int, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
toString(Charset) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
toString() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
toString(int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
toString(int, int) - Method in interface org.glassfish.grizzly.http.util.Chunk
 
toString() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
toString(Charset) - Method in class org.glassfish.grizzly.http.util.DataChunk
 
toString(int, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
toString() - Method in enum org.glassfish.grizzly.http.util.Header
Returns the name of the header properly hyphenated if necessary.
toString() - Method in class org.glassfish.grizzly.http.util.MessageBytes
Compute the string value
toString() - Method in class org.glassfish.grizzly.http.util.MimeHeaders
EXPENSIVE!!! only for debugging.
toString() - Method in class org.glassfish.grizzly.http.util.StringCache.ByteEntry
 
toString() - Method in class org.glassfish.grizzly.http.util.StringCache.CharEntry
 
toString(ByteChunk) - Static method in class org.glassfish.grizzly.http.util.StringCache
 
toString(CharChunk) - Static method in class org.glassfish.grizzly.http.util.StringCache
 
toStringInternal() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
toStringInternal() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
touch(long) - Method in class org.glassfish.grizzly.http.util.TimeStamp
Access notification.
toUpper(int) - Static method in class org.glassfish.grizzly.http.util.Ascii
Returns the upper case equivalent of the specified ASCII character.
toUpper(byte[]) - Static method in class org.glassfish.grizzly.http.util.Ascii
Converts passed bytes (representing ASCII characters) to the upper case equivalent.
TRACE - Static variable in class org.glassfish.grizzly.http.Method
 
trailerHeaders - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.ContentParsingState
 
TransferEncoding - Interface in org.glassfish.grizzly.http
Abstraction, which represents HTTP transfer-encoding.

U

UDecoder - Class in org.glassfish.grizzly.http.util
All URL decoding happens here.
UDecoder() - Constructor for class org.glassfish.grizzly.http.util.UDecoder
 
UDecoder(boolean) - Constructor for class org.glassfish.grizzly.http.util.UDecoder
 
UEncoder - Class in org.glassfish.grizzly.http.util
Efficient implementation for encoders.
UEncoder() - Constructor for class org.glassfish.grizzly.http.util.UEncoder
 
UNAUTHORIZED_401 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
unescape(String) - Method in class org.glassfish.grizzly.http.Cookie
 
unescapeDoubleQuotes(DataChunk) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
Unescapes any double quotes in the given cookie value.
unescapeDoubleQuotes(BufferChunk) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
Unescapes any double quotes in the given cookie value.
unescapeDoubleQuotes(ByteChunk) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
Unescapes any double quotes in the given cookie value.
unescapeDoubleQuotes(CharChunk) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
Unescapes any double quotes in the given cookie value.
unescapeDoubleQuotes(Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
Un-escapes any double quotes in the given cookie value.
unescapeDoubleQuotes(String, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
Unescapes any double quotes in the given cookie value.
UNSUPPORTED_MEDIA_TYPE_415 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
upgrade(String) - Method in class org.glassfish.grizzly.http.HttpHeader.Builder
Set the HTTP upgrade type.
upgrade - Variable in class org.glassfish.grizzly.http.HttpHeader
 
uri(String) - Method in class org.glassfish.grizzly.http.HttpRequestPacket.Builder
Set the request URI.
URLDecoder - Class in org.glassfish.grizzly.http.util
 
URLDecoder() - Constructor for class org.glassfish.grizzly.http.util.URLDecoder
 
urlEncode(Writer, String) - Method in class org.glassfish.grizzly.http.util.UEncoder
URL Encode string, using a specified encoding.
urlEncode(Writer, String, boolean) - Method in class org.glassfish.grizzly.http.util.UEncoder
URL Encode string, using a specified encoding.
urlEncode(Writer, byte[], int, int) - Method in class org.glassfish.grizzly.http.util.UEncoder
 
urlEncode(Writer, byte[], int, int, boolean) - Method in class org.glassfish.grizzly.http.util.UEncoder
 
USE_PROXY_305 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
usingLazyCookieState - Variable in class org.glassfish.grizzly.http.Cookie
 
UTF8Decoder - Class in org.glassfish.grizzly.http.util
Moved from ByteChunk - code to convert from UTF8 bytes to chars.
UTF8Decoder() - Constructor for class org.glassfish.grizzly.http.util.UTF8Decoder
 

V

value - Variable in class org.glassfish.grizzly.http.Cookie
 
value - Variable in class org.glassfish.grizzly.http.util.StringCache.ByteEntry
 
value - Variable in class org.glassfish.grizzly.http.util.StringCache.CharEntry
 
valueOf(String) - Static method in enum org.glassfish.grizzly.http.Method.PayloadExpectation
Returns the enum constant of this type with the specified name.
valueOf(DataChunk) - Static method in class org.glassfish.grizzly.http.Method
 
valueOf(String) - Static method in class org.glassfish.grizzly.http.Method
 
valueOf(String) - Static method in enum org.glassfish.grizzly.http.Protocol
Returns the enum constant of this type with the specified name.
valueOf(DataChunk) - Static method in enum org.glassfish.grizzly.http.Protocol
 
valueOf(String) - Static method in enum org.glassfish.grizzly.http.util.DataChunk.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.grizzly.http.util.Header
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.glassfish.grizzly.http.Method.PayloadExpectation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.http.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.http.util.DataChunk.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.http.util.Header
Returns an array containing the constants of this enum type, in the order they are declared.
values(String) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
 
values(Header) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
 
version - Variable in class org.glassfish.grizzly.http.Cookie
 

W

wantDecode(HttpHeader) - Method in class org.glassfish.grizzly.http.ChunkedTransferEncoding
Return true if this encoding should be used to parse the content of the passed HttpHeader, or false otherwise.
wantDecode(HttpHeader) - Method in interface org.glassfish.grizzly.http.ContentEncoding
Method should implement the logic, which decides if HTTP packet with the specific HttpHeader should be decoded using this ContentEncoding.
wantDecode(HttpHeader) - Method in class org.glassfish.grizzly.http.FixedLengthTransferEncoding
Return true if this encoding should be used to parse the content of the passed HttpHeader, or false otherwise.
wantDecode(HttpHeader) - Method in class org.glassfish.grizzly.http.GZipContentEncoding
 
wantDecode(HttpHeader) - Method in class org.glassfish.grizzly.http.LZMAContentEncoding
 
wantDecode(HttpHeader) - Method in interface org.glassfish.grizzly.http.TransferEncoding
Return true if this encoding should be used to parse the content of the passed HttpHeader, or false otherwise.
wantEncode(HttpHeader) - Method in class org.glassfish.grizzly.http.ChunkedTransferEncoding
Return true if this encoding should be used to serialize the content of the passed HttpHeader, or false otherwise.
wantEncode(HttpHeader) - Method in interface org.glassfish.grizzly.http.ContentEncoding
Method should implement the logic, which decides if HTTP packet with the specific HttpHeader should be encoded using this ContentEncoding.
wantEncode(HttpHeader) - Method in class org.glassfish.grizzly.http.FixedLengthTransferEncoding
Return true if this encoding should be used to serialize the content of the passed HttpHeader, or false otherwise.
wantEncode(HttpHeader) - Method in class org.glassfish.grizzly.http.GZipContentEncoding
 
wantEncode(HttpHeader) - Method in class org.glassfish.grizzly.http.LZMAContentEncoding
 
wantEncode(HttpHeader) - Method in interface org.glassfish.grizzly.http.TransferEncoding
Return true if this encoding should be used to serialize the content of the passed HttpHeader, or false otherwise.
WEB_SOCKET_PROTOCOL_HANDSHAKE_101 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 

Z

Z - Static variable in class org.glassfish.grizzly.http.util.Constants
'Z'.
A B C D E F G H I K L M N O P Q R S T U V W Z 

Copyright © 2014 Oracle Corporation. All Rights Reserved.