|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
ContentEncoding to the HttpCodecFilter.
TransferEncoding to the HttpCodecFilter.
Buffer chunk representation.HttpContent builder.
HttpRequestPacket builder.
HttpResponsePacket builder.
HttpTrailer builder.
DataChunk implementation, which could be cached in the thread cache.CharChunk and BufferChunk.HttpPacket content will be transferred
in chunking mode, or false if case of fixed-length message.
java.lang.Object.clone
method to return a copy of this cookie.
Header is present
among the HttpHeader mime headers, otherwise returns false.
Header is present
among the HttpHeader mime headers, otherwise returns false.
Header is present
among the HttpHeader mime headers, otherwise returns false.
Buffer.
HttpPacket.
HttpPacket.
ByteChunk
ByteChunk
BufferChunk to char[] using UTF8 encoding.
DataChunk to chars representation, using the passed encoding.
Note associated with this Request.
Buffer chunk representation.HttpContent.
String.
MessageBytes
using an UDecoder.
MessageBytes
using an UDecoder, using the specified encoding, using the specified
[@link B2CConverter} to decode the request.
DataChunk.
DataChunk.
DataChunk.
DataChunk.
DataChunk
DataChunk
BufferChunk
BufferChunk
CharChunk
CharChunk
HttpContent.
byte[] representation i accordance with RFC 2045.
char[] representation i accordance with RFC 2045.
String representation i accordance with RFC 2045.
Enum.name.
Buffer.
null.
Set if there are none.
ISO-8859-1.
null if the cookie has no comment.
null if the cookie has no comment.
Buffer.
ContentEncodings.
HttpPacket.
MimeHeaders, associated with the HttpHeader.
MimeHeaders, associated with the HttpHeader.
MimeHeaders, associated with the HttpHeader.
ISO-8859-1.
-1 indicating the cookie will persist
until browser shutdown.
-1 indicating the cookie will persist
until browser shutdown.
DataChunk
(avoiding creation of a String object).
Note value associated with this Request,
or null if no such binding exists.
Set containing the String names of all note bindings
that exist for this request.
DataChunk
(avoiding creation of a String object).
DataChunk
(avoid creation of a String object}.
DataChunk
(avoid creation of a String object}.
RequestURIRef
(avoiding creation of a String object).
TransferEncoding, responsible for the parsing/serialization of the HTTP message content
TransferEncodings.
ContentEncoding implementation, which compresses/decompresses
HTTP content using gzip algorithm.Buffer,
which has to be transformed into HTTP response packet part.
Buffer, which has to be transformed
into HTTP packet part.
Buffer,
which has to be transformed into HTTP request packet part.
HttpPacket,
which may represent HTTP packet header, content or content chunk.
RFC 2616.HttpCodecFilter implementation, which is responsible for
decoding HttpResponsePacket and encoding HttpRequestPacket messages.Filter, responsible for transforming Buffer into
HttpPacket and vice versa in asynchronous mode.HttpCodecFilter.HttpPacket, which represents HTTP message header.HttpRequestPacket,
HttpResponsePacket, HttpContent.HttpHeader object, which represents HTTP request message.MessageBytes
is normalized, converted and valid.HttpHeader object, which represents HTTP response message.HttpCodecFilter implementation, which is responsible for
decoding HttpRequestPacket and encoding HttpResponsePacket messages.enum encapsulates the HTTP response status and
reason phrases as defined by RFC 2616.HttpContent message, which represents HTTP trailer message.true if custom status reason phrases are allowed for
this response, or false otherwise.
- isAllowEncodedSlash() -
Method in class org.glassfish.grizzly.http.util.UDecoder
-
- isAlpha(int) -
Static method in class org.glassfish.grizzly.http.util.Ascii
- Returns true if the specified ASCII character is upper or lower case.
- isAuthPassthroughEnabled() -
Method in class org.glassfish.grizzly.http.HttpServerFilter
-
- 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.
- 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 -
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
-
- isSecure() -
Method in class org.glassfish.grizzly.http.LazyCookie
- Returns true if the browser is sending cookies
only over a secure protocol, or false if the
browser can send cookies using any protocol.
- 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.
- 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
-
- isTraceEnabled() -
Method in class org.glassfish.grizzly.http.HttpServerFilter
-
- 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.
KeepAlive.KeepAlive instance.
KeepAlive.Cookie.Buffers.Charset by name.
HttpPackets, which contain mimeheaders.KeepAliveProbes about the "keep-alive connection accepted" event.
KeepAliveProbes about the "keep-alive connection hit" event.
KeepAliveProbes about the "keep-alive connection refused" event.
KeepAliveProbes about the "keep-alive connection timeout" event.
ContentEncoding will be applied
during the parsing/decoding of the certain HTTP message content chunk.
ContentEncoding will be applied
during the serialization/encoding of the certain HTTP message content chunk.
Buffer will come for processing to
the HttpCodecFilter (either request or response).
Buffer, produced by the
HttpCodecFilter will be ready to go to the next
Filter in the chain and finally
written on wire.
HttpCodecFilter processing.
Filter.
HttpPacket parsing has been completed.
TransferEncoding will be applied
during the parsing/decoding of the certain HTTP message content chunk.
TransferEncoding will be applied
during the serialization/encoding of the certain HTTP message content chunk.
Buffer using specific
transfer encoding.
Buffer using specific
transfer encoding.
Buffer using specific
transfer encoding.
TransferEncoding or ContentEncoding parsing.HttpCodecFilter to let
TransferEncoding prepare itself for the content serialization.
HttpCodecFilter to let
TransferEncoding prepare itself for the content serialization.
query portion of the request URI.
ContentEncoding from the HttpCodecFilter.
Note value associated with this request.
TransferEncoding from the HttpCodecFilter.
HttpContent
using specific transfer encoding.
HttpContent
using specific transfer encoding.
HttpContent
using specific transfer encoding.
HttpPacket content will be transferred
in chunking mode, or false if case of fixed-length message.
HttpContent
messages might be serialized for this HttpPacket.
Content-Language
response header.
HttpPacket.
Note value to this Request,
replacing any existing binding for this name.
query portion of the request URI.
Host request header.
Connection.
TransferEncoding, responsible for the parsing/serialization of the HTTP message content.
true if the DataChunk starts with
the specified string.
true if the DataChunk starts with
the specified string.
Buffer wrapping the US-ASCII encoded byte representation
of this Header.
BufferChunk using the specified encoding.
HttpHeader, or false otherwise.
HttpHeader should be decoded using this ContentEncoding.
HttpHeader, or false otherwise.
HttpHeader, or false otherwise.
HttpHeader, or false otherwise.
HttpHeader should be encoded using this ContentEncoding.
HttpHeader, or false otherwise.
HttpHeader, or false otherwise.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||