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.
add(String, String) - Static method in class org.glassfish.grizzly.http.server.util.MimeType
Associates the specified extension and content type
addAfterServiceListener(AfterServiceListener) - Method in class org.glassfish.grizzly.http.server.Request
Add the listener, which will be notified, once Request processing will be finished.
addContext(String, String, Object, String[], Context) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Add a new Context to an existing Host.
addContext(String, String, Object, String[], Context, List<AlternateDocBase>) - 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.
addDateHeader(Header, long) - Method in class org.glassfish.grizzly.http.server.Response
Add the specified date header to the specified value.
addDocRoot(String) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandler
Add the directory to the list of directories where files will be serviced from.
addDocRoot(File) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandler
Add the directory to the list of directories where files will be serviced from.
addHandler(HttpHandler, String[]) - Method in class org.glassfish.grizzly.http.server.HttpHandlerChain
Add a HttpHandler and its associated array of mapping.
addHeader(String, String) - Method in class org.glassfish.grizzly.http.server.Response
Add the specified header to the specified value.
addHeader(Header, 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.
addHttpHandler(HttpHandler, String...) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
Adds the specified HttpHandler 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.
addIntHeader(Header, 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
 
AddOn - Interface in org.glassfish.grizzly.http.server
The HttpServer addon interface, responsible for adding features like WebSockets, Comet to HttpServer.
addParameter(String, String[]) - Method in class org.glassfish.grizzly.http.server.Request
Add a parameter name and corresponding set of values to this Request.
addToFileCache(Request, File) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandler
 
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
Add a new Wrapper to an existing Context.
addWrapper(String, String, String, Object, boolean, String, boolean) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Add a new Wrapper to an existing Context.
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, 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, boolean) - Method in class org.glassfish.grizzly.http.server.util.Mapper
 
addWrapper(Mapper.Context, String, Object, boolean, String, 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.
AfterServiceListener - Interface in org.glassfish.grizzly.http.server
The listener, which could be registered on a Request using Request.addAfterServiceListener(org.glassfish.grizzly.http.server.AfterServiceListener) and be notified once the Request processing will be completed.
afterServicesList - Variable in class org.glassfish.grizzly.http.server.Request
 
allowReplacement() - Static method in class org.glassfish.grizzly.http.server.util.Mapper
true if replacement of already added [@link 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
AlternateDocBase - Class in org.glassfish.grizzly.http.server.util
 
AlternateDocBase() - Constructor for class org.glassfish.grizzly.http.server.util.AlternateDocBase
 
alternateDocBases - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
 
appCommitted - Variable in class org.glassfish.grizzly.http.server.Response
The application commit flag.
append(HttpContent) - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
Appends the specified Buffer to the internal composite Buffer.
appendRequestURL(Request, StringBuilder) - Static method in class org.glassfish.grizzly.http.server.Request
Appends the reconstructed URL the client used to make the request.
appendRequestURL(Request, StringBuffer) - Static method in class org.glassfish.grizzly.http.server.Request
Appends the reconstructed URL the client used to make the request.
applyDecoding(HttpHeader) - Method in class org.glassfish.grizzly.http.server.CompressionEncodingFilter
 
applyEncoding(HttpHeader) - Method in class org.glassfish.grizzly.http.server.CompressionEncodingFilter
 
asyncInput() - Method in class org.glassfish.grizzly.http.server.Request
 
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.
available() - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
 
availableChar() - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
 

B

bb - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
BinaryNIOInputSource - Interface in org.glassfish.grizzly.http.server.io
Adds the ability for binary based NIOInputSources to obtain the incoming Buffer directly without having to use intermediate objects to copy the data to.
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)

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.OutputBuffer
 
canWriteChar(int) - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
 
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).
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.
ClassLoaderUtil - Class in org.glassfish.grizzly.http.server.util
Simple ClassLoader utility.
ClassLoaderUtil() - Constructor for class org.glassfish.grizzly.http.server.util.ClassLoaderUtil
 
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.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
 
CompressionEncodingFilter - Class in org.glassfish.grizzly.http.server
 
CompressionEncodingFilter(CompressionLevel, int, String[], String[], String[]) - Constructor for class org.glassfish.grizzly.http.server.CompressionEncodingFilter
 
CompressionLevel - Enum in org.glassfish.grizzly.http.server
 
configureCompressionEncodings(NetworkListener) - Method in class org.glassfish.grizzly.http.server.HttpServer
 
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
 
contains(String) - Static method in class org.glassfish.grizzly.http.server.util.MimeType
 
containsHeader(String) - Method in class org.glassfish.grizzly.http.server.Response
Has the specified header been set already in this response?
containsHeader(Header) - 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.
copy(File, File) - Static method in class org.glassfish.grizzly.http.server.util.ExpandJar
Copy the specified file or directory to the destination.
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
 
createClassloader(File, ClassLoader) - Static method in class org.glassfish.grizzly.http.server.util.ClassLoaderUtil
Deprecated. removal candidate, never used
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
 
createNote(String) - Static method in class org.glassfish.grizzly.http.server.Request
Create a named Note associated with this Request.
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
 
createSimpleServer(String, PortRange) - Static method in class org.glassfish.grizzly.http.server.HttpServer
 
createSimpleServer(String, SocketAddress) - Static method in class org.glassfish.grizzly.http.server.HttpServer
 
createSimpleServer(String, String, int) - Static method in class org.glassfish.grizzly.http.server.HttpServer
 
createSimpleServer(String, String, PortRange) - Static method in class org.glassfish.grizzly.http.server.HttpServer
 
createURLClassLoader(String) - Static method in class org.glassfish.grizzly.http.server.util.ClassLoaderUtil
Construct a URLClassLoader based on a canonical file location.
createURLClassLoader(String, ClassLoader) - Static method in class org.glassfish.grizzly.http.server.util.ClassLoaderUtil
Construct a URLClassLoader based on a canonical file location.
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(Request, Response) - Method in class org.glassfish.grizzly.http.server.HttpHandler
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_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
 
delete(File) - Static method in class org.glassfish.grizzly.http.server.util.ExpandJar
Delete the specified directory, including all of its contents and subdirectories recursively.
deleteDir(File) - Static method in class org.glassfish.grizzly.http.server.util.ExpandJar
Delete the specified directory, including all of its contents and subdirectories recursively.
deregisterAddOn(AddOn) - Method in class org.glassfish.grizzly.http.server.NetworkListener
Deregisters AddOn from this NetworkListener.
destroy() - Method in class org.glassfish.grizzly.http.server.HttpHandler
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.HttpHandlerChain
 
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.
DispatcherHelper - Interface in org.glassfish.grizzly.http.server.util
Interface simplifies by path or name mapping.
dispatcherType - Variable in class org.glassfish.grizzly.http.server.Request
The current dispatcher type.
docRoots - Variable in class org.glassfish.grizzly.http.server.StaticHttpHandler
 
doGetSession(boolean) - Method in class org.glassfish.grizzly.http.server.Request
 
doHandle(Request, Response) - Method in class org.glassfish.grizzly.http.server.HttpHandler
Pre-processes HttpHandler Request and Response, checks the HTTP acknowledgment and decodes URL if required.

E

emptyPathWrapper - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
 
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
HttpHandler 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
 
equals(Object) - Method in class org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey
 
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.
expand(URL) - Static method in class org.glassfish.grizzly.http.server.util.ExpandJar
Expand the jar file found at the specified URL into an unpacked directory structure, and return the absolute pathname to the expanded directory.
expand(URL, String) - Static method in class org.glassfish.grizzly.http.server.util.ExpandJar
Expand the jar file found at the specified URL into an unpacked directory structure, and return the absolute pathname to the expanded directory.
expand(URL, String, String) - Static method in class org.glassfish.grizzly.http.server.util.ExpandJar
Expand the jar file found at the specified URL into an unpacked directory structure, and return the absolute pathname to the expanded directory.
expand(InputStream, File, String) - Static method in class org.glassfish.grizzly.http.server.util.ExpandJar
Expand the specified input stream into the specified directory, creating a file named from the specified relative path.
ExpandJar - Class in org.glassfish.grizzly.http.server.util
Expand out a jar.
ExpandJar() - Constructor for class org.glassfish.grizzly.http.server.util.ExpandJar
 
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() - Constructor for class org.glassfish.grizzly.http.server.filecache.FileCacheKey
 
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.
FileCacheProbe.Adapter - Class in org.glassfish.grizzly.http.server.filecache
FileCacheProbe adapter that provides no-op implementations for all interface methods allowing easy extension by the developer.
FileCacheProbe.Adapter() - Constructor for class org.glassfish.grizzly.http.server.filecache.FileCacheProbe.Adapter
 
fileSize - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
fillFully(int) - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
Fill the buffer (blocking) up to the requested length.
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.
findMatch(String, List<AlternateDocBase>) - Static method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Attempts to match the given request path against one of the given alternate doc bases.
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.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.
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
 
get(String, String) - Static method in class org.glassfish.grizzly.http.server.util.MimeType
 
getAddOns() - Method in class org.glassfish.grizzly.http.server.NetworkListener
Return the array of the registered AddOns.
getAddOnSet() - Method in class org.glassfish.grizzly.http.server.NetworkListener
Returns the direct addons collection, registered on the NetworkListener.
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 Set 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.
getBasePath() - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Gets the absolute doc base path of this AlternateDocBase.
getBuffer() - Method in interface org.glassfish.grizzly.http.server.io.BinaryNIOInputSource
Returns the underlying Buffer that backs this NIOInputSource.
getBuffer() - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
 
getBufferedDataSize() - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
Get the number of bytes buffered on OutputBuffer and ready to be sent.
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.
getByFilename(String) - Static method in class org.glassfish.grizzly.http.server.util.MimeType
 
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.
getCompletionHandler() - Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
 
getCompletionHandler() - Method in interface org.glassfish.grizzly.http.server.SuspendContext
Get the suspended Response CompletionHandler.
getCompressableMimeTypes() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getCompression() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getCompressionLevel(String) - Static method in enum org.glassfish.grizzly.http.server.CompressionLevel
Set compression level.
getCompressionMinSize() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getConfiguration() - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
 
getConnectionConfig() - Method in class org.glassfish.grizzly.http.server.HttpServerMonitoringConfig
Get the connection monitoring config.
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.
getContentLengthLong() - Method in class org.glassfish.grizzly.http.server.Request
Return the content length for this Request represented by Java long type.
getContentLengthLong() - 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
getContextPath() - Method in class org.glassfish.grizzly.http.server.Request
Returns the portion of the request URI that indicates the context of the request.
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.
getCurrent() - Static method in class org.glassfish.grizzly.http.server.Response
 
getDateHeader(String) - Method in class org.glassfish.grizzly.http.server.Request
Return the value of the specified date header, if any; otherwise return -1.
getDateHeader(Header) - 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.
getDefaultDocRoot() - Method in class org.glassfish.grizzly.http.server.StaticHttpHandler
Return the default directory from where files will be serviced.
getDefaultHostName() - Method in class org.glassfish.grizzly.http.server.util.Mapper
 
getDetailMessage() - Method in class org.glassfish.grizzly.http.server.Response
Gets detail error message.
getDocBase() - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Gets the (possibly relative) doc base path of this AlternateDocBase.
getDocRoots() - Method in class org.glassfish.grizzly.http.server.StaticHttpHandler
Return the list of directories where files will be serviced from.
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(Header) - 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.
getHeaders(Header) - 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.filecache.FileCacheKey
 
getHost() - Method in class org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey
 
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.
getHttpHandler() - Method in class org.glassfish.grizzly.http.server.HttpServer
 
getHttpHandler() - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
 
getHttpHandlers() - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
Returns the HttpHandler map.
getHttpServerFilter() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getHttpServerName() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
 
getHttpServerVersion() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
 
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>.
getInputBuffer() - Method in class org.glassfish.grizzly.http.server.Request
 
getInputStream() - Method in class org.glassfish.grizzly.http.server.Request
Return the InputStream 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.
getIntHeader(Header) - 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
 
getMaxPostSize() - 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.GrizzlyPrincipal
 
getName() - Method in class org.glassfish.grizzly.http.server.HttpHandler
Get the HttpHandler name.
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
 
getNIOInputStream() - Method in class org.glassfish.grizzly.http.server.Request
Return the NIOInputStream for this Request.
getNIOOutputStream() - Method in class org.glassfish.grizzly.http.server.Response
Return the NIOOutputStream associated with this Response.
getNIOReader() - Method in class org.glassfish.grizzly.http.server.Request
Returns the NIOReader associated with this Request.
getNIOWriter() - Method in class org.glassfish.grizzly.http.server.Response
Return the NIOWriter associated with this Response.
getNoCompressionUserAgents() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getNote(Note<E>) - Method in class org.glassfish.grizzly.http.server.Request
Return the Note value associated with this Request, or null if no such binding exists.
getNoteNames() - Method in class org.glassfish.grizzly.http.server.Request
Return a Set containing the String names of all note 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 OutputStream 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
 
getPortRange() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getPostBody(int) - 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() - Method in class org.glassfish.grizzly.http.server.Request
Returns the Reader associated with this Request.
getReadHandler() - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
 
getRelativeURI(Request) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandler
 
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.
getRequestURIEncoding() - Method in class org.glassfish.grizzly.http.server.HttpHandler
Get the request URI encoding used by this HttpHandler.
getRequestURL() - Method in class org.glassfish.grizzly.http.server.Request
Reconstructs the URL the client used to make the request.
getResources() - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Gets the proxied resources of this AlternateDocBase.
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.
getRestrictedUserAgents() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
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
 
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.
getSuspendContext() - Method in class org.glassfish.grizzly.http.server.Response
Get the context of the suspended Response.
getSuspendStatus() - Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
 
getThreadPoolConfig() - Method in class org.glassfish.grizzly.http.server.HttpServerMonitoringConfig
Get the thread pool monitoring config.
getTimeout(TimeUnit) - Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
 
getTimeout(TimeUnit) - Method in interface org.glassfish.grizzly.http.server.SuspendContext
Get the suspended Response timeout.
getTimeoutHandler() - Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
 
getTimeoutHandler() - Method in interface org.glassfish.grizzly.http.server.SuspendContext
Get the suspended Response TimeoutHandler.
getTimestamp() - Method in class org.glassfish.grizzly.http.server.Session
 
getTransactionTimeout() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
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.
getUploadTimeout() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getUri() - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheKey
 
getUri() - Method in class org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey
 
getUriEncoding() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getUrlPattern() - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Gets the url pattern of this AlternateDocBase.
getUrlPatternSlashCount() - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Gets the number of slashes in the url pattern of this AlternateDocBase.
getUrlPatternSuffix() - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Gets the extension suffix of the url pattern of this AlternateDocBase.
getUrlPatternType() - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Gets the url pattern type (exact, wildcard, extension) of this AlternateDocBase.
getUrlPatternWildcardPath() - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Gets the wildcard path of this AlternateDocBase (this is the path specified by the wildcard pattern, minus the trailing '*').
getUserPrincipal() - Method in class org.glassfish.grizzly.http.server.Request
Return the principal that has been authenticated for this Request.
getWebappResources() - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Gets the non-proxied resources of this AlternateDocBase.
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
 
GrizzlyPrincipal - Class in org.glassfish.grizzly.http.server
Generic implementation of java.security.Principal that is used to represent principals authenticated at the protocol handler level.
GrizzlyPrincipal(String) - Constructor for class org.glassfish.grizzly.http.server.GrizzlyPrincipal
 
GZIP_FILTER - Static variable in class org.glassfish.grizzly.http.server.Constants
GZIP filter (output).

H

handle(String, Request, Response) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandler
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
 
handleSendFile(Request) - Static method in class org.glassfish.grizzly.http.server.util.RequestUtils
 
hashCode() - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheKey
 
hashCode() - Method in class org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey
 
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.filecache.FileCacheKey
 
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
 
HttpHandler - 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.
HttpHandler() - Constructor for class org.glassfish.grizzly.http.server.HttpHandler
Create HttpHandler.
HttpHandler(String) - Constructor for class org.glassfish.grizzly.http.server.HttpHandler
Create HttpHandler with the specific name.
HttpHandlerChain - Class in org.glassfish.grizzly.http.server
The HttpHandlerChain class allows the invocation of multiple HttpHandlers every time a new HTTP request is ready to be handled.
HttpHandlerChain(HttpServer) - Constructor for class org.glassfish.grizzly.http.server.HttpHandlerChain
 
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(ServerFilterConfiguration, DelayedExecutor) - 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.
HttpServerProbe.Adapter - Class in org.glassfish.grizzly.http.server
HttpServerProbe adapter that provides no-op implementations for all interface methods allowing easy extension by the developer.
HttpServerProbe.Adapter() - Constructor for class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
 

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(Request, FilterChainContext) - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
Per-request initialization required for the InputBuffer to function properly.
initialize(Response, FilterChainContext) - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
 
initialize(Response, HttpRequestPacket, FilterChainContext, HttpServerFilter) - Method in class org.glassfish.grizzly.http.server.Request
 
initialize(Request, HttpResponsePacket, FilterChainContext, DelayedExecutor.DelayQueue<Response>, HttpServerFilter) - Method in class org.glassfish.grizzly.http.server.Response
 
initiateAsyncronousDataReceiving() - Method in class org.glassfish.grizzly.http.server.Request
Initiates asynchronous data receiving.
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.
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.
isAllowCustomStatusMessage() - Method in class org.glassfish.grizzly.http.server.HttpHandler
Returns true if custom status messages (reason phrases) are allowed for this response, or false otherwise.
isAllowEncodedSlash() - Method in class org.glassfish.grizzly.http.server.HttpHandler
Is HTTP URL request allowed to contains encoded slash.
isAsyncEnabled() - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
 
isAsyncEnabled() - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
Returns true if content will be written in a non-blocking fashion, otherwise returns false.
isAuthPassthroughEnabled() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
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
 
isClosed() - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
 
isClosed() - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
 
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
 
isDisableUploadTimeout() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
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
 
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
 
isRcmSupportEnabled() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
isReady() - Method in interface org.glassfish.grizzly.http.server.io.NIOInputSource
 
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.
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?
isSendFileEnabled() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
isSendFileEnabled() - Method in class org.glassfish.grizzly.http.server.Response
 
isSendFileEnabled() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
Returns true if File resources may be be sent using FileChannel.transferTo(long, long, java.nio.channels.WritableByteChannel).
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() - Method in class org.glassfish.grizzly.http.server.Response
Return true if that Response.suspend() has been invoked and set to true
isSuspended() - Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
 
isSuspended() - Method in interface org.glassfish.grizzly.http.server.SuspendContext
Returns true, if the Response is suspended, or false otherwise.
isTraceEnabled() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
isValid() - Method in class org.glassfish.grizzly.http.server.Session
Is the current Session valid?
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.HttpHandlerChain
 
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.HttpHandlerChain
 
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).

L

lastModified - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
LazyFileCacheKey - Class in org.glassfish.grizzly.http.server.filecache
Lazy FileCacheKey object.
LazyFileCacheKey(HttpRequestPacket) - Constructor for class org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey
 
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.
load(String) - Static method in class org.glassfish.grizzly.http.server.util.ClassLoaderUtil
Load a class using the current {link Thread#getContextClassLoader}
load(String, ClassLoader) - Static method in class org.glassfish.grizzly.http.server.util.ClassLoaderUtil
Load a class using the provided ClassLoader
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.

M

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(DataChunk, DataChunk, MappingData) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Map the specified host name and URI, mutating the given mapping data.
map(MessageBytes, MappingData) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Map the specified URI relative to the context, mutating the given mapping data.
mapName(DataChunk, MappingData) - Method in interface org.glassfish.grizzly.http.server.util.DispatcherHelper
 
mapPath(DataChunk, DataChunk, MappingData) - Method in interface org.glassfish.grizzly.http.server.util.DispatcherHelper
 
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() - 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
 
MappingData - Class in org.glassfish.grizzly.http.server.util
Mapping data.
MappingData() - Constructor for class org.glassfish.grizzly.http.server.util.MappingData
 
mapUriWithSemicolon(DataChunk, DataChunk, MappingData, int) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Maps the decodedURI to the corresponding HttpHandler, considering that URI may have a semicolon with extra data followed, which shouldn't be a part of mapping process.
mark(int) - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
Supported with binary and character data.
markCancelled() - Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
Marks Response as cancelled, but doesn't resume associated FilterChainContext invocation.
markResumed() - Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
Marks Response as resumed, but doesn't resume associated FilterChainContext invocation.
markSupported() - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
Only supported with binary data.
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.GrizzlyPrincipal
The username of the user represented by this Principal.
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.
NetworkListener(String, String, PortRange) - 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() - Constructor for class org.glassfish.grizzly.http.server.io.NIOInputStream
 
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() - 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() - Constructor for class org.glassfish.grizzly.http.server.io.NIOReader
 
NIOWriter - Class in org.glassfish.grizzly.http.server.io
Stream implementation for writing character content to an HTTP user-agent.
NIOWriter() - 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.
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.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 hit event.
notifyProbesEntryMissed(FileCache, HttpRequestPacket) - 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
 
obtainMappingData() - Method in class org.glassfish.grizzly.http.server.Request
 
onAfterService(Request) - Method in interface org.glassfish.grizzly.http.server.AfterServiceListener
The method will be called once the Request processing will be completed.
onAfterService() - Method in class org.glassfish.grizzly.http.server.Request
 
onClosed(Connection, Connection.CloseType) - Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
 
onCommit() - Method in interface org.glassfish.grizzly.http.server.io.OutputBuffer.LifeCycleListener
 
onDeregister(GrizzlyJmxManager) - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
onDeregister(GrizzlyJmxManager) - Method in class org.glassfish.grizzly.http.server.jmx.HttpServer
onDeregister(GrizzlyJmxManager) - Method in class org.glassfish.grizzly.http.server.jmx.HttpServerFilter
 
onDeregister(GrizzlyJmxManager) - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
onEntryAddedEvent(FileCache, FileCacheEntry) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheProbe.Adapter
Method will be called, when file cache entry gets added.
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 class org.glassfish.grizzly.http.server.filecache.FileCacheProbe.Adapter
Method will be called, when file cache entry gets hit.
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 class org.glassfish.grizzly.http.server.filecache.FileCacheProbe.Adapter
Method will be called, when file cache entry is missed for some resource.
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 class org.glassfish.grizzly.http.server.filecache.FileCacheProbe.Adapter
Method will be called, when file cache entry gets removed.
onEntryRemovedEvent(FileCache, FileCacheEntry) - Method in interface org.glassfish.grizzly.http.server.filecache.FileCacheProbe
Method will be called, when file cache entry gets removed.
onErrorEvent(FileCache, Throwable) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheProbe.Adapter
Method will be called, when error occurs on the FileCache.
onErrorEvent(FileCache, Throwable) - Method in interface org.glassfish.grizzly.http.server.filecache.FileCacheProbe
Method will be called, when error occurs on the FileCache.
onMissingResource(Request, Response) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandler
The method will be called, if the static resource requested by the Request wasn't found, so StaticHttpHandler implementation may try to workaround this situation.
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 class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
Method will be called, when Request processing is cancelled after suspend.
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 class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
Method will be called, when Request processing will be completed.
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 class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
Method will be called, when new Request will come.
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 class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
Method will be called, when Request processing is resumed.
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 class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
Method will be called, when Request processing is suspended.
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 class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
Method will be called, when Request processing is timeout after suspend.
onRequestTimeoutEvent(HttpServerFilter, Connection, Request) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
Method will be called, when Request processing is timeout after suspend.
onTimeout(Response) - Method in interface org.glassfish.grizzly.http.server.TimeoutHandler
Method is called, when suspended Response timeout expired.
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.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.
OutputBuffer.LifeCycleListener - Interface in org.glassfish.grizzly.http.server.io
 

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.
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.
populateCertificateAttribute(Request) - Static method in class org.glassfish.grizzly.http.server.util.RequestUtils
 
populateSSLAttributes(Request) - Static method in class org.glassfish.grizzly.http.server.util.RequestUtils
 
POST - Static variable in class org.glassfish.grizzly.http.server.Constants
POST.
postData - Variable in class org.glassfish.grizzly.http.server.Request
 
prepareCharacterEncoder() - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
 
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.
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
 
readBuffer() - Method in interface org.glassfish.grizzly.http.server.io.BinaryNIOInputSource
Returns the underlying Buffer that backs this NIOInputSource.
readBuffer() - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
 
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
 
ReadHandler - Interface in org.glassfish.grizzly.http.server.io
Deprecated. please use ReadHandler
ready() - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
 
readyData() - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
Depending on the InputBuffer mode, method will return either number of available bytes or characters ready to be read without blocking.
readyData() - Method in interface org.glassfish.grizzly.http.server.io.NIOInputSource
 
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.
registerAddOn(AddOn) - Method in class org.glassfish.grizzly.http.server.NetworkListener
Registers AddOn on this NetworkListener.
registerLifeCycleListener(OutputBuffer.LifeCycleListener) - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
 
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.
removeAfterServiceListener(AfterServiceListener) - Method in class org.glassfish.grizzly.http.server.Request
Remove the "after-service" listener, which was previously added by Request.addAfterServiceListener(org.glassfish.grizzly.http.server.AfterServiceListener).
removeAllHttpHandlers() - Method in class org.glassfish.grizzly.http.server.HttpHandlerChain
 
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.
removeDocRoot(File) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandler
Removes the directory from the list of directories where static files will be serviced from.
removeHost(String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Remove a host from the mapper.
removeHttpHandler(HttpHandler) - Method in class org.glassfish.grizzly.http.server.HttpHandlerChain
Remove a HttpHandler
removeHttpHandler(HttpHandler) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
Removes the specified HttpHandler.
removeJmxEventListener(JmxEventListener) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
Removes the specified JmxEventListener.
removeLifeCycleListener(OutputBuffer.LifeCycleListener) - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
 
removeListener(String) - Method in class org.glassfish.grizzly.http.server.HttpServer
Removes the NetworkListener associated with the specified name.
removeNote(Note<E>) - Method in class org.glassfish.grizzly.http.server.Request
Remove the Note value associated with this request.
removeSessionCookies() - Method in class org.glassfish.grizzly.http.server.Response
Removes any Set-Cookie response headers whose value contains the string "JSESSIONID=" or "JSESSIONIDSSO="
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
 
RequestUtils - Class in org.glassfish.grizzly.http.server.util
 
RequestUtils() - Constructor for class org.glassfish.grizzly.http.server.util.RequestUtils
 
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.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.
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.SuspendedContextImpl - Class in org.glassfish.grizzly.http.server
 
Response.SuspendedContextImpl() - Constructor for class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
 
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
 

S

secure - Variable in class org.glassfish.grizzly.http.server.Request
Secure flag.
SEND_FILE_ATTR - Static variable in class org.glassfish.grizzly.http.server.Request
The value of this request attribute, as set by the developer must be a File that exists, is not a directory, and is readable.
SEND_FILE_ENABLED_ATTR - Static variable in class org.glassfish.grizzly.http.server.Request
Request attribute will be associated with a boolean value indicating whether or not it's possible to transfer a File using sendfile.
SEND_FILE_START_OFFSET_ATTR - Static variable in class org.glassfish.grizzly.http.server.Request
The value of this request attribute signifies the starting offset of the file transfer.
SEND_FILE_WRITE_LEN_ATTR - Static variable in class org.glassfish.grizzly.http.server.Request
The value of this request attribute signifies the total number of bytes to transfer.
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.HttpHandler
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.
sendAcknowledgment(Request, Response) - Method in class org.glassfish.grizzly.http.server.HttpHandlerChain
Skip 100-Continue processing in HttpHandlerChain.
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.
sendfile(File, CompletionHandler<WriteResult>) - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
Calls write(file, 0, file.length()).
sendfile(File, long, long, CompletionHandler<WriteResult>) - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
Will use FileChannel.transferTo(long, long, java.nio.channels.WritableByteChannel) to send file to the remote endpoint.
sendFile(Response, File) - Static method in class org.glassfish.grizzly.http.server.StaticHttpHandler
 
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.
ServerFilterConfiguration - Class in org.glassfish.grizzly.http.server
HttpServerFilter configuration.
ServerFilterConfiguration() - Constructor for class org.glassfish.grizzly.http.server.ServerFilterConfiguration
 
ServerFilterConfiguration(String, String) - Constructor for class org.glassfish.grizzly.http.server.ServerFilterConfiguration
 
service(Request, Response) - Method in class org.glassfish.grizzly.http.server.HttpHandler
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.HttpHandlerChain
Map the Request to the proper HttpHandler
service(Request, Response) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandler
Based on the Request URI, try to map the file from the StaticHttpHandler.getDocRoots(), and send it back to a client.
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.
servletName - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Wrapper
 
servletName - Variable in class org.glassfish.grizzly.http.server.util.MappingData
 
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.Constants
The name of the cookie used to pass the session identifier back and forth with the client.
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_COOKIE_PATTERN - Static variable in class org.glassfish.grizzly.http.server.Constants
 
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
 
setAllowCustomStatusMessage(boolean) - Method in class org.glassfish.grizzly.http.server.HttpHandler
Sets if the custom status messages (reason phrases) are allowed for this response.
setAllowEncodedSlash(boolean) - Method in class org.glassfish.grizzly.http.server.HttpHandler
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.
setAsyncEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
Sets the asynchronous processing state of this OutputBuffer.
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.
setAuthPassthroughEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
setBasePath(String) - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Sets the absolute doc base path of this AlternateDocBase.
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.
setCompressableMimeTypes(String) - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
setCompression(String) - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
setCompressionMinSize(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
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).
setContextPath(String) - Method in class org.glassfish.grizzly.http.server.Request
 
setCookies(Cookie[]) - Method in class org.glassfish.grizzly.http.server.Request
Set the set of cookies received with this Request.
setCurrent(Response) - Static method in class org.glassfish.grizzly.http.server.Response
 
setDateHeader(String, long) - Method in class org.glassfish.grizzly.http.server.Response
Set the specified date header to the specified value.
setDateHeader(Header, 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.HttpHandler
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.
setDefaultEncoding(String) - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
Set the default character encoding for this InputBuffer, which would be applied if no encoding was explicitly set on HTTP Request and character decoding wasn't started yet.
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.
setDisableUploadTimeout(boolean) - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
setDispatcherHelper(DispatcherHelper) - Method in class org.glassfish.grizzly.http.server.HttpHandler
 
setDocBase(String) - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Sets the (possibly relative) doc base path of this AlternateDocBase.
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.
setHeader(Header, String) - Method in class org.glassfish.grizzly.http.server.Response
Set the specified header to the specified value.
setHttpHandler(HttpHandler) - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
 
setHttpServerName(String) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
Sets the server name used for HTTP response headers and default generated error pages.
setHttpServerVersion(String) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
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.
setIntHeader(Header, int) - Method in class org.glassfish.grizzly.http.server.Response
Set the specified integer header to the specified value.
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.
setMaxPostSize(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
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().
setMethod(String) - Method in class org.glassfish.grizzly.http.server.Request
Sets the HTTP request method used in this Request.
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.
setNoCompressionUserAgents(String) - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
setNote(Note<E>, E) - Method in class org.glassfish.grizzly.http.server.Request
Bind the Note value to 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.
setQueryString(String) - Method in class org.glassfish.grizzly.http.server.Request
Sets the query string associated with this request.
setRcmSupportEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
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.
setRequestParameters(Parameters) - Method in class org.glassfish.grizzly.http.server.Request
This method may be used if some other entity processed request parameters and wishes to expose them via the request.
setRequestURI(String) - Method in class org.glassfish.grizzly.http.server.Request
Sets the request URI for this request.
setRequestURIEncoding(Charset) - Method in class org.glassfish.grizzly.http.server.HttpHandler
Set the request URI encoding used by this HttpHandler.
setRequestURIEncoding(String) - Method in class org.glassfish.grizzly.http.server.HttpHandler
Set the request URI encoding used by this HttpHandler.
setResources(DirContext) - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Sets the proxied resources of this AlternateDocBase.
setRestrictedUserAgents(String) - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
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.
setSendFileEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
setSendFileEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
Configure whether or sendfile support will enabled which allows sending File resources via FileChannel.transferTo(long, long, java.nio.channels.WritableByteChannel).
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.
setTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
 
setTimeout(long, TimeUnit) - Method in interface org.glassfish.grizzly.http.server.SuspendContext
Set the suspended Response timeout.
setTimestamp(long) - Method in class org.glassfish.grizzly.http.server.Session
Set the timestamp when this session has been created.
setTraceEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
setTransactionTimeout(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
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.
setup(NetworkListener, FilterChainBuilder) - Method in interface org.glassfish.grizzly.http.server.AddOn
The method, which will be invoked by HttpServer in order to initialize the AddOn on the passed NetworkListener.
setUploadTimeout(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
setUriEncoding(String) - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
setUrlPattern(String) - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Sets the url pattern of this AlternateDocBase.
setUserPrincipal(Principal) - Method in class org.glassfish.grizzly.http.server.Request
Set the Principal who has been authenticated for this Request.
setValid(boolean) - Method in class org.glassfish.grizzly.http.server.Session
Set this object as validated.
setWebappResources(DirContext) - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Sets the non-proxied resources of this AlternateDocBase.
skip(long, boolean) - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
Skips the specified number of bytes/characters.
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.
skipPostBody(int) - Method in class org.glassfish.grizzly.http.server.Request
Skips the POST body of this request.
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.
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.
start() - Method in class org.glassfish.grizzly.http.server.HttpHandler
Called when the HttpHandler's container is started by invoking HttpServer.start().
start() - Method in class org.glassfish.grizzly.http.server.HttpHandlerChain
 
start() - Method in class org.glassfish.grizzly.http.server.HttpServer
Starts the HttpServer.
start() - Method in class org.glassfish.grizzly.http.server.NetworkListener
Starts the listener.
StaticHttpHandler - Class in org.glassfish.grizzly.http.server
HttpHandler, which processes requests to a static resources.
StaticHttpHandler() - Constructor for class org.glassfish.grizzly.http.server.StaticHttpHandler
Create HttpHandler, which, by default, will handle requests to the static resources located in the current directory.
StaticHttpHandler(String...) - Constructor for class org.glassfish.grizzly.http.server.StaticHttpHandler
Create a new instance which will look for static pages located under the docRoot.
StaticHttpHandler(Set<String>) - Constructor for class org.glassfish.grizzly.http.server.StaticHttpHandler
Create a new instance which will look for static pages located under the docRoot.
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<Response>) - Method in class org.glassfish.grizzly.http.server.Response
Suspend the Response.
suspend(long, TimeUnit, CompletionHandler<Response>, TimeoutHandler) - Method in class org.glassfish.grizzly.http.server.Response
Suspend the Response.
SuspendContext - Interface in org.glassfish.grizzly.http.server
Interface represents a context of the suspended Response.
SuspendStatus - Class in org.glassfish.grizzly.http.server
 
SuspendStatus() - Constructor for class org.glassfish.grizzly.http.server.SuspendStatus
 

T

terminate() - Method in class org.glassfish.grizzly.http.server.io.InputBuffer
Invoke ReadHandler.onError(Throwable) (assuming a ReadHandler is available) } passing a {#link CancellationException} if the current Connection is open, or a {#link EOFException} if the connection was unexpectedly closed.
TimeoutHandler - Interface in org.glassfish.grizzly.http.server
Handler, which processes suspended Response timeout and is able to either confirm it or reset.
timeoutMillis - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
tmpMapperDC - Variable in class org.glassfish.grizzly.http.server.util.MappingData
 
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.GrizzlyPrincipal
Return a String representation of this object, which exposes only information that should be public.
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
 
updateContextPath(Request, String) - Static method in class org.glassfish.grizzly.http.server.HttpHandler
Utility method to update Request context-path value.
uri - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheKey
 
urlEncoder - Variable in class org.glassfish.grizzly.http.server.Response
URL encoder.
USE_SEND_FILE - Static variable in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
 
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.CompressionLevel
Returns the enum constant of this type with the specified name.
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.CompressionLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.http.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(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
Deprecated. please use WriteHandler

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 © 2012 Oracle Corporation. All Rights Reserved.