- handle(String, Request, Response) - Method in class org.glassfish.grizzly.http.server.CLStaticHttpHandler
-
Lookup a resource based on the request URI, and process it.
- handle(String, Request, Response) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandler
-
Lookup a resource based on the request URI, and process it.
- handle(String, Request, Response) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
-
Lookup a resource based on the request URI, and process it.
- handleEvent(FilterChainContext, FilterChainEvent) - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
-
- handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.http.server.FileCacheFilter
-
- handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
-
- handleSendFile(Request) - Static method in class org.glassfish.grizzly.http.server.util.RequestUtils
-
- hashCode() - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheKey
-
- hashCode() - Method in class org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey
-
- hashCode() - Method in class org.glassfish.grizzly.http.server.HttpHandlerRegistration
-
- hasMoreElements() - Method in class org.glassfish.grizzly.http.server.util.Enumerator
-
Tests if this enumeration contains more elements.
- HEAD - Static variable in class org.glassfish.grizzly.http.server.Constants
-
HEAD.
- headers(MimeHeaders) - Method in class org.glassfish.grizzly.http.server.http2.PushEvent.PushEventBuilder
-
The headers of the push request.
- host - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
-
- host - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheKey
-
- Host() - Constructor for class org.glassfish.grizzly.http.server.util.Mapper.Host
-
- host - Variable in class org.glassfish.grizzly.http.server.util.MappingData
-
- hosts - Variable in class org.glassfish.grizzly.http.server.util.Mapper
-
Array containing the virtual hosts definitions.
- HT - Static variable in class org.glassfish.grizzly.http.server.Constants
-
HT.
- HtmlHelper - Class in org.glassfish.grizzly.http.server.util
-
Utility class used to generate HTML pages.
- HtmlHelper() - Constructor for class org.glassfish.grizzly.http.server.util.HtmlHelper
-
- HTTP_10 - Static variable in class org.glassfish.grizzly.http.server.Constants
-
HTTP/1.0.
- HTTP_11 - Static variable in class org.glassfish.grizzly.http.server.Constants
-
HTTP/1.1.
- HTTP_11_BYTES - Static variable in class org.glassfish.grizzly.http.server.Constants
-
- httpContext - Variable in class org.glassfish.grizzly.http.server.Response
-
Grizzly HttpContext associated with the current Request/Response processing.
- HttpHandler - Class in org.glassfish.grizzly.http.server
-
Base class to use when Request/Response/InputStream/OutputStream are needed to implement a customized HTTP
container/extension to the HTTP module.
- HttpHandler() - Constructor for class org.glassfish.grizzly.http.server.HttpHandler
-
Create HttpHandler.
- HttpHandler(String) - Constructor for class org.glassfish.grizzly.http.server.HttpHandler
-
Create HttpHandler with the specific name.
- HttpHandlerChain - Class in org.glassfish.grizzly.http.server
-
The HttpHandlerChain class allows the invocation of multiple
HttpHandlers every time a new HTTP request is
ready to be handled.
- HttpHandlerChain(HttpServer) - Constructor for class org.glassfish.grizzly.http.server.HttpHandlerChain
-
- HttpHandlerRegistration - Class in org.glassfish.grizzly.http.server
-
- HttpHandlerRegistration.Builder - Class in org.glassfish.grizzly.http.server
-
- HttpPipelineOptAddOn - Class in org.glassfish.grizzly.http.server.util
-
The plugin, that optimizes processing of pipelined HTTP requests by buffering HTTP responses and then writing them as
one operation.
- HttpPipelineOptAddOn() - Constructor for class org.glassfish.grizzly.http.server.util.HttpPipelineOptAddOn
-
Constructs HttpPipelineOptAddOn.
- HttpPipelineOptAddOn(int) - Constructor for class org.glassfish.grizzly.http.server.util.HttpPipelineOptAddOn
-
Constructs HttpPipelineOptAddOn.
- httpRequest(HttpRequestPacket) - Method in class org.glassfish.grizzly.http.server.http2.PushEvent.PushEventBuilder
-
The HttpRequestPacket of the original request.
- HttpServer - Class in org.glassfish.grizzly.http.server
-
- HttpServer() - Constructor for class org.glassfish.grizzly.http.server.HttpServer
-
- HttpServerFilter - Class in org.glassfish.grizzly.http.server
-
Filter implementation to provide high-level HTTP request/response processing.
- HttpServerFilter(ServerFilterConfiguration, DelayedExecutor) - Constructor for class org.glassfish.grizzly.http.server.HttpServerFilter
-
- httpServerFilter - Variable in class org.glassfish.grizzly.http.server.Request
-
- HttpServerMonitoringConfig - Class in org.glassfish.grizzly.http.server
-
Grizzly web server monitoring config.
- HttpServerMonitoringConfig() - Constructor for class org.glassfish.grizzly.http.server.HttpServerMonitoringConfig
-
- HttpServerProbe - Interface in org.glassfish.grizzly.http.server
-
Monitoring probe providing callbacks that may be invoked by Grizzly
HttpServerFilter.
- HttpServerProbe.Adapter - Class in org.glassfish.grizzly.http.server
-
HttpServerProbe adapter that provides no-op implementations for all interface methods allowing easy extension
by the developer.