Index

A B C D E F G H I K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

I

IDENTITY - Static variable in class org.glassfish.grizzly.http.util.Constants
 
IDENTITY - Static variable in class org.glassfish.grizzly.http.util.HeaderValue
 
IfMatch - Enum constant in enum class org.glassfish.grizzly.http.util.Header
 
IfModifiedSince - Enum constant in enum class org.glassfish.grizzly.http.util.Header
 
IfNoneMatch - Enum constant in enum class org.glassfish.grizzly.http.util.Header
 
IfRange - Enum constant in enum class org.glassfish.grizzly.http.util.Header
 
IfUnmodifiedSince - Enum constant in enum class org.glassfish.grizzly.http.util.Header
 
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) - Method in class org.glassfish.grizzly.http.util.MessageBytes
 
indexOf(char[], int, int, char) - Static method in class org.glassfish.grizzly.http.util.CharChunk
 
indexOf(char, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
indexOf(char, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
Returns true if the message bytes starts with the specified string.
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) - 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(char, int) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Returns true if the message bytes starts with the specified string.
indexOf(String) - Method in class org.glassfish.grizzly.http.util.MessageBytes
 
indexOf(String, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
indexOf(String, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
indexOf(String, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
indexOf(String, int) - Method in interface org.glassfish.grizzly.http.util.Chunk
 
indexOf(String, 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.MessageBytes
 
indexOf(String, int) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Find the index of a header with the given name.
indexOf(String, int, int, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
indexOf(String, int, int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
indexOf(Buffer, int, byte, int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
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(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(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
init(String) - Method in class org.glassfish.grizzly.http.util.B2CConverter
 
init(String) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
init(Buffer, 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
 
initialize(HttpHeader, boolean, FilterChainContext) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
 
initialize(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.io.InputBuffer
Per-request initialization required for the InputBuffer to function properly.
initialized() - Method in class org.glassfish.grizzly.http.Cookies
 
initiateAsyncronousDataReceiving() - Method in class org.glassfish.grizzly.http.io.InputBuffer
Initiates asynchronous data receiving.
InputBuffer - Class in org.glassfish.grizzly.http.io
Abstraction exposing both byte and character methods to read content from the HTTP messaging system in Grizzly.
InputBuffer() - Constructor for class org.glassfish.grizzly.http.io.InputBuffer
 
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.
isAsyncEnabled() - Method in class org.glassfish.grizzly.http.io.InputBuffer
Deprecated.
will always return true
isAsyncEnabled() - Method in class org.glassfish.grizzly.http.io.OutputBuffer
Deprecated.
will always return true
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.HttpHeader
Return true if chunking is allowed for this header.
isChunkingEnabled() - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Return true if chunked transfer-encoding may be used.
isClientSupportCompression(CompressionConfig, HttpRequestPacket, String[]) - Static method in class org.glassfish.grizzly.http.CompressionConfig
Returns true if a client, based on its HttpRequestPacket, could be responded with compressed data, or false otherwise.
isClosed() - Method in class org.glassfish.grizzly.http.io.InputBuffer
 
isClosed() - Method in class org.glassfish.grizzly.http.io.OutputBuffer
 
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
 
isDecompressionEnabled() - Method in class org.glassfish.grizzly.http.CompressionConfig
 
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.
isFinished() - Method in class org.glassfish.grizzly.http.io.InputBuffer
 
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
 
isHtmlEncodingCustomReasonPhrase() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Returns if we need to encode HTML sensitive characters in custom reason phrase.
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).
isIgnoreContentModifiers() - Method in class org.glassfish.grizzly.http.HttpHeader
 
isKeepAlive() - Method in class org.glassfish.grizzly.http.ProcessingState
This flag controls the connection keep-alive feature.
isLast - Variable in class org.glassfish.grizzly.http.HttpContent
 
isLast() - Method in class org.glassfish.grizzly.http.HttpBrokenContent
Always true true for the trailer message.
isLast() - Method in class org.glassfish.grizzly.http.HttpContent
 
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.
isMimeTypeSet() - Method in class org.glassfish.grizzly.http.util.ContentType
 
isNew() - Method in class org.glassfish.grizzly.http.util.TimeStamp
 
isNonPrintableUsAscii(int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
Returns true if the passed symbol code represents a non-printable US-ASCII symbol in range [Integer.MIN_VALUE; 9) U (9; 31] U [127; Integer.MAX_VALUE].
isNotSpaceAndTab(byte) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
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
 
isPreserveHeaderCase() - Method in class org.glassfish.grizzly.http.HttpCodecFilter
 
isRemoveHandledContentEncodingHeaders() - Method in class org.glassfish.grizzly.http.HttpCodecFilter
 
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() - Method in class org.glassfish.grizzly.http.HttpHeader
 
isSecure(Connection) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
flag, which indicates whether this HttpCodecFilter is dealing with the secured HTTP packets.
isSendHeaderUpstream() - Method in class org.glassfish.grizzly.http.ParsingResult
 
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
 
isSerialized(int) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Get the header's "serialized" flag.
isSet() - Method in class org.glassfish.grizzly.http.util.ContentType
 
isSet() - Method in class org.glassfish.grizzly.http.util.HeaderValue
 
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.
isSpaceOrTab(byte) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
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(int) - Static method in class org.glassfish.grizzly.http.util.CookieHeaderParser
 
isToken(String) - Static method in class org.glassfish.grizzly.http.util.CookieHeaderGenerator
Is the provided String a token as per RFC 7230?
Note: token = 1 * tchar (RFC 7230)
Since a token requires at least 1 tchar, null and the empty string ("") are not considered to be valid tokens.
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
 
isTransferEncodingHeader - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
isUpgrade() - Method in class org.glassfish.grizzly.http.HttpHeader
 
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
 
isVersionSet() - Method in class org.glassfish.grizzly.http.Cookie
 
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.
A B C D E F G H I K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form