Package org.glassfish.grizzly.http.server

Interface Summary
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.
HttpServerProbe Monitoring probe providing callbacks that may be invoked by Grizzly HttpServerFilter.
 

Class Summary
Constants Constants.
FileCacheFilter  
HttpRequestProcessor 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.
HttpServiceChain The HttpServiceChain class allows the invocation of multiple HttpRequestProcessors every time a new HTTP request is ready to be handled.
NetworkListener  
Request Wrapper object for the Coyote request.
Request.Note<E>  
Response Wrapper object for the Coyote response.
ServerConfiguration Configuration options for a particular HttpServer instance.
ServerFilterConfiguration HttpServerFilter configuration.
Session Simple session object.
StaticResourcesService HttpRequestProcessor, which processes requests to a static resources.
SuspendStatus  
 



Copyright © 2010 Oracle Corpration. All Rights Reserved.