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

A

A - Static variable in class org.glassfish.grizzly.http.server.Constants
'A'.
a - Static variable in class org.glassfish.grizzly.http.server.Constants
'a'.
ACK_BYTES - Static variable in class org.glassfish.grizzly.http.server.Constants
 
acknowledge() - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
Acknowledge a HTTP Expect header.
add(HttpRequestPacket, File) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Add a resource to the cache.
addContext(String, String, Object, String[], Context) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Add a new Context to an existing Host.
addCookie(Cookie) - Method in class org.glassfish.grizzly.http.server.Request
Add a Cookie to the set of Cookies associated with this Request.
addCookie(Cookie) - Method in class org.glassfish.grizzly.http.server.Response
Add the specified Cookie to those that will be included with this Response.
addDateHeader(String, long) - Method in class org.glassfish.grizzly.http.server.Response
Add the specified date header to the specified value.
addHeader(String, String) - Method in class org.glassfish.grizzly.http.server.Response
Add the specified header to the specified value.
addHeapSize(long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
addHost(String, String[], Object) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Add a new host to the mapper.
addHttpService(HttpService, String...) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
Adds the specified HttpService with its associated mapping(s).
addIntHeader(String, int) - Method in class org.glassfish.grizzly.http.server.Response
Add the specified integer header to the specified value.
addJmxEventListener(JmxEventListener) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
Add a JmxEventListener which will be notified when the HttpServer is started and JMX was enabled prior to starting or if the HttpServer was started with JMX disabled, but JMX was enabled at a later point in time.
addListener(NetworkListener) - Method in class org.glassfish.grizzly.http.server.HttpServer
Adds the specified listener to the server instance.
addLocale(Locale) - Method in class org.glassfish.grizzly.http.server.Request
Add a Locale to the set of preferred Locales for this Request.
addMappedMemorySize(long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
addParameter(String, String[]) - Method in class org.glassfish.grizzly.http.server.Request
Add a parameter name and corresponding set of values to this Request.
addService(HttpService, String[]) - Method in class org.glassfish.grizzly.http.server.HttpServiceChain
Add a HttpService and its associated array of mapping.
addToFileCache(Request, File) - Method in class org.glassfish.grizzly.http.server.StaticResourcesHandler
 
addWrapper(String, String, String, Object) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Add a new Wrapper to an existing Context.
addWrapper(String, String, String, Object, boolean) - Method in class org.glassfish.grizzly.http.server.util.Mapper
 
addWrapper(String, Object) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Add a wrapper to the context associated with this wrapper.
addWrapper(String, Object, boolean) - Method in class org.glassfish.grizzly.http.server.util.Mapper
 
addWrapper(Mapper.Context, String, Object) - Method in class org.glassfish.grizzly.http.server.util.Mapper
 
addWrapper(Mapper.Context, String, Object, boolean) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Adds a wrapper to the given context.
advance() - Method in class org.glassfish.grizzly.http.server.util.StringParser
Advance the current parsing position by one, if we are not already past the end of the string.
allowReplacement() - Static method in class org.glassfish.grizzly.http.server.util.Mapper
true if replacement of already added Mapper.Host, Mapper.Context and Mapper.Wrapper when invoking Mapper.addHost(java.lang.String, java.lang.String[], java.lang.Object), Mapper.addContext(java.lang.String, java.lang.String, java.lang.Object, java.lang.String[], javax.naming.Context) etc.
ALT_DD_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The servlet context attribute under which we store the alternate deployment descriptor for this web application
appCommitted - Variable in class org.glassfish.grizzly.http.server.Response
The application commit flag.
append(Buffer) - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
Appends the specified Buffer to the internal composite Buffer.
asyncInput() - Method in class org.glassfish.grizzly.http.server.Request
 
attributes - Variable in class org.glassfish.grizzly.http.server.Request
The attributes associated with this Request, keyed by attribute name.
attributes() - Method in class org.glassfish.grizzly.http.server.Session
Return a ConcurrentHashMap of attributes.
AUTHORIZATION_HEADER - Static variable in class org.glassfish.grizzly.http.server.Constants
Default header names.
authType - Variable in class org.glassfish.grizzly.http.server.Request
Authentication type.
available() - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
 
available() - Method in class org.glassfish.grizzly.http.server.io.NIOInputStream
availableChar() - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
 

B

bb - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
BinaryNIOOutputSink - Interface in org.glassfish.grizzly.http.server.io
Adds the ability for binary based NIOOutputSinks to write a Buffer instead of having to convert to those types supported by OutputStream.
BUFFERED_FILTER - Static variable in class org.glassfish.grizzly.http.server.Constants
Buffered filter (input)
buildService() - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
 

C

CACHED_POST_LEN - Static variable in class org.glassfish.grizzly.http.server.Request
Post data buffer.
cancel() - Method in class org.glassfish.grizzly.http.server.Response
Cancel the Response and finish/commit it.
canWrite(int) - Method in interface org.glassfish.grizzly.http.server.io.NIOOutputSink
 
canWrite(int) - Method in class org.glassfish.grizzly.http.server.io.NIOOutputStream
canWrite(int) - Method in class org.glassfish.grizzly.http.server.io.NIOWriter
 
canWrite(int) - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
 
canWriteChar(int) - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
 
CERTIFICATE_KEY - Static variable in class org.glassfish.grizzly.http.server.ssl.SSLAttributes
The Request attribute key for the client certificate chain.
CERTIFICATES_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which we store the array of X509Certificate objects representing the certificate chain presented by our client, if any.
checkIfHeaders(FileCacheEntry, HttpRequestPacket) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Check if the conditions specified in the optional If headers are satisfied.
checkIfMatch(FileCacheEntry, HttpRequestPacket) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Check if the if-match condition is satisfied.
checkIfUnmodifiedSince(FileCacheEntry, HttpRequestPacket) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Check if the if-unmodified-since condition is satisfied.
CHUNKED - Static variable in class org.glassfish.grizzly.http.server.Constants
 
CHUNKED_FILTER - Static variable in class org.glassfish.grizzly.http.server.Constants
Chunked filters (input and output).
CIPHER_SUITE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which we store the name of the cipher suite being used on an SSL connection (as an object of type java.lang.String).
CIPHER_SUITE_KEY - Static variable in class org.glassfish.grizzly.http.server.ssl.SSLAttributes
The Request attribute key for the cipher suite.
CLASS_LOADER_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The servlet context attribute under which we store the class loader used for loading servlets (as an object of type java.lang.ClassLoader).
CLASS_PATH_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The servlet context attribute under which we store the class path for our application class loader (as an object of type String), delimited with the appropriate path delimiter for this platform.
clear() - Method in class org.glassfish.grizzly.http.server.util.ParameterMap
Remove all mappings from this map.
clearCookies() - Method in class org.glassfish.grizzly.http.server.Request
Clear the collection of Cookies associated with this Request.
clearHeaders() - Method in class org.glassfish.grizzly.http.server.Request
Clear the collection of Headers associated with this Request.
clearLocales() - Method in class org.glassfish.grizzly.http.server.Request
Clear the collection of Locales associated with this Request.
clearParameters() - Method in class org.glassfish.grizzly.http.server.Request
Clear the collection of parameters associated with this Request.
CLOSE - Static variable in class org.glassfish.grizzly.http.server.Constants
 
close() - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
 
close() - Method in class org.glassfish.grizzly.http.server.io.NIOInputStream
close() - Method in class org.glassfish.grizzly.http.server.io.NIOOutputStream
close() - Method in class org.glassfish.grizzly.http.server.io.NIOReader
close() - Method in class org.glassfish.grizzly.http.server.io.NIOWriter
close() - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
 
CLOSE_BYTES - Static variable in class org.glassfish.grizzly.http.server.Constants
 
COLON - Static variable in class org.glassfish.grizzly.http.server.Constants
COLON.
COLON_BYTES - Static variable in class org.glassfish.grizzly.http.server.Constants
 
commit() - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
Commit the response.
completionHandler - Variable in class org.glassfish.grizzly.http.server.Response.SuspendedRunnable
 
configureSessionCookie(Cookie) - Method in class org.glassfish.grizzly.http.server.Request
Configures the given JSESSIONID cookie.
CONNECTION - Static variable in class org.glassfish.grizzly.http.server.Constants
 
Constants - Class in org.glassfish.grizzly.http.server
Constants.
Constants() - Constructor for class org.glassfish.grizzly.http.server.Constants
 
containsHeader(String) - Method in class org.glassfish.grizzly.http.server.Response
Has the specified header been set already in this response?
contentLength - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
contentType - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
context - Variable in class org.glassfish.grizzly.http.server.util.Mapper
Context associated with this wrapper, used for wrapper mapping.
context - Variable in class org.glassfish.grizzly.http.server.util.MappingData
 
contextList - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Host
 
contextPath - Variable in class org.glassfish.grizzly.http.server.util.MappingData
 
contexts - Variable in class org.glassfish.grizzly.http.server.util.Mapper.ContextList
 
cookies - Variable in class org.glassfish.grizzly.http.server.Request
The set of cookies associated with this Request.
cookies - Variable in class org.glassfish.grizzly.http.server.Response
The set of Cookies associated with this Response.
cookiesParsed - Variable in class org.glassfish.grizzly.http.server.Request
Cookies parsed flag.
CR - Static variable in class org.glassfish.grizzly.http.server.Constants
CR.
create() - Static method in class org.glassfish.grizzly.http.server.Request
 
create() - Static method in class org.glassfish.grizzly.http.server.Response
 
createInputStream() - Method in class org.glassfish.grizzly.http.server.Request
Create and return a NIOInputStream to read the content associated with this Request.
createJmxManagementObject() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
createJmxManagementObject() - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
 
createManagementObject() - Method in interface org.glassfish.grizzly.http.server.jmx.Monitorable
 
createManagementObject() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
createOutputStream() - Method in class org.glassfish.grizzly.http.server.Response
Create and return a ServletOutputStream to write the content associated with this Response.
createSimpleServer() - Static method in class org.glassfish.grizzly.http.server.HttpServer
 
createSimpleServer(String) - Static method in class org.glassfish.grizzly.http.server.HttpServer
 
createSimpleServer(String, int) - Static method in class org.glassfish.grizzly.http.server.HttpServer
 
CRLF - Static variable in class org.glassfish.grizzly.http.server.Constants
CRLF.
CRLF_BYTES - Static variable in class org.glassfish.grizzly.http.server.Constants
 
ctx - Variable in class org.glassfish.grizzly.http.server.Request
 
ctx - Variable in class org.glassfish.grizzly.http.server.Response
Grizzly FilterChain context, related to this HTTP request/response
customizedErrorPage(HttpServer, Request, Response) - Method in class org.glassfish.grizzly.http.server.HttpService
Customize the error page.

D

date - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
decrementDispatchDepth() - Method in class org.glassfish.grizzly.http.server.Request
Decrement the depth of application dispatch
DEFAULT_CHARACTER_ENCODING - Static variable in class org.glassfish.grizzly.http.server.Constants
 
DEFAULT_CONNECTION_LINGER - Static variable in class org.glassfish.grizzly.http.server.Constants
 
DEFAULT_CONNECTION_UPLOAD_TIMEOUT - Static variable in class org.glassfish.grizzly.http.server.Constants
 
DEFAULT_HEADER_SIZE - Static variable in class org.glassfish.grizzly.http.server.Constants
Default request header size
DEFAULT_HTTP_HEADER_BUFFER_SIZE - Static variable in class org.glassfish.grizzly.http.server.Constants
Default HTTP header buffer size.
DEFAULT_MAX_DISPATCH_DEPTH - Static variable in class org.glassfish.grizzly.http.server.Constants
 
DEFAULT_NETWORK_HOST - Static variable in class org.glassfish.grizzly.http.server.NetworkListener
The default network host to which the HttpServer will bind to in order to service HTTP requests.
DEFAULT_NETWORK_PORT - Static variable in class org.glassfish.grizzly.http.server.NetworkListener
The default network port to which the HttpServer will bind to in order to service HTTP requests.
DEFAULT_QUEUE_SIZE - Static variable in class org.glassfish.grizzly.http.server.Constants
Default queue in bytes size.
DEFAULT_RECYCLE - Static variable in class org.glassfish.grizzly.http.server.Constants
Default recycle value.
DEFAULT_REQUEST_BUFFER_SIZE - Static variable in class org.glassfish.grizzly.http.server.Constants
Default request buffer size
DEFAULT_RESPONSE_TYPE - Static variable in class org.glassfish.grizzly.http.server.Constants
The default response-type
DEFAULT_SERVER_SOCKET_TIMEOUT - Static variable in class org.glassfish.grizzly.http.server.Constants
 
DEFAULT_TCP_NO_DELAY - Static variable in class org.glassfish.grizzly.http.server.Constants
 
DEFAULT_TIMEOUT - Static variable in class org.glassfish.grizzly.http.server.Constants
Default transaction time out.
defaultContextPaths - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Host
 
defaultContexts - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Host
 
defaultHostName - Variable in class org.glassfish.grizzly.http.server.util.Mapper
Default host name.
defaultLocale - Static variable in class org.glassfish.grizzly.http.server.Request
The default Locale if none are specified.
defaultWrapper - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
 
delayQueue - Variable in class org.glassfish.grizzly.http.server.Response
 
destroy() - Method in class org.glassfish.grizzly.http.server.HttpService
Invoked when the HttpServer and may be overridden by custom implementations to perform implementation specific resource reclaimation tasks.
destroy() - Method in class org.glassfish.grizzly.http.server.HttpServiceChain
 
disableJMX() - Method in class org.glassfish.grizzly.http.server.HttpServer
 
DISPATCHER_REQUEST_PATH_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
Request dispatcher path.
DISPATCHER_TYPE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
Request dispatcher state.
dispatcherType - Variable in class org.glassfish.grizzly.http.server.Request
The current dispatcher type.
docRoot - Variable in class org.glassfish.grizzly.http.server.StaticResourcesHandler
 
doGetSession(boolean) - Method in class org.glassfish.grizzly.http.server.Request
 
doService(Request, Response) - Method in class org.glassfish.grizzly.http.server.HttpService
Handles static resources if this service is configured to do so, otherwise invokes HttpService.service(Request, Response).

E

enableJMX() - Method in class org.glassfish.grizzly.http.server.HttpServer
 
encodeURL(String) - Method in class org.glassfish.grizzly.http.server.Response
Encode the session identifier associated with this response into the specified URL, if necessary.
endRequest() - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
 
Enumerator<E> - Class in org.glassfish.grizzly.http.server.util
HttpService class that wraps an Enumeration around a Java2 collection classes object Iterator so that existing APIs returning Enumerations can easily run on top of the new collections.
Enumerator(Collection<E>) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
Return an Enumeration over the values of the specified Collection.
Enumerator(Collection<E>, boolean) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
Return an Enumeration over the values of the specified Collection.
Enumerator(Iterator<E>) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
Return an Enumeration over the values returned by the specified Iterator.
Enumerator(Iterator<E>, boolean) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
Return an Enumeration over the values returned by the specified Iterator.
Enumerator(Map<?, E>) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
Return an Enumeration over the values of the specified Map.
Enumerator(Map<?, E>, boolean) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
Return an Enumeration over the values of the specified Map.
equals(Object) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheKey
 
error - Variable in class org.glassfish.grizzly.http.server.Response
The error flag.
ERROR_MESSAGE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which we forward an HTTP status message (as an object of type STring) to an error page.
Etag - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
exactWrappers - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
 
EXCEPTION_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which we forward a Java exception (as an object of type Throwable) to an error page.
EXCEPTION_PAGE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which we forward the request URI (as an object of type String) of the page on which an error occurred.
EXCEPTION_TYPE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which we forward a Java exception type (as an object of type Class) to an error page.
exceptionOccurred(FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
Override the default implementation to notify the ReadHandler, if available, of any read error that has occurred during processing.
extensionWrappers - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
 
extract(int) - Method in class org.glassfish.grizzly.http.server.util.StringParser
Extract and return a substring that starts at the specified position, and extends to the end of the string being parsed.
extract(int, int) - Method in class org.glassfish.grizzly.http.server.util.StringParser
Extract and return a substring that starts at the specified position, and ends at the character before the specified position.

F

FileCache - Class in org.glassfish.grizzly.http.server.filecache
This class implements a file caching mechanism used to cache static resources.
FileCache() - Constructor for class org.glassfish.grizzly.http.server.filecache.FileCache
 
FileCache - Class in org.glassfish.grizzly.http.server.filecache.jmx
This class provides a JMX view of the current operating state of the FileCache.
FileCache(FileCache) - Constructor for class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
Constructs a new JMX managed FileCache for the specified FileCache instance.
FileCache.CacheType - Enum in org.glassfish.grizzly.http.server.filecache
 
FileCacheEntry - Class in org.glassfish.grizzly.http.server.filecache
The entry value in the file cache map.
FileCacheEntry(FileCache) - Constructor for class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
FileCacheFilter - Class in org.glassfish.grizzly.http.server
 
FileCacheFilter(FileCache) - Constructor for class org.glassfish.grizzly.http.server.FileCacheFilter
 
FileCacheKey - Class in org.glassfish.grizzly.http.server.filecache
The entry key in the file cache map.
FileCacheKey(String, String) - Constructor for class org.glassfish.grizzly.http.server.filecache.FileCacheKey
 
FileCacheProbe - Interface in org.glassfish.grizzly.http.server.filecache
Monitoring probe providing callbacks that may be invoked by Grizzly FileCache.
fileSize - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
filter(String) - Static method in class org.glassfish.grizzly.http.server.Response
Filter the specified message string for characters that are sensitive in HTML.
findChar(char) - Method in class org.glassfish.grizzly.http.server.util.StringParser
Return the index of the next occurrence of the specified character, or the index of the character after the last position of the string if no more occurrences of this character are found.
findText() - Method in class org.glassfish.grizzly.http.server.util.StringParser
Return the index of the next occurrence of a non-whitespace character, or the index of the character after the last position of the string if no more non-whitespace characters are found.
findWhite() - Method in class org.glassfish.grizzly.http.server.util.StringParser
Return the index of the next occurrence of a whitespace character, or the index of the character after the last position of the string if no more whitespace characters are found.
finish() - Method in class org.glassfish.grizzly.http.server.Response
Perform whatever actions are required to flush and close the output stream or writer, in a single operation.
finished() - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
When invoked, this method will call ReadHandler.onAllDataRead() on the current ReadHandler (if any).
flush() - Method in class org.glassfish.grizzly.http.server.io.NIOOutputStream
flush() - Method in class org.glassfish.grizzly.http.server.io.NIOWriter
flush() - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
Flush the response.
flush() - Method in class org.glassfish.grizzly.http.server.Response
Flush the current buffered content to the network.
FORCED_REQUEST_TYPE - Static variable in class org.glassfish.grizzly.http.server.Constants
The forced request-type
format - Variable in class org.glassfish.grizzly.http.server.Response
The date format we will use for creating date headers.
formats - Variable in class org.glassfish.grizzly.http.server.Request
 
FORWARD_CONTEXT_PATH_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which the original context path is stored on an forwarded dispatcher request.
FORWARD_PATH_INFO_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which the original path info is stored on an forwarded dispatcher request.
FORWARD_QUERY_STRING_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which the original query string is stored on an forwarded dispatcher request.
FORWARD_REQUEST_URI_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which the original request URI is stored on an forwarded dispatcher request.
FORWARD_SERVLET_PATH_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which the original servlet path is stored on an forwarded dispatcher request.

G

GET - Static variable in class org.glassfish.grizzly.http.server.Constants
GET.
get(HttpRequestPacket) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Send the cache.
get() - Method in class org.glassfish.grizzly.http.server.SuspendStatus
 
get(String) - Static method in class org.glassfish.grizzly.http.server.util.MimeType
 
getAttribute(String) - Method in class org.glassfish.grizzly.http.server.Request
Return the specified request attribute if it exists; otherwise, return null.
getAttribute(String) - Method in class org.glassfish.grizzly.http.server.Session
Return an attribute.
getAttributeNames() - Method in class org.glassfish.grizzly.http.server.Request
Return the names of all request attributes for this Request, or an empty Enumeration if there are none.
getAuthorization() - Method in class org.glassfish.grizzly.http.server.Request
Return the authorization credentials sent with this request.
getAuthType() - Method in class org.glassfish.grizzly.http.server.Request
Return the authentication type used for this Request.
getBuffer() - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
 
getBuffer() - Method in interface org.glassfish.grizzly.http.server.io.NIOInputSource
Returns the underlying Buffer that backs this NIOInputSource.
getBuffer() - Method in class org.glassfish.grizzly.http.server.io.NIOInputStream
Returns the underlying Buffer that backs this NIOInputSource.
getBuffer() - Method in class org.glassfish.grizzly.http.server.io.NIOReader
Returns the underlying Buffer that backs this NIOInputSource.
getBufferSize() - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
 
getBufferSize() - Method in class org.glassfish.grizzly.http.server.Response
Return the actual buffer size used for this Response.
getCachedEntryCount() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
 
getCacheErrorCount() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
 
getCacheHitCount() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
 
getCacheMissCount() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
 
getCharacterEncoding() - Method in class org.glassfish.grizzly.http.server.Request
Return the character encoding for this Request.
getCharacterEncoding() - Method in class org.glassfish.grizzly.http.server.Response
Return the character encoding used for this Response.
getConnectionConfig() - Method in class org.glassfish.grizzly.http.server.HttpServerMonitoringConfig
Get the connection monitoring config.
getContentEncodings() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getContentLength() - Method in class org.glassfish.grizzly.http.server.Request
Return the content length for this Request.
getContentLength() - Method in class org.glassfish.grizzly.http.server.Response
Return the content length that was set or calculated for this Response.
getContentType() - Method in class org.glassfish.grizzly.http.server.Request
Return the content type for this Request.
getContentType() - Method in class org.glassfish.grizzly.http.server.Response
Return the content type that was set or calculated for this response, or null if no content type was set.
getContext() - Method in class org.glassfish.grizzly.http.server.Request
 
getContextNames() - Method in class org.glassfish.grizzly.http.server.util.Mapper
Return all contexts, in //HOST/PATH form
getCookies() - Method in class org.glassfish.grizzly.http.server.Request
Return the set of Cookies received with this Request.
getCookies() - Method in class org.glassfish.grizzly.http.server.Response
Return an array of all cookies set for this response, or a zero-length array if no cookies have been set.
getDateHeader(String) - Method in class org.glassfish.grizzly.http.server.Request
Return the value of the specified date header, if any; otherwise return -1.
getDecodedRequestURI() - Method in class org.glassfish.grizzly.http.server.Request
Get the decoded request URI.
getDefaultHostName() - Method in class org.glassfish.grizzly.http.server.util.Mapper
Get default host.
getDetailMessage() - Method in class org.glassfish.grizzly.http.server.Response
Gets detail error message.
getDocRoot() - Method in class org.glassfish.grizzly.http.server.HttpService
Return the directory from where files will be serviced, or null, if static resources won't be served by this HttpService.
getDocRoot() - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
 
getDocRoot() - Method in class org.glassfish.grizzly.http.server.StaticResourcesHandler
Return the directory from where files will be serviced.
getDocumentRoot() - Method in class org.glassfish.grizzly.http.server.jmx.HttpServer
 
getErrorPage(String, String, String) - Static method in class org.glassfish.grizzly.http.server.util.HtmlHelper
 
getExceptionErrorPage(String, String, Throwable) - Static method in class org.glassfish.grizzly.http.server.util.HtmlHelper
 
getFileCache() - Method in class org.glassfish.grizzly.http.server.FileCacheFilter
 
getFileCache() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getFileCacheConfig() - Method in class org.glassfish.grizzly.http.server.HttpServerMonitoringConfig
Get the file cache monitoring config.
getFilterChain() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getHeader(String) - Method in class org.glassfish.grizzly.http.server.Request
Return the first value of the specified header, if any; otherwise, return null
getHeader(String) - Method in class org.glassfish.grizzly.http.server.Response
Return the value for the specified header, or null if this header has not been set.
getHeaderNames() - Method in class org.glassfish.grizzly.http.server.Request
Return the names of all headers received with this request.
getHeaderNames() - Method in class org.glassfish.grizzly.http.server.Response
Return an array of all the header names set for this response, or a zero-length array if no headers have been set.
getHeaders(String) - Method in class org.glassfish.grizzly.http.server.Request
Return all of the values of the specified header, if any; otherwise, return an empty enumeration.
getHeaderValues(String) - Method in class org.glassfish.grizzly.http.server.Response
Return an array of all the header values associated with the specified header name, or an zero-length array if there are no such header values.
getHeapCacheSize() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Return the heap space used for cache
getHeapMemoryInBytes() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
 
getHost() - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
 
getHost() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getHosts() - Method in class org.glassfish.grizzly.http.server.util.Mapper
 
getHttpCodecFilter() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getHttpConfig() - Method in class org.glassfish.grizzly.http.server.HttpServerMonitoringConfig
Get the http monitoring config.
getHttpServerFilter() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getHttpServerName() - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
 
getHttpServerVersion() - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
 
getHttpService() - Method in class org.glassfish.grizzly.http.server.HttpServer
 
getIdInternal() - Method in class org.glassfish.grizzly.http.server.Session
Return the session identifier for this session.
getIdleTimeoutInSeconds() - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
 
getIndex() - Method in class org.glassfish.grizzly.http.server.util.StringParser
Return the zero-relative index of our current parsing position within the string being parsed.
getInfo() - Method in class org.glassfish.grizzly.http.server.Response
Return descriptive information about this Response implementation and the corresponding version number, in the format <description>/<version>.
getInitialRequestContent() - Method in class org.glassfish.grizzly.http.server.Request
 
getInputBuffer() - Method in class org.glassfish.grizzly.http.server.Request
 
getInputStream(boolean) - Method in class org.glassfish.grizzly.http.server.Request
Return the servlet input stream for this Request.
getIntHeader(String) - Method in class org.glassfish.grizzly.http.server.Request
Return the value of the specified header as an integer, or -1 if there is no such header for this request.
getJmxEventListeners() - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
 
getJmxName() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
getJmxName() - Method in class org.glassfish.grizzly.http.server.jmx.HttpServer
getJmxName() - Method in class org.glassfish.grizzly.http.server.jmx.HttpServerFilter
 
getJmxName() - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
getJrouteId() - Method in class org.glassfish.grizzly.http.server.Request
Gets the jroute id of this request, which may have been sent as a separate JROUTE cookie or appended to the session identifier encoded in the URI (if cookies have been disabled).
getKeepAlive() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getLength() - Method in class org.glassfish.grizzly.http.server.util.StringParser
Return the length of the string we are parsing.
getListener(String) - Method in class org.glassfish.grizzly.http.server.HttpServer
 
getListeners() - Method in class org.glassfish.grizzly.http.server.HttpServer
 
getLocalAddr() - Method in class org.glassfish.grizzly.http.server.Request
Returns the Internet Protocol (IP) address of the interface on which the request was received.
getLocale() - Method in class org.glassfish.grizzly.http.server.Request
Return the preferred Locale that the client will accept content in, based on the value for the first Accept-Language header that was encountered.
getLocale() - Method in class org.glassfish.grizzly.http.server.Response
Return the Locale assigned to this response.
getLocales() - Method in class org.glassfish.grizzly.http.server.Request
Return the set of preferred Locales that the client will accept content in, based on the values for any Accept-Language headers that were encountered.
getLocalName() - Method in class org.glassfish.grizzly.http.server.Request
Returns the host name of the Internet Protocol (IP) interface on which the request was received.
getLocalPort() - Method in class org.glassfish.grizzly.http.server.Request
Returns the Internet Protocol (IP) port number of the interface on which the request was received.
getManagementObject(boolean) - Method in class org.glassfish.grizzly.http.server.HttpServer
 
getMappedCacheSize() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Return the size of Mapped memory used for caching
getMappedMemorytInBytes() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
 
getMaxCacheEntries() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
getMaxCacheEntries() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
 
getMaxDispatchDepth() - Static method in class org.glassfish.grizzly.http.server.Request
 
getMaxEntrySize() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
getMaxEntrySize() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
 
getMaxHttpHeaderSize() - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
 
getMaxHttpHeaderSize() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getMaxLargeFileCacheSize() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
getMaxLargeFileCacheSize() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
 
getMaxPendingBytes() - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
 
getMaxPendingBytes() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getMaxSmallFileCacheSize() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
getMaxSmallFileCacheSize() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
 
getMemoryConfig() - Method in class org.glassfish.grizzly.http.server.HttpServerMonitoringConfig
Get the memory monitoring config.
getMessage() - Method in class org.glassfish.grizzly.http.server.Response
Return the error message that was set with sendError() for this Response.
getMethod() - Method in class org.glassfish.grizzly.http.server.Request
Return the HTTP request method used in this Request.
getMinEntrySize() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
getMinEntrySize() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
 
getMonitoringConfig() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
getMonitoringConfig() - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
getMonitoringConfig() - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
Get the web server monitoring config.
getName() - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
 
getName() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getName() - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
 
getNote(String) - Method in class org.glassfish.grizzly.http.server.Request
Return the object bound with the specified name to the internal notes for this request, or null if no such binding exists.
getNoteNames() - Method in class org.glassfish.grizzly.http.server.Request
Return an Iterator containing the String names of all notes bindings that exist for this request.
getOutputBuffer() - Method in class org.glassfish.grizzly.http.server.Response
 
getOutputStream() - Method in class org.glassfish.grizzly.http.server.Response
Return the servlet output stream associated with this Response.
getParameter(String) - Method in class org.glassfish.grizzly.http.server.Request
Return the value of the specified request parameter, if any; otherwise, return null.
getParameterMap() - Method in class org.glassfish.grizzly.http.server.Request
Returns a Map of the parameters of this request.
getParameterNames() - Method in class org.glassfish.grizzly.http.server.Request
Return the names of all defined request parameters for this request.
getParameterValues(String) - Method in class org.glassfish.grizzly.http.server.Request
Return the defined values for the specified request parameter, if any; otherwise, return null.
getPort() - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
 
getPort() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getPort() - Method in class org.glassfish.grizzly.http.server.util.Mapper
 
getPostBody() - Method in class org.glassfish.grizzly.http.server.Request
Gets the POST body of this request.
getProtocol() - Method in class org.glassfish.grizzly.http.server.Request
Return the protocol and version used to make this Request.
getQueryString() - Method in class org.glassfish.grizzly.http.server.Request
Return the query string associated with this request.
getRawCookies() - Method in class org.glassfish.grizzly.http.server.Request
TODO DOCS
getReader(boolean) - Method in class org.glassfish.grizzly.http.server.Request
Read the Reader wrapping the input stream for this Request.
getReadHandler() - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
 
getRemoteAddr() - Method in class org.glassfish.grizzly.http.server.Request
Return the remote IP address making this Request.
getRemoteHost() - Method in class org.glassfish.grizzly.http.server.Request
Return the remote host name making this Request.
getRemotePort() - Method in class org.glassfish.grizzly.http.server.Request
Returns the Internet Protocol (IP) source port of the client or last proxy that sent the request.
getRemoteUser() - Method in class org.glassfish.grizzly.http.server.Request
Return the name of the remote user that has been authenticated for this Request.
getRequest() - Method in class org.glassfish.grizzly.http.server.Request
Get the Coyote request.
getRequest() - Method in class org.glassfish.grizzly.http.server.Response
Return the Request with which this Response is associated.
getRequestedSessionId() - Method in class org.glassfish.grizzly.http.server.Request
Return the session identifier included in this request, if any.
getRequestsCancelledCount() - Method in class org.glassfish.grizzly.http.server.jmx.HttpServerFilter
 
getRequestsCompletedCount() - Method in class org.glassfish.grizzly.http.server.jmx.HttpServerFilter
 
getRequestsReceivedCount() - Method in class org.glassfish.grizzly.http.server.jmx.HttpServerFilter
 
getRequestsSuspendedCount() - Method in class org.glassfish.grizzly.http.server.jmx.HttpServerFilter
 
getRequestsTimedOutCount() - Method in class org.glassfish.grizzly.http.server.jmx.HttpServerFilter
 
getRequestURI() - Method in class org.glassfish.grizzly.http.server.Request
Return the request URI for this request.
getRequestURL() - Method in class org.glassfish.grizzly.http.server.Request
Reconstructs the URL the client used to make the request.
getResourcesContextPath() - Method in class org.glassfish.grizzly.http.server.StaticResourcesHandler
Return the context path used for servicing resources.
getResponse() - Method in class org.glassfish.grizzly.http.server.Request
Return the Response with which this Request is associated.
getResponse() - Method in class org.glassfish.grizzly.http.server.Response
Get the HttpResponsePacket.
getScheme() - Method in class org.glassfish.grizzly.http.server.Request
Return the scheme used to make this Request.
getSecondsMaxAge() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
getSecondsMaxAge() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
 
getServerConfiguration() - Method in class org.glassfish.grizzly.http.server.HttpServer
 
getServerName() - Method in class org.glassfish.grizzly.http.server.Request
Return the server name responding to this Request.
getServerPort() - Method in class org.glassfish.grizzly.http.server.Request
Return the server port responding to this Request.
getSession() - Method in class org.glassfish.grizzly.http.server.Request
Return the session associated with this Request, creating one if necessary.
getSession(boolean) - Method in class org.glassfish.grizzly.http.server.Request
Return the session associated with this Request, creating one if necessary and requested.
getSessionTimeout() - Method in class org.glassfish.grizzly.http.server.Session
Return a long representing the maximum idle time a session can be.
getSslEngineConfig() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getStaticResourcesHandler() - Method in class org.glassfish.grizzly.http.server.HttpService
Get StaticResourcesHandler, which handles requests to a static resources.
getStatus() - Method in class org.glassfish.grizzly.http.server.Response
Return the HTTP status code associated with this Response.
getString() - Method in class org.glassfish.grizzly.http.server.util.StringParser
Return the String we are currently parsing.
getThreadPoolConfig() - Method in class org.glassfish.grizzly.http.server.HttpServerMonitoringConfig
Get the thread pool monitoring config.
getTimestamp() - Method in class org.glassfish.grizzly.http.server.Session
 
getTransport() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getTransportConfig() - Method in class org.glassfish.grizzly.http.server.HttpServerMonitoringConfig
Get the transport monitoring config.
getUserPrincipal() - Method in class org.glassfish.grizzly.http.server.Request
Return the principal that has been authenticated for this Request.
getWebServerConfig() - Method in class org.glassfish.grizzly.http.server.HttpServerMonitoringConfig
Get the web server monitoring config.
getWrapperNames(String, String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
 
getWrappersString(String, String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
 
getWriter() - Method in class org.glassfish.grizzly.http.server.Response
Return the writer associated with this Response.
Globals - Class in org.glassfish.grizzly.http.server.util
Global constants that are applicable to multiple packages within Catalina.
Globals() - Constructor for class org.glassfish.grizzly.http.server.util.Globals
 
GZIP_FILTER - Static variable in class org.glassfish.grizzly.http.server.Constants
GZIP filter (output).

H

handle(Request, Response) - Method in class org.glassfish.grizzly.http.server.StaticResourcesHandler
Based on the Request URI, try to map the file from the StaticResourcesHandler.getDocRoot(), and send it synchronously using send file.
handle(String, Request, Response) - Method in class org.glassfish.grizzly.http.server.StaticResourcesHandler
Lookup a resource based on the request URI, and send it using send file.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.http.server.FileCacheFilter
 
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
 
hashCode() - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheKey
 
hasMoreElements() - Method in class org.glassfish.grizzly.http.server.util.Enumerator
Tests if this enumeration contains more elements.
HEAD - Static variable in class org.glassfish.grizzly.http.server.Constants
HEAD.
host - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
host - Variable in class org.glassfish.grizzly.http.server.util.MappingData
 
hosts - Variable in class org.glassfish.grizzly.http.server.util.Mapper
Array containing the virtual hosts definitions.
HT - Static variable in class org.glassfish.grizzly.http.server.Constants
HT.
HtmlHelper - Class in org.glassfish.grizzly.http.server.util
Utility class used to generate HTML pages.
HtmlHelper() - Constructor for class org.glassfish.grizzly.http.server.util.HtmlHelper
 
HTTP_10 - Static variable in class org.glassfish.grizzly.http.server.Constants
HTTP/1.0.
HTTP_11 - Static variable in class org.glassfish.grizzly.http.server.Constants
HTTP/1.1.
HTTP_11_BYTES - Static variable in class org.glassfish.grizzly.http.server.Constants
 
HttpServer - Class in org.glassfish.grizzly.http.server
 
HttpServer() - Constructor for class org.glassfish.grizzly.http.server.HttpServer
 
HttpServer - Class in org.glassfish.grizzly.http.server.jmx
JMX management object for HttpServer.
HttpServer(HttpServer) - Constructor for class org.glassfish.grizzly.http.server.jmx.HttpServer
 
HttpServerFilter - Class in org.glassfish.grizzly.http.server
Filter implementation to provide high-level HTTP request/response processing.
HttpServerFilter(HttpServer) - Constructor for class org.glassfish.grizzly.http.server.HttpServerFilter
 
HttpServerFilter - Class in org.glassfish.grizzly.http.server.jmx
JMX management object for the HttpServerFilter.
HttpServerFilter(HttpServerFilter) - Constructor for class org.glassfish.grizzly.http.server.jmx.HttpServerFilter
 
httpServerFilter - Variable in class org.glassfish.grizzly.http.server.Request
 
HttpServerMonitoringConfig - Class in org.glassfish.grizzly.http.server
Grizzly web server monitoring config.
HttpServerMonitoringConfig() - Constructor for class org.glassfish.grizzly.http.server.HttpServerMonitoringConfig
 
HttpServerProbe - Interface in org.glassfish.grizzly.http.server
Monitoring probe providing callbacks that may be invoked by Grizzly HttpServerFilter.
HttpService - Class in org.glassfish.grizzly.http.server
Base class to use when Request/Response/InputStream/OutputStream are needed to implement a customized HTTP container/extension to the HTTP module.
HttpService() - Constructor for class org.glassfish.grizzly.http.server.HttpService
Create HttpService, which, by default, won't handle requests to the static resources.
HttpService(String) - Constructor for class org.glassfish.grizzly.http.server.HttpService
Create a new instance which will look for static pages located under the docRoot.
HttpServiceChain - Class in org.glassfish.grizzly.http.server
The HttpServiceChain class allows the invocation of multiple HttpServices every time a new HTTP request is ready to be handled.
HttpServiceChain(HttpServer) - Constructor for class org.glassfish.grizzly.http.server.HttpServiceChain
 

I

IDENTITY_FILTER - Static variable in class org.glassfish.grizzly.http.server.Constants
Identity filters (input and output).
INCLUDE_CONTEXT_PATH_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which the context path of the included servlet is stored on an included dispatcher request.
INCLUDE_PATH_INFO_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which the path info of the included servlet is stored on an included dispatcher request.
INCLUDE_QUERY_STRING_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which the query string of the included servlet is stored on an included dispatcher request.
INCLUDE_REQUEST_URI_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which the request URI of the included servlet is stored on an included dispatcher request.
INCLUDE_SERVLET_PATH_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which the servlet path of the included servlet is stored on an included dispatcher request.
incrementDispatchDepth() - Method in class org.glassfish.grizzly.http.server.Request
Increment the depth of application dispatch
info - Static variable in class org.glassfish.grizzly.http.server.Response
Descriptive information about this Response implementation.
initialize(MemoryManager, DelayedExecutor) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
initialize(HttpRequestPacket, FilterChainContext) - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
Per-request initialization required for the InputBuffer to function properly.
initialize(HttpResponsePacket, FilterChainContext) - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
 
initialize(Response, HttpRequestPacket, HttpContent, FilterChainContext, HttpServerFilter) - Method in class org.glassfish.grizzly.http.server.Request
 
initialize(Request, HttpResponsePacket, FilterChainContext, DelayedExecutor.DelayQueue<Response>, SuspendStatus) - Method in class org.glassfish.grizzly.http.server.Response
 
initialRequestContent - Variable in class org.glassfish.grizzly.http.server.Request
 
InputBuffer - Class in org.glassfish.grizzly.http.server.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.server.io.InputBuffer
 
inputBuffer - Variable in class org.glassfish.grizzly.http.server.Request
The associated input buffer.
inputStream - Variable in class org.glassfish.grizzly.http.server.Request
NIOInputStream.
INVOKED_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which the Invoker servlet will store the invoking servlet path, if it was used to execute a servlet indirectly instead of through a servlet mapping.
isAllowEncodedSlash() - Method in class org.glassfish.grizzly.http.server.HttpService
Is http url request allowed to contains encoded slash.
isAsyncEnabled() - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
 
isCacheEnabled() - Method in class org.glassfish.grizzly.http.server.Response
Is the file cache enabled?
isChunkingEnabled() - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
 
isChunkingEnabled() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
isCommitted() - Method in class org.glassfish.grizzly.http.server.Response
Has the output of this response already been committed?
isDefaultContext - Variable in class org.glassfish.grizzly.http.server.util.MappingData
 
isEnabled() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
isEncodeable(String) - Method in class org.glassfish.grizzly.http.server.Response
Return true if the specified URL should be encoded with a session identifier.
isError() - Method in class org.glassfish.grizzly.http.server.Response
Error flag accessor.
isFileCacheEnabled() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
 
isFinished() - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
 
isFinished() - Method in interface org.glassfish.grizzly.http.server.io.NIOInputSource
 
isFinished() - Method in class org.glassfish.grizzly.http.server.io.NIOInputStream
isFinished() - Method in class org.glassfish.grizzly.http.server.io.NIOReader
isJmxEnabled() - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
 
isLocked() - Method in class org.glassfish.grizzly.http.server.util.ParameterMap
Return the locked state of this parameter map.
isMaxDispatchDepthReached() - Method in class org.glassfish.grizzly.http.server.Request
Check if the application dispatching has reached the maximum
isPaused() - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
 
isPaused() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
isReady() - Method in interface org.glassfish.grizzly.http.server.io.NIOInputSource
 
isReady() - Method in class org.glassfish.grizzly.http.server.io.NIOInputStream
isReady() - Method in class org.glassfish.grizzly.http.server.io.NIOReader
isRequestedSessionIdFromCookie() - Method in class org.glassfish.grizzly.http.server.Request
Return true if the session identifier included in this request came from a cookie.
isRequestedSessionIdFromURL() - Method in class org.glassfish.grizzly.http.server.Request
Return true if the session identifier included in this request came from the request URI.
isRequestedSessionIdValid() - Method in class org.glassfish.grizzly.http.server.Request
Return true if the session identifier included in this request identifies a valid session.
isResuming - Variable in class org.glassfish.grizzly.http.server.Response.SuspendedRunnable
 
isSecure() - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
 
isSecure() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
isSecure() - Method in class org.glassfish.grizzly.http.server.Request
Was this request received on a secure connection?
isStarted() - Method in class org.glassfish.grizzly.http.server.HttpServer
 
isStarted() - Method in class org.glassfish.grizzly.http.server.jmx.HttpServer
 
isStarted() - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
 
isStarted() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
isSuspended - Variable in class org.glassfish.grizzly.http.server.Response
 
isSuspended() - Method in class org.glassfish.grizzly.http.server.Response
Return true if that Response.suspend() has been invoked and set to true
isValid() - Method in class org.glassfish.grizzly.http.server.Session
Is the current Session valid?
isWebSocketsEnabled() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
isWhite(char) - Method in class org.glassfish.grizzly.http.server.util.StringParser
Is the specified character considered to be whitespace?

J

jmxDisabled() - Method in class org.glassfish.grizzly.http.server.HttpServiceChain
 
jmxDisabled() - Method in interface org.glassfish.grizzly.http.server.jmx.JmxEventListener
Invoked when JMX has been disabled.
jmxEnabled() - Method in class org.glassfish.grizzly.http.server.HttpServiceChain
 
jmxEnabled() - Method in interface org.glassfish.grizzly.http.server.jmx.JmxEventListener
Invoked when JMX has been enabled.
JmxEventListener - Interface in org.glassfish.grizzly.http.server.jmx
Notify implementations when JMX is enabled on a HttpServer instance.
jmxManager - Variable in class org.glassfish.grizzly.http.server.HttpServer
 
JROUTE_COOKIE - Static variable in class org.glassfish.grizzly.http.server.Constants
 
JSP_FILE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which we expose the value of the <jsp-file> value associated with this servlet, if any.
jspWildCard - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Wrapper
 
jspWildCard - Variable in class org.glassfish.grizzly.http.server.util.MappingData
 

K

KEEPALIVE - Static variable in class org.glassfish.grizzly.http.server.Constants
 
keepAlive - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
KEEPALIVE_BYTES - Static variable in class org.glassfish.grizzly.http.server.Constants
 
key - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
KEY_SIZE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which we store the key size being used for this SSL connection (as an object of type java.lang.Integer).
KEY_SIZE_KEY - Static variable in class org.glassfish.grizzly.http.server.ssl.SSLAttributes
The Request attribute key for the key size.

L

lastModified - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
LC_OFFSET - Static variable in class org.glassfish.grizzly.http.server.Constants
Lower case offset.
LF - Static variable in class org.glassfish.grizzly.http.server.Constants
LF.
localAddr - Variable in class org.glassfish.grizzly.http.server.Request
Local address
locales - Variable in class org.glassfish.grizzly.http.server.Request
The preferred Locales associated with this Request.
localesParsed - Variable in class org.glassfish.grizzly.http.server.Request
Parse locales.
localName - Variable in class org.glassfish.grizzly.http.server.Request
Local address
localPort - Variable in class org.glassfish.grizzly.http.server.Request
Local port

M

main(String[]) - Static method in class org.glassfish.grizzly.http.server.util.Mapper
 
makeResponse(FileCacheEntry, HttpRequestPacket) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Send the cached resource.
managementObject - Variable in class org.glassfish.grizzly.http.server.HttpServer
 
map(BufferChunk, BufferChunk, MappingData) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Map the specified host name and URI, mutating the given mapping data.
map(BufferChunk, MappingData) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Map the specified URI relative to the context, mutating the given mapping data.
MAPPED_SERVICE - Static variable in class org.glassfish.grizzly.http.server.HttpServiceChain
 
Mapper - Class in org.glassfish.grizzly.http.server.util
Mapper, which implements the servlet API mapping rules (which are derived from the HTTP rules).
Mapper(MemoryManager) - Constructor for class org.glassfish.grizzly.http.server.util.Mapper
 
Mapper.Context - Class in org.glassfish.grizzly.http.server.util
 
Mapper.Context() - Constructor for class org.glassfish.grizzly.http.server.util.Mapper.Context
 
Mapper.ContextList - Class in org.glassfish.grizzly.http.server.util
 
Mapper.ContextList() - Constructor for class org.glassfish.grizzly.http.server.util.Mapper.ContextList
 
Mapper.Host - Class in org.glassfish.grizzly.http.server.util
 
Mapper.Host() - Constructor for class org.glassfish.grizzly.http.server.util.Mapper.Host
 
Mapper.MapElement - Class in org.glassfish.grizzly.http.server.util
 
Mapper.MapElement() - Constructor for class org.glassfish.grizzly.http.server.util.Mapper.MapElement
 
Mapper.Wrapper - Class in org.glassfish.grizzly.http.server.util
 
Mapper.Wrapper() - Constructor for class org.glassfish.grizzly.http.server.util.Mapper.Wrapper
 
MAPPING_DATA - Static variable in class org.glassfish.grizzly.http.server.HttpServiceChain
 
MappingData - Class in org.glassfish.grizzly.http.server.util
Mapping data.
MappingData() - Constructor for class org.glassfish.grizzly.http.server.util.MappingData
 
mark(int) - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
Only supported with binary data.
mark(int) - Method in class org.glassfish.grizzly.http.server.io.NIOInputStream
mark(int) - Method in class org.glassfish.grizzly.http.server.io.NIOReader
markSupported() - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
Only supported with binary data.
markSupported() - Method in class org.glassfish.grizzly.http.server.io.NIOInputStream
This InputStream implementation supports marking.
markSupported() - Method in class org.glassfish.grizzly.http.server.io.NIOReader
This Reader implementation does not support marking.
MAX_AGE_IN_SECONDS - Static variable in class org.glassfish.grizzly.http.server.Constants
 
MAX_CACHE_ENTRIES - Static variable in class org.glassfish.grizzly.http.server.Constants
 
MAX_LARGE_FILE_CACHE_SIZE - Static variable in class org.glassfish.grizzly.http.server.Constants
 
MBEAN_REGISTRY_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The servlet context attribute under which the managed bean Registry will be stored for privileged contexts (if enabled).
MBEAN_SERVER_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The servlet context attribute under which the MBeanServer will be stored for privileged contexts (if enabled).
MimeType - Class in org.glassfish.grizzly.http.server.util
Hardcoded mime-type supported by default.
MimeType() - Constructor for class org.glassfish.grizzly.http.server.util.MimeType
 
Monitorable - Interface in org.glassfish.grizzly.http.server.jmx
Interface that allows arbitrary entities to provide a JmxObject that can be registered with the GrizzlyJmxManager.
monitoringConfig - Variable in class org.glassfish.grizzly.http.server.filecache.FileCache
File cache probes
monitoringConfig - Variable in class org.glassfish.grizzly.http.server.HttpServerFilter
Web server probes

N

name - Variable in class org.glassfish.grizzly.http.server.util.Mapper.MapElement
 
NAMED_DISPATCHER_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which we store the servlet name on a named dispatcher request.
nesting - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
 
nesting - Variable in class org.glassfish.grizzly.http.server.util.Mapper.ContextList
 
NetworkListener - Class in org.glassfish.grizzly.http.server.jmx
JMX management object for NetworkListener.
NetworkListener(NetworkListener) - Constructor for class org.glassfish.grizzly.http.server.jmx.NetworkListener
 
NetworkListener - Class in org.glassfish.grizzly.http.server
 
NetworkListener(String) - Constructor for class org.glassfish.grizzly.http.server.NetworkListener
Constructs a new NetworkListener using the specified name.
NetworkListener(String, String) - Constructor for class org.glassfish.grizzly.http.server.NetworkListener
Constructs a new NetworkListener using the specified name and host.
NetworkListener(String, String, int) - Constructor for class org.glassfish.grizzly.http.server.NetworkListener
Constructs a new NetworkListener using the specified name, host, and port.
nextElement() - Method in class org.glassfish.grizzly.http.server.util.Enumerator
Returns the next element of this enumeration if this enumeration has at least one more element to provide.
NIOInputSource - Interface in org.glassfish.grizzly.http.server.io
This interface defines methods to allow an InputStream or Reader to notify the developer when and how much data is ready to be read without blocking.
NIOInputStream - Class in org.glassfish.grizzly.http.server.io
Stream implementation to read binary request content.
NIOInputStream(InputBuffer) - Constructor for class org.glassfish.grizzly.http.server.io.NIOInputStream
Constructs a new NIOInputStream using the specified NIOInputStream.inputBuffer
NIOOutputSink - Interface in org.glassfish.grizzly.http.server.io
This interface defines methods to allow an OutputStream or Writer to allow the developer to check with the runtime whether or not it's possible to write a certain amount of data, or if it's not possible, to be notified when it is.
NIOOutputStream - Class in org.glassfish.grizzly.http.server.io
Stream implementation for writing binary content to an HTTP user-agent.
NIOOutputStream(OutputBuffer) - Constructor for class org.glassfish.grizzly.http.server.io.NIOOutputStream
 
NIOReader - Class in org.glassfish.grizzly.http.server.io
Character stream implementation used to read character-based request content.
NIOReader(InputBuffer) - Constructor for class org.glassfish.grizzly.http.server.io.NIOReader
Constructs a new NIOReader using the specified NIOReader.inputBuffer
NIOWriter - Class in org.glassfish.grizzly.http.server.io
Stream implementation for writing character content to an HTTP user-agent.
NIOWriter(OutputBuffer) - Constructor for class org.glassfish.grizzly.http.server.io.NIOWriter
 
notifyAvailable(ReadHandler) - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
Installs a ReadHandler that will be notified when any data becomes available to read without blocking.
notifyAvailable(ReadHandler, int) - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
Installs a ReadHandler that will be notified when the specified amount of data is available to be read without blocking.
notifyAvailable(ReadHandler) - Method in interface org.glassfish.grizzly.http.server.io.NIOInputSource
Notify the specified ReadHandler when any number of bytes can be read without blocking.
notifyAvailable(ReadHandler, int) - Method in interface org.glassfish.grizzly.http.server.io.NIOInputSource
Notify the specified ReadHandler when the number of bytes that can be read without blocking is greater or equal to the specified size.
notifyAvailable(ReadHandler) - Method in class org.glassfish.grizzly.http.server.io.NIOInputStream
Notify the specified ReadHandler when any number of bytes can be read without blocking.
notifyAvailable(ReadHandler, int) - Method in class org.glassfish.grizzly.http.server.io.NIOInputStream
Notify the specified ReadHandler when the number of bytes that can be read without blocking is greater or equal to the specified size.
notifyAvailable(ReadHandler) - Method in class org.glassfish.grizzly.http.server.io.NIOReader
Notify the specified ReadHandler when any number of bytes can be read without blocking.
notifyAvailable(ReadHandler, int) - Method in class org.glassfish.grizzly.http.server.io.NIOReader
Notify the specified ReadHandler when the number of characters that can be read without blocking is greater or equal to the specified size.
notifyCanWrite(WriteHandler, int) - Method in interface org.glassfish.grizzly.http.server.io.NIOOutputSink
Instructs the NIOOutputSink to invoke the provided WriteHandler when it is possible to write length bytes.
notifyCanWrite(WriteHandler, int) - Method in class org.glassfish.grizzly.http.server.io.NIOOutputStream
Instructs the NIOOutputSink to invoke the provided WriteHandler when it is possible to write length bytes.
notifyCanWrite(WriteHandler, int) - Method in class org.glassfish.grizzly.http.server.io.NIOWriter
Instructs the NIOOutputSink to invoke the provided WriteHandler when it is possible to write length characters.
notifyCanWrite(WriteHandler, int) - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
 
notifyProbesEntryAdded(FileCache, FileCacheEntry) - Static method in class org.glassfish.grizzly.http.server.filecache.FileCache
Notify registered FileCacheProbes about the "entry added" event.
notifyProbesEntryHit(FileCache, FileCacheEntry) - Static method in class org.glassfish.grizzly.http.server.filecache.FileCache
Notify registered FileCacheProbes about the "entry hitted" event.
notifyProbesEntryMissed(FileCache, String, String) - Static method in class org.glassfish.grizzly.http.server.filecache.FileCache
Notify registered FileCacheProbes about the "entry missed" event.
notifyProbesEntryRemoved(FileCache, FileCacheEntry) - Static method in class org.glassfish.grizzly.http.server.filecache.FileCache
Notify registered FileCacheProbes about the "entry removed" event.
notifyProbesError(FileCache, Throwable) - Static method in class org.glassfish.grizzly.http.server.filecache.FileCache
Notify registered FileCacheProbes about the error.

O

object - Variable in class org.glassfish.grizzly.http.server.util.Mapper.MapElement
 
onAllDataRead() - Method in interface org.glassfish.grizzly.http.server.io.ReadHandler
Invoked when all data for the current request has been read.
onClosed(Connection) - Method in class org.glassfish.grizzly.http.server.Response.SuspendedRunnable
 
onDataAvailable() - Method in interface org.glassfish.grizzly.http.server.io.ReadHandler
Invoked when data is available to be read without blocking.
onEntryAddedEvent(FileCache, FileCacheEntry) - Method in interface org.glassfish.grizzly.http.server.filecache.FileCacheProbe
Method will be called, when file cache entry gets added.
onEntryHitEvent(FileCache, FileCacheEntry) - Method in interface org.glassfish.grizzly.http.server.filecache.FileCacheProbe
Method will be called, when file cache entry gets hit.
onEntryMissedEvent(FileCache, String, String) - Method in interface org.glassfish.grizzly.http.server.filecache.FileCacheProbe
Method will be called, when file cache entry is missed for some resource.
onEntryRemovedEvent(FileCache, FileCacheEntry) - Method in interface org.glassfish.grizzly.http.server.filecache.FileCacheProbe
Method will be called, when file cache entry gets removed.
onError(Throwable) - Method in interface org.glassfish.grizzly.http.server.io.ReadHandler
Invoked when an error occurs processing the request asynchronously.
onError(Throwable) - Method in interface org.glassfish.grizzly.http.server.io.WriteHandler
Invoked when an error occurs processing the request asynchronously.
onErrorEvent(FileCache, Throwable) - Method in interface org.glassfish.grizzly.http.server.filecache.FileCacheProbe
Method will be called, when error occurs on the FileCache.
onRegister(GrizzlyJmxManager, GmbalMBean) - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
onRegister(GrizzlyJmxManager, GmbalMBean) - Method in class org.glassfish.grizzly.http.server.jmx.HttpServer
onRegister(GrizzlyJmxManager, GmbalMBean) - Method in class org.glassfish.grizzly.http.server.jmx.HttpServerFilter
 
onRegister(GrizzlyJmxManager, GmbalMBean) - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
onRequestCancelEvent(HttpServerFilter, Connection, Request) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
Method will be called, when Request processing is cancelled after suspend.
onRequestCompleteEvent(HttpServerFilter, Connection, Response) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
Method will be called, when Request processing will be completed.
onRequestReceiveEvent(HttpServerFilter, Connection, Request) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
Method will be called, when new Request will come.
onRequestResumeEvent(HttpServerFilter, Connection, Request) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
Method will be called, when Request processing is resumed.
onRequestSuspendEvent(HttpServerFilter, Connection, Request) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
Method will be called, when Request processing is suspended.
onRequestTimeoutEvent(HttpServerFilter, Connection, Request) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
Method will be called, when Request processing is timeout after suspend.
onUnregister(GrizzlyJmxManager) - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
onUnregister(GrizzlyJmxManager) - Method in class org.glassfish.grizzly.http.server.jmx.HttpServer
onUnregister(GrizzlyJmxManager) - Method in class org.glassfish.grizzly.http.server.jmx.HttpServerFilter
 
onUnregister(GrizzlyJmxManager) - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
onWritePossible() - Method in interface org.glassfish.grizzly.http.server.io.WriteHandler
This callback will be invoked when the requirements as dictated by NIOOutputSink.notifyCanWrite(WriteHandler, int) are met.
org.glassfish.grizzly.http.server - package org.glassfish.grizzly.http.server
 
org.glassfish.grizzly.http.server.filecache - package org.glassfish.grizzly.http.server.filecache
 
org.glassfish.grizzly.http.server.filecache.jmx - package org.glassfish.grizzly.http.server.filecache.jmx
 
org.glassfish.grizzly.http.server.io - package org.glassfish.grizzly.http.server.io
 
org.glassfish.grizzly.http.server.jmx - package org.glassfish.grizzly.http.server.jmx
 
org.glassfish.grizzly.http.server.ssl - package org.glassfish.grizzly.http.server.ssl
 
org.glassfish.grizzly.http.server.util - package org.glassfish.grizzly.http.server.util
 
OutputBuffer - Class in org.glassfish.grizzly.http.server.io
Abstraction exposing both byte and character methods to write content to the HTTP messaging system in Grizzly.
OutputBuffer() - Constructor for class org.glassfish.grizzly.http.server.io.OutputBuffer
 
outputBuffer - Variable in class org.glassfish.grizzly.http.server.Response
The associated output buffer.
outputStream - Variable in class org.glassfish.grizzly.http.server.Response
The associated output stream.

P

Package - Static variable in class org.glassfish.grizzly.http.server.Constants
Package name.
parameterMap - Variable in class org.glassfish.grizzly.http.server.Request
Hash map used in the getParametersMap method.
ParameterMap - Class in org.glassfish.grizzly.http.server.util
Extended implementation of LinkedHashMap that includes a locked property.
ParameterMap() - Constructor for class org.glassfish.grizzly.http.server.util.ParameterMap
Construct a new, empty map with the default initial capacity and load factor.
ParameterMap(int) - Constructor for class org.glassfish.grizzly.http.server.util.ParameterMap
Construct a new, empty map with the specified initial capacity and default load factor.
ParameterMap(int, float) - Constructor for class org.glassfish.grizzly.http.server.util.ParameterMap
Construct a new, empty map with the specified initial capacity and load factor.
ParameterMap(Map<String, String[]>) - Constructor for class org.glassfish.grizzly.http.server.util.ParameterMap
Construct a new map with the same mappings as the given map.
parameters - Variable in class org.glassfish.grizzly.http.server.Request
 
parseCookies() - Method in class org.glassfish.grizzly.http.server.Request
Parse cookies.
parseLocales() - Method in class org.glassfish.grizzly.http.server.Request
Parse request locales.
parseLocalesHeader(String) - Method in class org.glassfish.grizzly.http.server.Request
Parse accept-language header value.
parseRequestParameters() - Method in class org.glassfish.grizzly.http.server.Request
Parse request parameters.
parseSessionId() - Method in class org.glassfish.grizzly.http.server.Request
Parse session id in URL.
parseSessionIdFromRequestURI() - Method in class org.glassfish.grizzly.http.server.Request
Extracts the session ID from the request URI.
path - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
 
path - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Wrapper
 
pathInfo - Variable in class org.glassfish.grizzly.http.server.util.MappingData
 
pause() - Method in class org.glassfish.grizzly.http.server.NetworkListener
Pauses the listener.
POST - Static variable in class org.glassfish.grizzly.http.server.Constants
POST.
postData - Variable in class org.glassfish.grizzly.http.server.Request
 
processingChars() - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
This method should be called if the InputBuffer is being used in conjunction with a Reader implementation.
processingChars() - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
 
PROXY_JROUTE - Static variable in class org.glassfish.grizzly.http.server.Constants
 
put(String, String[]) - Method in class org.glassfish.grizzly.http.server.util.ParameterMap
Associate the specified value with the specified key in this map.
putAll(Map) - Method in class org.glassfish.grizzly.http.server.util.ParameterMap
Copy all of the mappings from the specified map to this one.

Q

QUESTION - Static variable in class org.glassfish.grizzly.http.server.Constants
'?'.

R

rawCookies - Variable in class org.glassfish.grizzly.http.server.Request
 
read(byte[], int, int) - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
 
read(CharBuffer) - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
 
read(char[], int, int) - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
 
read() - Method in class org.glassfish.grizzly.http.server.io.NIOInputStream
read(byte[]) - Method in class org.glassfish.grizzly.http.server.io.NIOInputStream
read(byte[], int, int) - Method in class org.glassfish.grizzly.http.server.io.NIOInputStream
read(CharBuffer) - Method in class org.glassfish.grizzly.http.server.io.NIOReader
read() - Method in class org.glassfish.grizzly.http.server.io.NIOReader
read(char[]) - Method in class org.glassfish.grizzly.http.server.io.NIOReader
read(char[], int, int) - Method in class org.glassfish.grizzly.http.server.io.NIOReader
readByte() - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
This method always blocks.
readChar() - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
 
reader - Variable in class org.glassfish.grizzly.http.server.Request
Reader.
ReadHandler - Interface in org.glassfish.grizzly.http.server.io
This class represents a call-back mechanism that will notify implementations as HTTP request data becomes available to read without blocking.
readPostBody(byte[], int) - Method in class org.glassfish.grizzly.http.server.Request
Read post body in an array.
ready() - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
 
ready() - Method in class org.glassfish.grizzly.http.server.io.NIOReader
readyData() - Method in interface org.glassfish.grizzly.http.server.io.NIOInputSource
 
readyData() - Method in class org.glassfish.grizzly.http.server.io.NIOInputStream
readyData() - Method in class org.glassfish.grizzly.http.server.io.NIOReader
rebuildSubTree() - Method in class org.glassfish.grizzly.http.server.jmx.HttpServer
 
rebuildSubTree() - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
 
recycle() - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
Recycle this InputBuffer for reuse.
recycle() - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
Recycle the output buffer.
recycle() - Method in class org.glassfish.grizzly.http.server.Request
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.glassfish.grizzly.http.server.Response
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.glassfish.grizzly.http.server.util.MappingData
 
redirectPath - Variable in class org.glassfish.grizzly.http.server.util.MappingData
 
redirectURLCC - Variable in class org.glassfish.grizzly.http.server.Response
Recyclable buffer to hold the redirect URL.
remoteAddr - Variable in class org.glassfish.grizzly.http.server.Request
Remote address.
remoteHost - Variable in class org.glassfish.grizzly.http.server.Request
Remote host.
remotePort - Variable in class org.glassfish.grizzly.http.server.Request
Remote port
remove(FileCacheEntry) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
remove(String) - Method in class org.glassfish.grizzly.http.server.util.ParameterMap
Remove the mapping for this key from the map if present.
removeAttribute(String) - Method in class org.glassfish.grizzly.http.server.Request
Remove the specified request attribute if it exists.
removeAttribute(String) - Method in class org.glassfish.grizzly.http.server.Session
Remove an attribute.
removeContext(String, String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Remove a context from an existing host.
removeHost(String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Remove a host from the mapper.
removeHttpService(HttpService) - Method in class org.glassfish.grizzly.http.server.HttpServiceChain
Remove a HttpService
removeHttpService(HttpService) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
Removes the specified HttpService.
removeJmxEventListener(JmxEventListener) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
Removes the specified JmxEventListener.
removeListener(String) - Method in class org.glassfish.grizzly.http.server.HttpServer
Removes the NetworkListener associated with the specified name.
removeNote(String) - Method in class org.glassfish.grizzly.http.server.Request
Remove any object bound to the specified name in the internal notes for this request.
removeWrapper(String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Remove a wrapper from the context associated with this wrapper.
removeWrapper(String, String, String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Remove a wrapper from an existing context.
removeWrapper(Mapper.Context, String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
 
Request - Class in org.glassfish.grizzly.http.server
Wrapper object for the Coyote request.
Request() - Constructor for class org.glassfish.grizzly.http.server.Request
 
request - Variable in class org.glassfish.grizzly.http.server.Request
HTTP Request Packet
request - Variable in class org.glassfish.grizzly.http.server.Response
The request with which this response is associated.
requestDispatcherPath - Variable in class org.glassfish.grizzly.http.server.Request
The current request dispatcher path.
requestedSessionCookie - Variable in class org.glassfish.grizzly.http.server.Request
Was the requested session ID received in a cookie?
requestedSessionId - Variable in class org.glassfish.grizzly.http.server.Request
The requested session ID (if any) for this request.
requestedSessionURL - Variable in class org.glassfish.grizzly.http.server.Request
Was the requested session ID received in a URL?
requestParametersParsed - Variable in class org.glassfish.grizzly.http.server.Request
Request parameters parsed flag.
requestPath - Variable in class org.glassfish.grizzly.http.server.util.MappingData
 
requestURI - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
requiresAcknowledgement() - Method in class org.glassfish.grizzly.http.server.Request
 
reset() - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
Only supported with binary data.
reset() - Method in class org.glassfish.grizzly.http.server.io.NIOInputStream
reset() - Method in class org.glassfish.grizzly.http.server.io.NIOReader
reset() - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
Reset current response.
reset() - Method in class org.glassfish.grizzly.http.server.Response
Clear any content written to the buffer.
reset(int, String) - Method in class org.glassfish.grizzly.http.server.Response
Reset this response, and specify the values for the HTTP status code and corresponding message.
reset() - Method in class org.glassfish.grizzly.http.server.SuspendStatus
 
reset() - Method in class org.glassfish.grizzly.http.server.util.StringParser
Reset the current state of the parser to the beginning of the current string being parsed.
resetBuffer() - Method in class org.glassfish.grizzly.http.server.Response
Reset the data buffer but not any status or header information.
resetBuffer(boolean) - Method in class org.glassfish.grizzly.http.server.Response
Reset the data buffer and the using Writer/Stream flags but not any status or header information.
resources - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
 
RESOURCES_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The JNDI directory context which is associated with the context.
resourcesContextPath - Variable in class org.glassfish.grizzly.http.server.StaticResourcesHandler
 
response - Variable in class org.glassfish.grizzly.http.server.Request
The response with which this request is associated.
Response - Class in org.glassfish.grizzly.http.server
Wrapper object for the Coyote response.
Response() - Constructor for class org.glassfish.grizzly.http.server.Response
 
response - Variable in class org.glassfish.grizzly.http.server.Response
Coyote response.
Response.SuspendedRunnable - Class in org.glassfish.grizzly.http.server
 
Response.SuspendedRunnable() - Constructor for class org.glassfish.grizzly.http.server.Response.SuspendedRunnable
 
resume() - Method in class org.glassfish.grizzly.http.server.NetworkListener
Resumes a paused listener.
resume() - Method in class org.glassfish.grizzly.http.server.Response
Complete the Response and finish/commit it.
run() - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
run() - Method in class org.glassfish.grizzly.http.server.Response.SuspendedRunnable
 

S

secure - Variable in class org.glassfish.grizzly.http.server.Request
Secure flag.
sendAcknowledgement() - Method in class org.glassfish.grizzly.http.server.Response
Send an acknowledgment of a request.
sendAcknowledgment(Request, Response) - Method in class org.glassfish.grizzly.http.server.HttpService
The default implementation will acknowledge an Expect: 100-Continue with a response line with the status 100 followed by the final response to this request.
sendError(int) - Method in class org.glassfish.grizzly.http.server.Response
Send an error response with the specified status and a default message.
sendError(int, String) - Method in class org.glassfish.grizzly.http.server.Response
Send an error response with the specified status and message.
sendRedirect(String) - Method in class org.glassfish.grizzly.http.server.Response
Send a temporary redirect to the specified redirect location URL.
ServerConfiguration - Class in org.glassfish.grizzly.http.server
Configuration options for a particular HttpServer instance.
service(Request, Response) - Method in class org.glassfish.grizzly.http.server.HttpService
This method should contain the logic for any HTTP extension to the Grizzly HTTP web server.
service(Request, Response) - Method in class org.glassfish.grizzly.http.server.HttpServiceChain
Map the Request to the proper HttpService
SERVLET_NAME_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which we forward a servlet name to an error page.
Session - Class in org.glassfish.grizzly.http.server
Simple session object.
Session() - Constructor for class org.glassfish.grizzly.http.server.Session
 
Session(String) - Constructor for class org.glassfish.grizzly.http.server.Session
Create a new session using a session identifier
SESSION_COOKIE_NAME - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The name of the cookie used to pass the session identifier back and forth with the client.
SESSION_ID_KEY - Static variable in class org.glassfish.grizzly.http.server.ssl.SSLAttributes
The Request attribute key for the session id.
SESSION_PARAMETER_NAME - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The name of the path parameter used to pass the session identifier back and forth with the client.
sessionParsed - Variable in class org.glassfish.grizzly.http.server.Request
Session parsed flag.
set() - Method in class org.glassfish.grizzly.http.server.SuspendStatus
 
setAllowEncodedSlash(boolean) - Method in class org.glassfish.grizzly.http.server.HttpService
When true, url that contains encoded slash will be allowed.
setAllowReplacement(boolean) - Static method in class org.glassfish.grizzly.http.server.util.Mapper
Allow replacement of already added Mapper.Host, Mapper.Context and Mapper.Wrapper when invoking Mapper.addHost(java.lang.String, java.lang.String[], java.lang.Object), Mapper.addContext(java.lang.String, java.lang.String, java.lang.Object, java.lang.String[], javax.naming.Context) etc.
setAsyncEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
Sets the asynchronous processing state of this InputBuffer.
setAttribute(String, Object) - Method in class org.glassfish.grizzly.http.server.Request
Set the specified request attribute to the specified value.
setAttribute(String, Object) - Method in class org.glassfish.grizzly.http.server.Session
Add an attribute to this session.
setAuthType(String) - Method in class org.glassfish.grizzly.http.server.Request
Set the authentication type used for this request, if any; otherwise set the type to null.
setBufferSize(int) - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
 
setBufferSize(int) - Method in class org.glassfish.grizzly.http.server.Response
Set the buffer size to be used for this Response.
setCharacterEncoding(String) - Method in class org.glassfish.grizzly.http.server.Request
Overrides the name of the character encoding used in the body of this request.
setCharacterEncoding(String) - Method in class org.glassfish.grizzly.http.server.Response
 
setChunkingEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.NetworkListener
Enable/disable chunking of an http response body if no content length has been explictly specified.
setContentLength(int) - Method in class org.glassfish.grizzly.http.server.Response
Set the content length (in bytes) for this Response.
setContentLengthLong(long) - Method in class org.glassfish.grizzly.http.server.Response
Set the content length (in bytes) for this Response.
setContentType(String) - Method in class org.glassfish.grizzly.http.server.Response
Set the content type for this Response.
setContext(String, String[], Context) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Set context, used for wrapper mapping (request dispatcher).
setCookies(Cookie[]) - Method in class org.glassfish.grizzly.http.server.Request
Set the set of cookies received with this Request.
setDateHeader(String, long) - Method in class org.glassfish.grizzly.http.server.Response
Set the specified date header to the specified value.
setDecodeUrl(boolean) - Method in class org.glassfish.grizzly.http.server.HttpService
Should this class decode the URL
setDefaultContextPath(String, String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Configures the given virtual server with the given default context path.
setDefaultHostName(String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Set default host.
setDetailMessage(String) - Method in class org.glassfish.grizzly.http.server.Response
Sets detail error message.
setDocRoot(String) - Method in class org.glassfish.grizzly.http.server.HttpService
Set the directory from where files will be serviced, if passed value is null - static resources won't be served by this HttpService.
setDocRoot(File) - Method in class org.glassfish.grizzly.http.server.HttpService
Set the directory from where files will be serviced, if passed value is null - static resources won't be served by this HttpService.
setDocRoot(String) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
 
setDocRoot(String) - Method in class org.glassfish.grizzly.http.server.StaticResourcesHandler
Set the directory from where files will be serviced.
setDocRoot(File) - Method in class org.glassfish.grizzly.http.server.StaticResourcesHandler
Set the directory from where files will be serviced.
setEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Enables/disables the FileCache.
setError() - Method in class org.glassfish.grizzly.http.server.Response
Set the error flag.
setFilterChain(FilterChain) - Method in class org.glassfish.grizzly.http.server.NetworkListener
Specifies the FilterChain to be used by the TCPNIOTransport associated with this listener.
setHeader(String, String) - Method in class org.glassfish.grizzly.http.server.Response
Set the specified header to the specified value.
setHttpServerName(String) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
Sets the server name used for HTTP response headers and default generated error pages.
setHttpServerVersion(String) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
Sets the version of the server info sent in HTTP response headers and the default generated error pages.
setIdInternal(String) - Method in class org.glassfish.grizzly.http.server.Session
Return the session identifier for this session.
setIntHeader(String, int) - Method in class org.glassfish.grizzly.http.server.Response
Set the specified integer header to the specified value.
setIsValid(boolean) - Method in class org.glassfish.grizzly.http.server.Session
Set this object as validated.
setJmxEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
Enables JMX for this HttpServer.
setLocale(Locale) - Method in class org.glassfish.grizzly.http.server.Response
Set the Locale that is appropriate for this response, including setting the appropriate character encoding.
setLocked(boolean) - Method in class org.glassfish.grizzly.http.server.util.ParameterMap
Set the locked state of this parameter map.
setMaxCacheEntries(int) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Sets the maximum number of files that may be cached.
setMaxDispatchDepth(int) - Static method in class org.glassfish.grizzly.http.server.Request
Static setter method for the maximum dispatch depth
setMaxEntrySize(long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
The maximum size, in bytes, a resource may be before it can no longer be considered cachable.
setMaxHttpHeaderSize(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
Configures the maximum header size for an HTTP request.
setMaxLargeFileCacheSize(long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Sets the maximum size, in bytes, of the memory mapped cache for large files.
setMaxPendingBytes(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
The maximum size, in bytes, of all data waiting to be written to the associated Connection.
setMaxSmallFileCacheSize(long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
The maximum size, in bytes, of the heap cache for files below the water mark set by FileCache.getMinEntrySize().
setMinEntrySize(long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
The maximum size, in bytes, a file must be in order to be cached in the heap cache.
setName(String) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
Sets the logical name of this HttpServer instance.
setNote(String, Object) - Method in class org.glassfish.grizzly.http.server.Request
Bind an object to a specified name in the internal notes associated with this request, replacing any existing binding for this name.
setPort(int) - Method in class org.glassfish.grizzly.http.server.util.Mapper
The Port this instance is used for mapping.
setRequestedSessionCookie(boolean) - Method in class org.glassfish.grizzly.http.server.Request
Set a flag indicating whether or not the requested session ID for this request came in through a cookie.
setRequestedSessionId(String) - Method in class org.glassfish.grizzly.http.server.Request
Set the requested session ID for this request.
setRequestedSessionURL(boolean) - Method in class org.glassfish.grizzly.http.server.Request
Set a flag indicating whether or not the requested session ID for this request came in through a URL.
setResourcesContextPath(String) - Method in class org.glassfish.grizzly.http.server.StaticResourcesHandler
Set the context path used for servicing resource.
setSecondsMaxAge(int) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Sets the maximum time, in seconds, a file may be cached.
setSecure(boolean) - Method in class org.glassfish.grizzly.http.server.NetworkListener
Enable or disable security for this listener.
setServerName(String) - Method in class org.glassfish.grizzly.http.server.Request
Set the name of the server (virtual host) to process this request.
setServerPort(int) - Method in class org.glassfish.grizzly.http.server.Request
Set the port number of the server to process this request.
setSessionTimeout(long) - Method in class org.glassfish.grizzly.http.server.Session
Set a long representing the maximum idle time a session can be.
setSSLEngineConfig(SSLEngineConfigurator) - Method in class org.glassfish.grizzly.http.server.NetworkListener
Provides customization of the SSLEngine used by this listener.
setStatus(int) - Method in class org.glassfish.grizzly.http.server.Response
Set the HTTP status to be returned with this response.
setStatus(int, String) - Method in class org.glassfish.grizzly.http.server.Response
Set the HTTP status and message to be returned with this response.
setStatus(HttpStatus) - Method in class org.glassfish.grizzly.http.server.Response
Set the HTTP status and message to be returned with this response.
setString(String) - Method in class org.glassfish.grizzly.http.server.util.StringParser
Set the String we are currently parsing.
setTimestamp(long) - Method in class org.glassfish.grizzly.http.server.Session
Set the timestamp when this session has been created.
setTransport(TCPNIOTransport) - Method in class org.glassfish.grizzly.http.server.NetworkListener
This allows the developer to specify a custom TCPNIOTransport implementation to be used by this listener.
setUserPrincipal(Principal) - Method in class org.glassfish.grizzly.http.server.Request
Set the Principal who has been authenticated for this Request.
setWebSocketsEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.NetworkListener
Enables/disables Web Sockets support for this listener.
skip(long, boolean) - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
Skips the specified number of bytes/characters.
skip(long) - Method in class org.glassfish.grizzly.http.server.io.NIOInputStream
skip(long) - Method in class org.glassfish.grizzly.http.server.io.NIOReader
skipChar(char) - Method in class org.glassfish.grizzly.http.server.util.StringParser
Advance the current parsing position while it is pointing at the specified character, or until it moves past the end of the string.
skipText() - Method in class org.glassfish.grizzly.http.server.util.StringParser
Advance the current parsing position while it is pointing at a non-whitespace character, or until it moves past the end of the string.
skipWhite() - Method in class org.glassfish.grizzly.http.server.util.StringParser
Advance the current parsing position while it is pointing at a whitespace character, or until it moves past the end of the string.
sm - Static variable in class org.glassfish.grizzly.http.server.Request
The string manager for this package.
sm - Static variable in class org.glassfish.grizzly.http.server.Response
The string manager for this package.
SP - Static variable in class org.glassfish.grizzly.http.server.Constants
SP.
SSL_CERTIFICATE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
SSL Certificate Request Attributite.
SSLAttributes - Class in org.glassfish.grizzly.http.server.ssl
Taken from: SSLSupport Interface for SSL-specific functions
SSLAttributes() - Constructor for class org.glassfish.grizzly.http.server.ssl.SSLAttributes
 
start() - Method in class org.glassfish.grizzly.http.server.HttpServer
Starts the HttpServer.
start() - Method in class org.glassfish.grizzly.http.server.HttpService
Called when the HttpService's container is started by invoking HttpServer.start().
start() - Method in class org.glassfish.grizzly.http.server.HttpServiceChain
 
start() - Method in class org.glassfish.grizzly.http.server.NetworkListener
Starts the listener.
staticResourcesHandler - Variable in class org.glassfish.grizzly.http.server.HttpService
 
StaticResourcesHandler - Class in org.glassfish.grizzly.http.server
Static resources handler, which handles static resources requests made to a HttpService.
StaticResourcesHandler() - Constructor for class org.glassfish.grizzly.http.server.StaticResourcesHandler
 
StaticResourcesHandler(String) - Constructor for class org.glassfish.grizzly.http.server.StaticResourcesHandler
 
StaticResourcesHandler(File) - Constructor for class org.glassfish.grizzly.http.server.StaticResourcesHandler
 
STATUS_CODE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which we forward an HTTP status code (as an object of type Integer) to an error page.
stop() - Method in class org.glassfish.grizzly.http.server.HttpServer
Stops the HttpServer instance.
stop() - Method in class org.glassfish.grizzly.http.server.NetworkListener
Stops the listener.
StringParser - Class in org.glassfish.grizzly.http.server.util
Utility class for string parsing that is higher performance than StringParser for simple delimited text cases.
StringParser() - Constructor for class org.glassfish.grizzly.http.server.util.StringParser
Construct a string parser with no preset string to be parsed.
StringParser(String) - Constructor for class org.glassfish.grizzly.http.server.util.StringParser
Construct a string parser that is initialized to parse the specified string.
subHeapSize(long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
subject - Variable in class org.glassfish.grizzly.http.server.Request
The Subject associated with the current AccessControllerContext
SUBJECT_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The subject under which the AccessControlContext is running.
subMappedMemorySize(long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
suspend() - Method in class org.glassfish.grizzly.http.server.Response
Suspend the Response.
suspend(long, TimeUnit) - Method in class org.glassfish.grizzly.http.server.Response
Suspend the Response.
suspend(long, TimeUnit, CompletionHandler) - Method in class org.glassfish.grizzly.http.server.Response
Suspend the Response.
SuspendStatus - Class in org.glassfish.grizzly.http.server
 
SuspendStatus() - Constructor for class org.glassfish.grizzly.http.server.SuspendStatus
 

T

timeoutMillis - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
timeoutTimeMillis - Variable in class org.glassfish.grizzly.http.server.Response.SuspendedRunnable
 
toAbsolute(String, boolean) - Method in class org.glassfish.grizzly.http.server.Response
Convert (if necessary) and return the absolute URL that represents the resource referenced by this possibly relative URL.
toEncoded(String, String) - Method in class org.glassfish.grizzly.http.server.Response
Return the specified URL with the specified session identifier suitably encoded.
toString() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
toString() - Method in class org.glassfish.grizzly.http.server.util.MappingData
 
TRANSFERENCODING - Static variable in class org.glassfish.grizzly.http.server.Constants
 
type - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 

U

unescape(String) - Method in class org.glassfish.grizzly.http.server.Request
 
urlEncoder - Variable in class org.glassfish.grizzly.http.server.Response
URL encoder.
userPrincipal - Variable in class org.glassfish.grizzly.http.server.Request
User principal.
usingInputStream - Variable in class org.glassfish.grizzly.http.server.Request
Using stream flag.
usingOutputStream - Variable in class org.glassfish.grizzly.http.server.Response
Using output stream flag.
usingReader - Variable in class org.glassfish.grizzly.http.server.Request
Using writer flag.
usingWriter - Variable in class org.glassfish.grizzly.http.server.Response
Using writer flag.

V

valueOf(String) - Static method in enum org.glassfish.grizzly.http.server.filecache.FileCache.CacheType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.glassfish.grizzly.http.server.filecache.FileCache.CacheType
Returns an array containing the constants of this enum type, in the order they are declared.
VOID_FILTER - Static variable in class org.glassfish.grizzly.http.server.Constants
Void filters (input and output).

W

WELCOME_FILES_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The servlet context attribute under which we record the set of welcome files (as an object of type String[]) for this application.
welcomeResources - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
 
wildcardWrappers - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
 
WORK_DIR_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The servlet context attribute under which we store a temporary working directory (as an object of type File) for use by servlets within this web application.
wrapper - Variable in class org.glassfish.grizzly.http.server.util.MappingData
 
wrapperPath - Variable in class org.glassfish.grizzly.http.server.util.MappingData
 
write(Buffer) - Method in interface org.glassfish.grizzly.http.server.io.BinaryNIOOutputSink
Writes the contents of the specified Buffer.
write(int) - Method in class org.glassfish.grizzly.http.server.io.NIOOutputStream
write(byte[]) - Method in class org.glassfish.grizzly.http.server.io.NIOOutputStream
write(byte[], int, int) - Method in class org.glassfish.grizzly.http.server.io.NIOOutputStream
write(Buffer) - Method in class org.glassfish.grizzly.http.server.io.NIOOutputStream
Writes the contents of the specified Buffer.
write(int) - Method in class org.glassfish.grizzly.http.server.io.NIOWriter
write(char[]) - Method in class org.glassfish.grizzly.http.server.io.NIOWriter
write(char[], int, int) - Method in class org.glassfish.grizzly.http.server.io.NIOWriter
write(String) - Method in class org.glassfish.grizzly.http.server.io.NIOWriter
write(String, int, int) - Method in class org.glassfish.grizzly.http.server.io.NIOWriter
write(char[], int, int) - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
 
write(char[]) - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
 
write(String) - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
 
write(String, int, int) - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
 
write(byte[]) - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
 
write(byte[], int, int) - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
 
writeBuffer(Buffer) - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
Writes the contents of the specified Buffer to the client.
writeByte(int) - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
 
writeByteBuffer(ByteBuffer) - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
Writes the contents of the specified ByteBuffer to the client.
writeChar(int) - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
 
WriteHandler - Interface in org.glassfish.grizzly.http.server.io
Callback notification mechanism that signals the developer it's possible to write content.
writer - Variable in class org.glassfish.grizzly.http.server.Response
The associated writer.

X

xPoweredBy - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 

Z

Z - Static variable in class org.glassfish.grizzly.http.server.Constants
'Z'.

_

_200_BYTES - Static variable in class org.glassfish.grizzly.http.server.Constants
 
_400_BYTES - Static variable in class org.glassfish.grizzly.http.server.Constants
 
_404_BYTES - Static variable in class org.glassfish.grizzly.http.server.Constants
 

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

Copyright © 2010 Oracle Corpration. All Rights Reserved.