| BackendConfiguration |
This configuration might be useful, when Grizzly HttpServer is running behind an HTTP gateway like reverse proxy,
load balancer etc...
|
| CLStaticHttpHandler |
HttpHandler, which processes requests to a static resources resolved by a given ClassLoader.
|
| CompressionEncodingFilter |
|
| Constants |
Constants.
|
| DefaultErrorPageGenerator |
|
| DefaultSessionManager |
|
| FileCacheFilter |
|
| GrizzlyPrincipal |
Generic implementation of java.security.Principal that is used to represent principals authenticated
at the protocol handler level.
|
| HttpHandler |
Base class to use when Request/Response/InputStream/OutputStream are needed to implement a customized HTTP
container/extension to the HTTP module.
|
| HttpHandlerChain |
The HttpHandlerChain class allows the invocation of multiple HttpHandlers every time a new HTTP request is
ready to be handled.
|
| HttpHandlerRegistration |
|
| HttpHandlerRegistration.Builder |
|
| HttpServer |
|
| HttpServerFilter |
Filter implementation to provide high-level HTTP request/response processing.
|
| HttpServerMonitoringConfig |
Grizzly web server monitoring config.
|
| HttpServerProbe.Adapter |
HttpServerProbe adapter that provides no-op implementations for all interface methods allowing easy extension
by the developer.
|
| NetworkListener |
|
| Request |
Wrapper object for the Coyote request.
|
| RequestExecutorProvider.SameThreadProvider |
The RequestExecutorProvider implementation, which always returns null to force the user code to be
executed on the current Thread.
|
| RequestExecutorProvider.WorkerThreadProvider |
|
| Response |
Wrapper object for the Coyote response.
|
| ServerConfiguration |
Configuration options for a particular HttpServer instance.
|
| ServerFilterConfiguration |
|
| Session |
Simple session object.
|
| StaticHttpHandler |
HttpHandler, which processes requests to a static resources.
|
| StaticHttpHandlerBase |
The basic class for HttpHandler implementations, which processes requests to a static resources.
|
| SuspendStatus |
The request/response suspend status bound to a specific thread.
|