- 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.
- instance() - Static method in class org.glassfish.grizzly.http.server.DefaultSessionManager
-
- 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
-
- isDirectorySlashOff() - Method in class org.glassfish.grizzly.http.server.StaticHttpHandler
-
- 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
- isNew() - Method in class org.glassfish.grizzly.http.server.Session
-
Returns true if the client does not yet know about the session or if the client chooses not to join the
session.
- isPassTraceRequest() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- isPaused() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- isPushEnabled() - Method in class org.glassfish.grizzly.http.server.Request
-
- isRequestedSessionIdFromCookie() - Method in class org.glassfish.grizzly.http.server.Request
-
- 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
-
- isReuseSessionID() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- 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?