| Class and 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. |
| CompressionLevel |
| HttpHandler
Base class to use when Request/Response/InputStream/OutputStream
are needed to implement a customized HTTP container/extension to the
HTTP module.
|
| HttpServer |
| HttpServerFilter
Filter implementation to provide high-level HTTP request/response processing.
|
| HttpServerMonitoringConfig
Grizzly web server monitoring config.
|
| HttpServerProbe
Monitoring probe providing callbacks that may be invoked by Grizzly
HttpServerFilter. |
| 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.
|
| SuspendContext
Interface represents a context of the suspended
Response. |
| SuspendStatus |
| TimeoutHandler
Handler, which processes suspended
Response timeout and is able
to either confirm it or reset. |
| Class and Description |
|---|
| Request
Wrapper object for the Coyote request.
|
| Response
Wrapper object for the Coyote response.
|
| Class and Description |
|---|
| HttpServerFilter
Filter implementation to provide high-level HTTP request/response processing.
|
| NetworkListener |
| Class and Description |
|---|
| Request
Wrapper object for the Coyote request.
|
| Response
Wrapper object for the Coyote response.
|
Copyright © 2013 Oracle Corporation. All Rights Reserved.