Interface | Description |
---|---|
AddOn |
The
HttpServer addon interface, responsible for adding
features like WebSockets, Comet to HttpServer. |
AfterServiceListener |
The listener, which could be registered on a
Request using
Request.addAfterServiceListener(org.glassfish.grizzly.http.server.AfterServiceListener)
and be notified once the Request processing will be completed. |
ErrorPageGenerator |
Error page generator interface, which is responsible for generating of an
error page corresponding to the given response status.
|
HttpServerProbe |
Monitoring probe providing callbacks that may be invoked by Grizzly
HttpServerFilter . |
SuspendContext |
Interface represents a context of the suspended
Response . |
TimeoutHandler |
Handler, which processes suspended
Response timeout and is able
to either confirm it or reset. |
Class | Description |
---|---|
CLStaticHttpHandler |
HttpHandler , which processes requests to a static resources resolved
by a given ClassLoader . |
CompressionEncodingFilter | |
Constants |
Constants.
|
DefaultErrorPageGenerator |
Default Grizzly
ErrorPageGenerator . |
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
HttpHandler s
every time a new HTTP request is ready to be handled. |
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.
|
Response |
Wrapper object for the Coyote response.
|
ServerConfiguration |
Configuration options for a particular
HttpServer instance. |
ServerFilterConfiguration |
HttpServerFilter configuration. |
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 |
Enum | Description |
---|---|
CompressionLevel | Deprecated
pls.
|
Copyright © 2014 Oracle Corporation. All rights reserved.