- A - Static variable in class org.glassfish.grizzly.http.server.Constants
-
'A'.
- a - Static variable in class org.glassfish.grizzly.http.server.Constants
-
'a'.
- AccessLogAppender - Interface in org.glassfish.grizzly.http.server.accesslog
-
An interface defining an appender for Grizzly access logs entries.
- AccessLogBuilder - Class in org.glassfish.grizzly.http.server.accesslog
-
A simple builder to configure access logging for Grizzly.
- AccessLogBuilder(String) - Constructor for class org.glassfish.grizzly.http.server.accesslog.AccessLogBuilder
-
- AccessLogBuilder(File) - Constructor for class org.glassfish.grizzly.http.server.accesslog.AccessLogBuilder
-
- AccessLogFormat - Interface in org.glassfish.grizzly.http.server.accesslog
-
An interface defining a component capable of formatting
Responses
into printable
access log entries.
- AccessLogProbe - Class in org.glassfish.grizzly.http.server.accesslog
-
- AccessLogProbe(AccessLogAppender, AccessLogFormat) - Constructor for class org.glassfish.grizzly.http.server.accesslog.AccessLogProbe
-
- AccessLogProbe(AccessLogAppender, AccessLogFormat, int) - Constructor for class org.glassfish.grizzly.http.server.accesslog.AccessLogProbe
-
- ACK_BYTES - Static variable in class org.glassfish.grizzly.http.server.Constants
-
- add(HttpRequestPacket, long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
Add a resource to the cache.
- add(HttpRequestPacket, File) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
Add a
File resource to the cache.
- add(HttpRequestPacket, File, long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
Add a resource to the cache.
- addAfterServiceListener(AfterServiceListener) - Method in class org.glassfish.grizzly.http.server.Request
-
Add the listener, which will be notified, once Request processing will be finished.
- addCachingHeaders(Response, File) - Static method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
-
- addContext(String, String, Object, String[], NamingContext) - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
Add a new Context to an existing Host.
- addContext(String, String, Object, String[], NamingContext, 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.CLStaticHttpHandler
-
Adds doc root (path prefix), which will be used to look up resources.
- 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
-
- addHandler(HttpHandler, HttpHandlerRegistration[]) - Method in class org.glassfish.grizzly.http.server.HttpHandlerChain
-
- addHeader(String, String) - Method in class org.glassfish.grizzly.http.server.Response
-
Add the specified header to the specified value.
- addHeader(String, HeaderValue) - 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.
- addHeader(Header, HeaderValue) - 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) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
- addHttpHandler(HttpHandler, String...) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
Adds the specified
HttpHandler
with its associated mapping(s).
- addHttpHandler(HttpHandler, HttpHandlerRegistration...) - 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.
- addSessionCookieInternal(Cookie) - Method in class org.glassfish.grizzly.http.server.Response
-
Special method for adding a session cookie as we should be overriding
any previous
- addToFileCache(Request, Response, File) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
-
- 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
-
- afterServicesList - Variable in class org.glassfish.grizzly.http.server.Request
-
- AGENT - Static variable in class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
-
A
format compatible with Apache's
user-agent format.
- AGENT_FORMAT - Static variable in class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
-
A
String representing our version of Apache's
user-agent format.
- AGENT_UTC - Static variable in class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
-
A
format compatible with Apache's
user-agent format set to use the
UTC time zone.
- AggregatorAddOn - Class in org.glassfish.grizzly.http.server.util
-
AggregatorAddOn installs AggregatorFilter into HttpServer FilterChain.
- AggregatorAddOn() - Constructor for class org.glassfish.grizzly.http.server.util.AggregatorAddOn
-
- allowReplacement() - Static method in class org.glassfish.grizzly.http.server.util.Mapper
-
- 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
-
- ApacheLogFormat - Class in org.glassfish.grizzly.http.server.accesslog
-
- ApacheLogFormat(String) - Constructor for class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
-
- ApacheLogFormat(TimeZone, String) - Constructor for class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
-
- appCommitted - Variable in class org.glassfish.grizzly.http.server.Response
-
The application commit flag.
- append(String) - Method in interface org.glassfish.grizzly.http.server.accesslog.AccessLogAppender
-
Append the specified access log entry.
- append(String) - Method in class org.glassfish.grizzly.http.server.accesslog.QueueingAppender
-
- append(String) - Method in class org.glassfish.grizzly.http.server.accesslog.RotatingFileAppender
-
- append(String) - Method in class org.glassfish.grizzly.http.server.accesslog.StreamAppender
-
- 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
-
Deprecated.
will always return true
- attributes() - Method in class org.glassfish.grizzly.http.server.Session
-
- AUTHORIZATION_HEADER - Static variable in class org.glassfish.grizzly.http.server.Constants
-
Default header names.
- emptyPathWrapper - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
-
- enableJMX() - Method in class org.glassfish.grizzly.http.server.HttpServer
-
- encodeRedirectURL(String) - Method in class org.glassfish.grizzly.http.server.Response
-
Encode the session identifier associated with this response
into the specified redirect URL, if necessary.
- 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.
- 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(Iterable<E>) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
-
Return an Enumeration over the values returned by the
specified
Iterable.
- Enumerator(Iterable<E>, boolean) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
-
Return an Enumeration over the values returned by the
specified
Iterable.
- 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
-
- equals(Object) - Method in class org.glassfish.grizzly.http.server.HttpHandlerRegistration
-
- 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.
- ErrorPageGenerator - Interface in org.glassfish.grizzly.http.server
-
Error page generator interface, which is responsible for generating of an
error page corresponding to the given response status.
- 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.
- generate(Request, int, String, String, Throwable) - Method in class org.glassfish.grizzly.http.server.DefaultErrorPageGenerator
-
Returns the HTML representation of the error page corresponding to the
given HTTP response status.
- generate(Request, int, String, String, Throwable) - Method in interface org.glassfish.grizzly.http.server.ErrorPageGenerator
-
Returns the HTML representation of the error page corresponding to the
given HTTP response status.
- GET - Static variable in class org.glassfish.grizzly.http.server.Constants
-
GET.
- get(HttpRequestPacket) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
- 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.
- getBufferSize() - Method in class org.glassfish.grizzly.http.server.Response
-
Return the actual buffer size used for this Response.
- getByteBuffer(boolean) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
-
- 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.
- getClassLoader() - Method in class org.glassfish.grizzly.http.server.CLStaticHttpHandler
-
Returns the
ClassLoader used to resolve the requested HTTP resources.
- getCompletionHandler() - Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
-
- getCompletionHandler() - Method in interface org.glassfish.grizzly.http.server.SuspendContext
-
- getCompressedFilesFolder() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
Returns the folder to be used to store temporary compressed files.
- getCompressibleMimeTypes() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Deprecated.
use getCompressionConfig().getCompressableMimeTypes()
- getCompression() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Deprecated.
use getCompressionConfig().getCompressionMode().name()
- getCompressionConfig() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
Returns the FileCache compression configuration settings.
- getCompressionConfig() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getCompressionLevel(String) - Static method in enum org.glassfish.grizzly.http.server.CompressionLevel
-
Deprecated.
Set compression level.
- getCompressionMinSize() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Deprecated.
use getCompressionConfig().getCompressionMinSize()
- 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.HttpHandlerRegistration
-
- 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.
- 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.
- getDefaultErrorPageGenerator() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getDefaultErrorPageGenerator() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- getDefaultHostName() - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
- getDefaultQueryEncoding() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Returns the default character encoding used to decode request URI's query part.
- 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
-
- getErrorPageGenerator(Request) - Method in class org.glassfish.grizzly.http.server.HttpHandler
-
- getErrorPageGenerator() - Method in class org.glassfish.grizzly.http.server.Response
-
- getExceptionErrorPage(String, String, String, Throwable) - Static method in class org.glassfish.grizzly.http.server.util.HtmlHelper
-
- getExecutor(Request) - Method in interface org.glassfish.grizzly.http.server.RequestExecutorProvider
-
Returns the
Executor to execute user's code associated with the
Request processing.
- getExecutor(Request) - Method in class org.glassfish.grizzly.http.server.RequestExecutorProvider.SameThreadProvider
-
- getExecutor(Request) - Method in class org.glassfish.grizzly.http.server.RequestExecutorProvider.WorkerThreadProvider
-
- getFile(boolean) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
-
Returns the entry's
File reference.
- 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.
- getFileSize(boolean) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
-
Returns the entry file size.
- getFilterChain() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getFormat() - Method in class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
-
Return the normalized format associated with this instance.
- getFormats() - Method in class org.glassfish.grizzly.http.server.util.SimpleDateFormats
-
- getFullServerName() - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
-
- 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
- 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.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.
- getHttpFilter() - Method in class org.glassfish.grizzly.http.server.Request
-
- getHttpHandler() - Method in class org.glassfish.grizzly.http.server.HttpServer
-
- getHttpHandler() - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
-
- getHttpHandlerPath() - Method in class org.glassfish.grizzly.http.server.Request
-
Returns the part of this request's URL that calls the HttpHandler.
- getHttpHandlers() - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
Deprecated.
please use #getHttpHandlersMap()
- getHttpHandlersWithMapping() - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
- 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.
- 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
-
- 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
-
- 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
- getMaxBufferedPostSize() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Gets the maximum POST body size, which can buffered in memory.
- getMaxBufferedPostSize() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Gets the maximum POST body size, which can buffered in memory.
- getMaxCacheEntries() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
- getMaxDispatchDepth() - Static method in class org.glassfish.grizzly.http.server.Request
-
- getMaxEntrySize() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
- getMaxFormPostSize() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Gets the maximum size of the POST body generated by an HTML form.
- getMaxFormPostSize() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Gets the maximum size of the POST body generated by an HTML form.
- getMaxHttpHeaderSize() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getMaxLargeFileCacheSize() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
- getMaxPayloadRemainderToSkip() - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
- getMaxPendingBytes() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getMaxPostSize() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Gets the maximum size of the POST body.
- getMaxRequestHeaders() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Returns the maximum number of headers allowed for a request.
- getMaxRequestParameters() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Returns the maximum number of parameters allowed per request.
- getMaxResponseHeaders() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Returns the maximum number of headers allowed for a response.
- getMaxSmallFileCacheSize() - Method in class org.glassfish.grizzly.http.server.filecache.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
-
- 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.NetworkListener
-
- getName() - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
- getNIOInputStream() - Method in class org.glassfish.grizzly.http.server.Request
-
- getNIOOutputStream() - Method in class org.glassfish.grizzly.http.server.Response
-
- getNIOReader() - Method in class org.glassfish.grizzly.http.server.Request
-
- getNIOWriter() - Method in class org.glassfish.grizzly.http.server.Response
-
- getNoCompressionUserAgents() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Deprecated.
use getCompressionConfig().getNoCompressionUserAgents()
- 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
-
- 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.
- getParameters() - Method in class org.glassfish.grizzly.http.server.Request
-
Returns the low-level parameters holder for finer control over parameters.
- 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.
- getPathInfo() - Method in class org.glassfish.grizzly.http.server.Request
-
Returns any extra path information associated with the URL the client
sent when it made this request.
- 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
-
- getRelativeURI(Request) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
-
- 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
-
- 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.
- getRequestExecutor() - Method in class org.glassfish.grizzly.http.server.Request
-
- getRequestExecutorProvider() - Method in class org.glassfish.grizzly.http.server.HttpHandler
-
- 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
-
- getResponse() - Method in class org.glassfish.grizzly.http.server.Response
-
- getRestrictedUserAgents() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getScheme() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Get the HTTP request scheme, which if non-null overrides default one
picked up by framework during runtime.
- getScheme() - Method in class org.glassfish.grizzly.http.server.Request
-
Return the scheme used to make this Request.
- getScheme() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Get the HTTP request scheme, which if non-null overrides default one
picked up by framework during runtime.
- getSecondsMaxAge() - Method in class org.glassfish.grizzly.http.server.filecache.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 (in milliseconds) 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
-
- getThreadPool() - Method in class org.glassfish.grizzly.http.server.io.ServerInputBuffer
-
- getThreadPool() - Method in class org.glassfish.grizzly.http.server.io.ServerOutputBuffer
-
- 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
-
- getTimeoutHandler() - Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
-
- getTimeoutHandler() - Method in interface org.glassfish.grizzly.http.server.SuspendContext
-
- 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.HttpHandlerRegistration
-
- 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
-
- 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).
- 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(DelayedExecutor) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
- initialize(Request, FilterChainContext) - Method in class org.glassfish.grizzly.http.server.io.ServerInputBuffer
-
- initialize(Response, FilterChainContext) - Method in class org.glassfish.grizzly.http.server.io.ServerOutputBuffer
-
- initialize(HttpRequestPacket, FilterChainContext, HttpServerFilter) - Method in class org.glassfish.grizzly.http.server.Request
-
- initialize(Request, HttpResponsePacket, FilterChainContext, DelayedExecutor.DelayQueue<Response.SuspendTimeout>, HttpServerFilter) - Method in class org.glassfish.grizzly.http.server.Response
-
- initiateAsyncronousDataReceiving() - Method in class org.glassfish.grizzly.http.server.io.ServerInputBuffer
-
Initiates asynchronous data receiving.
- inputBuffer - Variable in class org.glassfish.grizzly.http.server.Request
-
The associated input buffer.
- instrument(ServerConfiguration) - Method in class org.glassfish.grizzly.http.server.accesslog.AccessLogBuilder
-
- 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.
- isAllowPayloadForUndefinedHttpMethods() - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
The flag, which enables/disables payload support for HTTP methods,
for which HTTP spec doesn't clearly state whether they support payload.
- 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.NetworkListener
-
- isCommitted() - Method in class org.glassfish.grizzly.http.server.Response
-
Has the output of this response already been committed?
- isDefaultContext - Variable in class org.glassfish.grizzly.http.server.util.MappingData
-
- 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.StaticHttpHandlerBase
-
Returns true if this StaticHttpHandler has been
configured to use file cache to serve static resources,
or false otherwise.
- isFileSendEnabled() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
- isGracefulShutdownSupported() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- 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
- isPassTraceRequest() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- isPaused() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- 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.
- isReuseSessionID() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Returns the "reuse session IDs when creating sessions"
- 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
-
- isStarted() - Method in class org.glassfish.grizzly.http.server.HttpServer
-
- isStarted() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- isSuspended() - Method in class org.glassfish.grizzly.http.server.Response
-
- 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
-
- isTraceEnabled() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- 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?
- rawCookies - Variable in class org.glassfish.grizzly.http.server.Request
-
- ReadHandler - Interface in org.glassfish.grizzly.http.server.io
-
- recycle() - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheKey
-
- recycle() - Method in class org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey
-
- recycle() - Method in class org.glassfish.grizzly.http.server.io.ServerInputBuffer
-
- recycle() - Method in class org.glassfish.grizzly.http.server.io.ServerOutputBuffer
-
- 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
-
- recycle() - Method in class org.glassfish.grizzly.http.server.util.SimpleDateFormats
-
- 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.
- REFERER - Static variable in class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
-
A
format compatible with Apache's
referer format.
- REFERER_FORMAT - Static variable in class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
-
A
String representing our version of Apache's
referer format.
- REFERER_UTC - Static variable in class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
-
A
format compatible with Apache's
referer format set to use the
UTC time zone.
- registerAddOn(AddOn) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Registers
AddOn on this NetworkListener.
- 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
-
- 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(String) - Method in class org.glassfish.grizzly.http.server.CLStaticHttpHandler
-
Removes docRoot from the doc root list.
- 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
-
- removeHttpHandler(HttpHandler) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
- removeJmxEventListener(JmxEventListener) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
- removeListener(String) - Method in class org.glassfish.grizzly.http.server.HttpServer
-
- 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
-
- replayPayload(Buffer) - Method in class org.glassfish.grizzly.http.server.Request
-
Replays request's payload by setting new payload
Buffer.
- Request - Class in org.glassfish.grizzly.http.server
-
Wrapper object for the Coyote request.
- Request(Response) - 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.
- Request.PathResolver - Interface in org.glassfish.grizzly.http.server
-
- 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?
- RequestExecutorProvider - Interface in org.glassfish.grizzly.http.server
-
- RequestExecutorProvider.SameThreadProvider - Class in org.glassfish.grizzly.http.server
-
- RequestExecutorProvider.SameThreadProvider() - Constructor for class org.glassfish.grizzly.http.server.RequestExecutorProvider.SameThreadProvider
-
- RequestExecutorProvider.WorkerThreadProvider - Class in org.glassfish.grizzly.http.server
-
- RequestExecutorProvider.WorkerThreadProvider() - Constructor for class org.glassfish.grizzly.http.server.RequestExecutorProvider.WorkerThreadProvider
-
- 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.Response
-
Clears any data that exists in the buffer as well as the status code
and headers.
- 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.
- resolve(Request) - Method in interface org.glassfish.grizzly.http.server.Request.PathResolver
-
- 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
-
- Response.SuspendTimeout - Class in org.glassfish.grizzly.http.server
-
- 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.
- ROOT - Static variable in class org.glassfish.grizzly.http.server.HttpHandlerRegistration
-
- rotatedDaily() - Method in class org.glassfish.grizzly.http.server.accesslog.AccessLogBuilder
-
Set up automatic log-file rotation, on a daily basis.
- rotatedHourly() - Method in class org.glassfish.grizzly.http.server.accesslog.AccessLogBuilder
-
Set up automatic log-file rotation, on a hourly basis.
- RotatingFileAppender - Class in org.glassfish.grizzly.http.server.accesslog
-
An
appender writing log entries to
Files,
and rotating/archiving them when necessary.
- RotatingFileAppender(File, String) - Constructor for class org.glassfish.grizzly.http.server.accesslog.RotatingFileAppender
-
- RotatingFileAppender(File, String, String) - Constructor for class org.glassfish.grizzly.http.server.accesslog.RotatingFileAppender
-
- rotationPattern(String) - Method in class org.glassfish.grizzly.http.server.accesslog.AccessLogBuilder
-
Set up automatic log-file rotation based on a specified
SimpleDateFormat pattern.
- run() - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
-
- 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.
- 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.
- sendErrorPage(Request, Response, ErrorPageGenerator, int, String, String, Throwable) - Static method in class org.glassfish.grizzly.http.server.util.HtmlHelper
-
Generate and send an error page for the given HTTP response status.
- sendfile(File, long, long, CompletionHandler<WriteResult>) - Method in class org.glassfish.grizzly.http.server.io.ServerOutputBuffer
-
- sendFile(Response, File) - Static method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
-
- sendRedirect(String) - Method in class org.glassfish.grizzly.http.server.Response
-
Send a temporary redirect to the specified redirect location URL.
- server - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
-
- ServerConfiguration - Class in org.glassfish.grizzly.http.server
-
Configuration options for a particular
HttpServer instance.
- ServerFilterConfiguration - Class in org.glassfish.grizzly.http.server
-
- ServerFilterConfiguration() - Constructor for class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- ServerFilterConfiguration(String, String) - Constructor for class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- ServerFilterConfiguration(ServerFilterConfiguration) - Constructor for class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- ServerInputBuffer - Class in org.glassfish.grizzly.http.server.io
-
- ServerInputBuffer() - Constructor for class org.glassfish.grizzly.http.server.io.ServerInputBuffer
-
- ServerOutputBuffer - Class in org.glassfish.grizzly.http.server.io
-
- ServerOutputBuffer() - Constructor for class org.glassfish.grizzly.http.server.io.ServerOutputBuffer
-
- 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
-
- service(Request, Response) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
-
Based on the
Request URI, try to map the file from the
#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.
- 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.
- setAllowPayloadForUndefinedHttpMethods(boolean) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
The flag, which enables/disables payload support for HTTP methods,
for which HTTP spec doesn't clearly state whether they support payload.
- setAllowReplacement(boolean) - Static method in class org.glassfish.grizzly.http.server.util.Mapper
-
- 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.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.
- setCompressedFilesFolder(File) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
Sets the folder to be used to store temporary compressed files.
- setCompressibleMimeTypes(String) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Deprecated.
use getCompressionConfig().setCompressableMimeTypes(Set<String>)
- setCompression(String) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Deprecated.
use getCompressionConfig().setCompressionMode(mode)
- setCompressionMinSize(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Deprecated.
use getCompressionConfig().setCompressionMinSize(int)
- 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.
- setContentType(ContentType) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the content type for this Response.
- setContext(String, String[], NamingContext) - 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
-
- setContextPath(Request.PathResolver) - 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.
- 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.
- setDefaultErrorPageGenerator(ErrorPageGenerator) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- setDefaultErrorPageGenerator(ErrorPageGenerator) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- setDefaultHostName(String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
Set default host.
- setDefaultQueryEncoding(Charset) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Sets the default character encoding used to decode request URI's query part.
- 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
-
- setError() - Method in class org.glassfish.grizzly.http.server.Response
-
Set the error flag.
- setErrorAndSendErrorPage(Request, Response, ErrorPageGenerator, int, String, String, Throwable) - Static method in class org.glassfish.grizzly.http.server.util.HtmlHelper
-
Generate and send an error page for the given HTTP response status.
- setErrorPageGenerator(ErrorPageGenerator) - Method in class org.glassfish.grizzly.http.server.Response
-
- setFileCacheEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
-
Set true to configure this StaticHttpHandler
to use file cache to serve static resources, or false otherwise.
- setFileSendEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
- setGracefulShutdownSupported(boolean) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Enables or disables graceful shutdown support.
- setHeader(String, String) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the specified header to the specified value.
- setHeader(String, HeaderValue) - 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.
- setHeader(Header, HeaderValue) - 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
-
- setHttpHandlerPath(String) - Method in class org.glassfish.grizzly.http.server.Request
-
- setHttpHandlerPath(Request.PathResolver) - Method in class org.glassfish.grizzly.http.server.Request
-
- 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
-
- 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.
- setMaxBufferedPostSize(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Sets the maximum POST body size, which can buffered in memory.
- setMaxBufferedPostSize(int) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Sets the maximum POST body size, which can buffered in memory.
- 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 cacheable.
- setMaxFormPostSize(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Sets the maximum size of the POST body generated by an HTML form.
- setMaxFormPostSize(int) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Sets the maximum size of the POST body generated by an HTML form.
- 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.
- setMaxPayloadRemainderToSkip(long) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
Set the maximum request payload remainder (in bytes) HttpServerFilter
will try to swallow after HTTP request processing is over in order to
keep the connection alive.
- 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(long) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Sets the maximum size of the POST body.
- setMaxRequestHeaders(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Sets the maximum number of headers allowed for a request.
- setMaxRequestParameters(int) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Sets the maximum number of parameters allowed for a request.
- setMaxResponseHeaders(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Sets the maximum number of headers allowed for a response.
- setMaxSmallFileCacheSize(long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
- 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
-
Deprecated.
use getCompressionConfig().setNoCompressionUserAgents(Set<String>)
- 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.
- setPassTraceRequest(boolean) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
If
passTraceRequest is
true, the
TRACE request
will be passed to the registered
HttpHandlers.
- setPathInfo(String) - Method in class org.glassfish.grizzly.http.server.Request
-
- setPathInfo(Request.PathResolver) - Method in class org.glassfish.grizzly.http.server.Request
-
- 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.
- 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.
- setRequestExecutorProvider(RequestExecutorProvider) - Method in class org.glassfish.grizzly.http.server.Request
-
- 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
-
- setReuseSessionID(boolean) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Sets the "reuse session IDs when creating sessions"
- setScheme(String) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Set the HTTP request scheme, which if non-null overrides default one
picked up by framework during runtime.
- setScheme(String) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Set the HTTP request scheme, which if non-null overrides default one
picked up by framework during runtime.
- 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
-
- 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 (in milliseconds) 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
-
- 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
-
- setTraceEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
If enabled is true the TRACE method will be
respected and a proper response will be generated.
- setTransactionTimeout(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Sets the time, in seconds, within which a request must complete its
processing.
- 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
-
- setup(NetworkListener, FilterChainBuilder) - Method in class org.glassfish.grizzly.http.server.util.AggregatorAddOn
-
- setup(NetworkListener, FilterChainBuilder) - Method in class org.glassfish.grizzly.http.server.util.HttpPipelineOptAddOn
-
- 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.
- shutdown(long, TimeUnit) - Method in class org.glassfish.grizzly.http.server.HttpServer
-
- shutdown() - Method in class org.glassfish.grizzly.http.server.HttpServer
-
Gracefully shuts down the HttpServer instance.
- shutdown(long, TimeUnit) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- shutdown() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Gracefully shuts down the listener.
- shutdownNow() - Method in class org.glassfish.grizzly.http.server.HttpServer
-
Immediately shuts down the HttpServer instance.
- shutdownNow() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Immediately shuts down the listener.
- SimpleDateFormats - Class in org.glassfish.grizzly.http.server.util
-
- SimpleDateFormats() - Constructor for class org.glassfish.grizzly.http.server.util.SimpleDateFormats
-
- 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
-
- 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.
- StaticHttpHandlerBase - Class in org.glassfish.grizzly.http.server
-
The basic class for
HttpHandler implementations,
which processes requests to a static resources.
- StaticHttpHandlerBase() - Constructor for class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
-
- 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.
- statusThreshold(int) - Method in class org.glassfish.grizzly.http.server.accesslog.AccessLogBuilder
-
Set the minimum response status that will trigger an entry
in an access log configured by this instance.
- stop() - Method in class org.glassfish.grizzly.http.server.HttpServer
-
- stop() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- StreamAppender - Class in org.glassfish.grizzly.http.server.accesslog
-
- StreamAppender(OutputStream) - Constructor for class org.glassfish.grizzly.http.server.accesslog.StreamAppender
-
- 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(long, TimeUnit) - Method in class org.glassfish.grizzly.http.server.Response
-
Deprecated.
timeout parameters don't make any sense without CompletionHandler
- suspend(long, TimeUnit, CompletionHandler<Response>) - Method in class org.glassfish.grizzly.http.server.Response
-
- suspend(long, TimeUnit, CompletionHandler<Response>, TimeoutHandler) - Method in class org.glassfish.grizzly.http.server.Response
-
- suspend() - Method in class org.glassfish.grizzly.http.server.SuspendStatus
-
- SuspendContext - Interface in org.glassfish.grizzly.http.server
-
Interface represents a context of the suspended
Response.
- SuspendStatus - Class in org.glassfish.grizzly.http.server
-
The request/response suspend status bound to a specific thread.
- synchronous(boolean) - Method in class org.glassfish.grizzly.http.server.accesslog.AccessLogBuilder
-
Specify whether access log entries should be written
synchronously or not.