A B C D E F G H I J K L M N O P Q R S T U V W X Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
I
- IDENTITY_FILTER - Static variable in class org.glassfish.grizzly.http.server.Constants
-
Identity filters (input and output).
- INCLUDE_CONTEXT_PATH_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
The request attribute under which the context path of the included servlet is stored on an included dispatcher request.
- INCLUDE_PATH_INFO_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
The request attribute under which the path info of the included servlet is stored on an included dispatcher request.
- INCLUDE_QUERY_STRING_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
The request attribute under which the query string of the included servlet is stored on an included dispatcher request.
- INCLUDE_REQUEST_URI_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
The request attribute under which the request URI of the included servlet is stored on an included dispatcher request.
- INCLUDE_SERVLET_PATH_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
The request attribute under which the servlet path of the included servlet is stored on an included dispatcher request.
- incrementDispatchDepth() - Method in class org.glassfish.grizzly.http.server.Request
-
Increment the depth of application dispatch
- info - Static variable in class org.glassfish.grizzly.http.server.Response
-
Descriptive information about this Response implementation.
- initialize(HttpRequestPacket, FilterChainContext, HttpServerFilter) - Method in class org.glassfish.grizzly.http.server.Request
- initialize(Request, FilterChainContext) - Method in class org.glassfish.grizzly.http.server.io.ServerInputBuffer
- initialize(Request, HttpResponsePacket, FilterChainContext, DelayedExecutor.DelayQueue<Response.SuspendTimeout>, HttpServerFilter) - Method in class org.glassfish.grizzly.http.server.Response
- initialize(Response, FilterChainContext) - Method in class org.glassfish.grizzly.http.server.io.ServerOutputBuffer
- initialize(DelayedExecutor) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
- 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
-
Build an
AccessLogProbeinstance and directly instrument it in anHttpServer's monitoring configuration to provide access logging. - 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
trueif custom status messages (reason phrases) are allowed for this response, orfalse 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
-
Returns
trueif File resources may be be sent usingFileChannel.transferTo(long, long, java.nio.channels.WritableByteChannel). - 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
trueif 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
trueif 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
-
Deprecated.since 2.3.17
- isSecure() - Method in class org.glassfish.grizzly.http.server.NetworkListener
- isSecure() - Method in class org.glassfish.grizzly.http.server.Request
- isSendFileEnabled() - Method in class org.glassfish.grizzly.http.server.NetworkListener
- isSendFileEnabled() - Method in class org.glassfish.grizzly.http.server.Response
- isSendFileEnabled() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Returns
trueif File resources may be be sent usingFileChannel.transferTo(long, long, java.nio.channels.WritableByteChannel). - isStarted() - Method in class org.glassfish.grizzly.http.server.HttpServer
- isStarted() - Method in class org.glassfish.grizzly.http.server.NetworkListener
- isSuspended() - Method in class org.glassfish.grizzly.http.server.Response
-
Return true/tt> if that
Response.suspend()has been invoked and set to true - isSuspended() - Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
- isSuspended() - Method in interface org.glassfish.grizzly.http.server.SuspendContext
-
Returns true, if the
Responseis 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?
All Classes All Packages