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
O
- object - Variable in class org.glassfish.grizzly.http.server.util.Mapper.MapElement
- obtainMappingData() - Method in class org.glassfish.grizzly.http.server.Request
- obtainSessionCookieName() - Method in class org.glassfish.grizzly.http.server.Request
- OFF - org.glassfish.grizzly.http.server.CompressionLevel
-
Deprecated.
- OK_CACHED - org.glassfish.grizzly.http.server.filecache.FileCache.CacheResult
- OK_CACHED_TIMESTAMP - org.glassfish.grizzly.http.server.filecache.FileCache.CacheResult
- ON - org.glassfish.grizzly.http.server.CompressionLevel
-
Deprecated.
- onAfterService() - Method in class org.glassfish.grizzly.http.server.Request
- onAfterService(Request) - Method in interface org.glassfish.grizzly.http.server.AfterServiceListener
-
The method will be called once the
Requestprocessing will be completed. - onBeforeServiceEvent(HttpServerFilter, Connection, Request, HttpHandler) - Method in class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
-
Method will be called, before invoking
HttpHandler.service(org.glassfish.grizzly.http.server.Request, org.glassfish.grizzly.http.server.Response). - onBeforeServiceEvent(HttpServerFilter, Connection, Request, HttpHandler) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
-
Method will be called, before invoking
HttpHandler.service(org.glassfish.grizzly.http.server.Request, org.glassfish.grizzly.http.server.Response). - onEntryAddedEvent(FileCache, FileCacheEntry) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheProbe.Adapter
-
Method will be called, when file cache entry gets added.
- onEntryAddedEvent(FileCache, FileCacheEntry) - Method in interface org.glassfish.grizzly.http.server.filecache.FileCacheProbe
-
Method will be called, when file cache entry gets added.
- onEntryHitEvent(FileCache, FileCacheEntry) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheProbe.Adapter
-
Method will be called, when file cache entry gets hit.
- onEntryHitEvent(FileCache, FileCacheEntry) - Method in interface org.glassfish.grizzly.http.server.filecache.FileCacheProbe
-
Method will be called, when file cache entry gets hit.
- onEntryMissedEvent(FileCache, String, String) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheProbe.Adapter
-
Method will be called, when file cache entry is missed for some resource.
- onEntryMissedEvent(FileCache, String, String) - Method in interface org.glassfish.grizzly.http.server.filecache.FileCacheProbe
-
Method will be called, when file cache entry is missed for some resource.
- onEntryRemovedEvent(FileCache, FileCacheEntry) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheProbe.Adapter
-
Method will be called, when file cache entry gets removed.
- onEntryRemovedEvent(FileCache, FileCacheEntry) - Method in interface org.glassfish.grizzly.http.server.filecache.FileCacheProbe
-
Method will be called, when file cache entry gets removed.
- onErrorEvent(FileCache, Throwable) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheProbe.Adapter
-
Method will be called, when error occurs on the
FileCache. - onErrorEvent(FileCache, Throwable) - Method in interface org.glassfish.grizzly.http.server.filecache.FileCacheProbe
-
Method will be called, when error occurs on the
FileCache. - onMissingResource(Request, Response) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
-
The method will be called, if the static resource requested by the
Requestwasn't found, soStaticHttpHandlerimplementation may try to workaround this situation. - onRequestCancelEvent(HttpServerFilter, Connection, Request) - Method in class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
- onRequestCancelEvent(HttpServerFilter, Connection, Request) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
-
Method will be called, when
Requestprocessing is cancelled after suspend. - onRequestCompleteEvent(HttpServerFilter, Connection, Response) - Method in class org.glassfish.grizzly.http.server.accesslog.AccessLogProbe
-
Receive notification of the completion of a
Responsean possibly trigger an access log entry generation. - onRequestCompleteEvent(HttpServerFilter, Connection, Response) - Method in class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
-
Method will be called, when
Requestprocessing will be completed. - onRequestCompleteEvent(HttpServerFilter, Connection, Response) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
-
Method will be called, when
Requestprocessing will be completed. - onRequestReceiveEvent(HttpServerFilter, Connection, Request) - Method in class org.glassfish.grizzly.http.server.accesslog.AccessLogProbe
-
Instrument the specified
Requestwith an attribute marking its received time (in nanoseconds). - onRequestReceiveEvent(HttpServerFilter, Connection, Request) - Method in class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
-
Method will be called, when new
Requestwill come. - onRequestReceiveEvent(HttpServerFilter, Connection, Request) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
-
Method will be called, when new
Requestwill come. - onRequestResumeEvent(HttpServerFilter, Connection, Request) - Method in class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
-
Method will be called, when
Requestprocessing is resumed. - onRequestResumeEvent(HttpServerFilter, Connection, Request) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
-
Method will be called, when
Requestprocessing is resumed. - onRequestSuspendEvent(HttpServerFilter, Connection, Request) - Method in class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
-
Method will be called, when
Requestprocessing is suspended. - onRequestSuspendEvent(HttpServerFilter, Connection, Request) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
-
Method will be called, when
Requestprocessing is suspended. - onRequestTimeoutEvent(HttpServerFilter, Connection, Request) - Method in class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
-
Method will be called, when
Requestprocessing is timeout after suspend. - onRequestTimeoutEvent(HttpServerFilter, Connection, Request) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
-
Method will be called, when
Requestprocessing is timeout after suspend. - onTimeout(Response) - Method in interface org.glassfish.grizzly.http.server.TimeoutHandler
-
Method is called, when suspended
Responsetimeout expired. - onTraceRequest(Request, Response) - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
- org.glassfish.grizzly.http.server - package org.glassfish.grizzly.http.server
- org.glassfish.grizzly.http.server.accesslog - package org.glassfish.grizzly.http.server.accesslog
- org.glassfish.grizzly.http.server.filecache - package org.glassfish.grizzly.http.server.filecache
- org.glassfish.grizzly.http.server.http2 - package org.glassfish.grizzly.http.server.http2
- org.glassfish.grizzly.http.server.io - package org.glassfish.grizzly.http.server.io
- org.glassfish.grizzly.http.server.jmxbase - package org.glassfish.grizzly.http.server.jmxbase
- org.glassfish.grizzly.http.server.naming - package org.glassfish.grizzly.http.server.naming
- org.glassfish.grizzly.http.server.util - package org.glassfish.grizzly.http.server.util
- outputBuffer - Variable in class org.glassfish.grizzly.http.server.Response
-
The associated output buffer.
All Classes All Packages