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

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
TE - Enum constant in enum class org.glassfish.grizzly.http.util.Header
 
TEMPORARY_REDIRECT_307 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
terminate() - Method in class org.glassfish.grizzly.http.io.InputBuffer
Invoke ReadHandler.onError(Throwable) (assuming a ReadHandler is available) } passing a {#link CancellationException} if the current Connection is open, or a {#link EOFException} if the connection was unexpectedly closed.
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 class 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() - Method in class org.glassfish.grizzly.http.util.MessageBytes
Convert to char[] and fill the CharChunk.
toChars(Charset) - Method in class org.glassfish.grizzly.http.util.DataChunk
 
toCheckedByteArray(CharSequence) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
Converts the a CharSequence to a byte array, eliminating all the unprintable US-ASCII symbols by replacing them with spaces (' ').
toCheckedByteArray(CharSequence, byte[], int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
Serializes the passed CharSequence into a passed byte array starting from a given offset.
toImmutable() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
toLower(byte[]) - Static method in class org.glassfish.grizzly.http.util.Ascii
Converts passed bytes (representing ASCII characters) to the lower case equivalent.
toLower(int) - Static method in class org.glassfish.grizzly.http.util.Ascii
Returns the lower case equivalent of the specified ASCII character.
toString() - Method in class org.glassfish.grizzly.http.Cookie
 
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() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
toString() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
toString() - Method in class org.glassfish.grizzly.http.util.ContentType
 
toString() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
toString() - Method in enum class 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.HeaderValue
 
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(int, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
toString(int, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
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(int, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
toString(Charset) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
toString(Charset) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
toString(Charset) - Method in class org.glassfish.grizzly.http.util.DataChunk
 
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(byte[]) - Static method in class org.glassfish.grizzly.http.util.Ascii
Converts passed bytes (representing ASCII characters) to the upper case equivalent.
toUpper(int) - Static method in class org.glassfish.grizzly.http.util.Ascii
Returns the upper case equivalent of the specified ASCII character.
TRACE - Static variable in class org.glassfish.grizzly.http.Method
 
Trailer - Enum constant in enum class org.glassfish.grizzly.http.util.Header
 
trailerHeaders - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.ContentParsingState
 
trailerNames() - Method in class org.glassfish.grizzly.http.util.MimeHeaders
 
trailers - Variable in class org.glassfish.grizzly.http.io.InputBuffer
Trailer headers, if any.
trailerSize() - Method in class org.glassfish.grizzly.http.util.MimeHeaders
 
trailerValues(String) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
 
trailerValues(Header) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
 
TransferEncoding - Enum constant in enum class org.glassfish.grizzly.http.util.Header
 
TransferEncoding - Interface in org.glassfish.grizzly.http
Abstraction, which represents HTTP transfer-encoding.
trimLeft() - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
trimLeft() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
trimLeft() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
trimLeft() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
type() - Method in class org.glassfish.grizzly.http.HttpEvents.ChangePacketInProgressEvent
 
type() - Method in class org.glassfish.grizzly.http.HttpEvents.IncomingHttpUpgradeEvent
 
type() - Method in class org.glassfish.grizzly.http.HttpEvents.OutgoingHttpUpgradeEvent
 
type() - Method in class org.glassfish.grizzly.http.HttpEvents.ResponseCompleteEvent
 
TYPE - Static variable in class org.glassfish.grizzly.http.HttpEvents.ChangePacketInProgressEvent
 
TYPE - Static variable in class org.glassfish.grizzly.http.HttpEvents.IncomingHttpUpgradeEvent
 
TYPE - Static variable in class org.glassfish.grizzly.http.HttpEvents.OutgoingHttpUpgradeEvent
 
TYPE - Static variable in class org.glassfish.grizzly.http.HttpEvents.ResponseCompleteEvent
 
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