|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Request | |
|---|---|
| org.glassfish.grizzly.http.server | |
| Uses of Request in org.glassfish.grizzly.http.server |
|---|
| Fields in org.glassfish.grizzly.http.server declared as Request | |
|---|---|
protected Request |
Response.request
The request with which this response is associated. |
| Methods in org.glassfish.grizzly.http.server that return Request | |
|---|---|
static Request |
Request.create()
|
Request |
Response.getRequest()
Return the Request with which this Response is associated. |
| Methods in org.glassfish.grizzly.http.server with parameters of type Request | |
|---|---|
boolean |
StaticResourcesHandler.addToFileCache(Request req,
File resource)
|
protected void |
HttpService.customizedErrorPage(HttpServer server,
Request req,
Response res)
Customize the error page. |
void |
HttpService.doService(Request request,
Response response)
Handles static resources if this service is configured to do so, otherwise invokes HttpService.service(Request, Response). |
boolean |
StaticResourcesHandler.handle(Request req,
Response res)
Based on the Request URI, try to map the file from the
StaticResourcesHandler.getDocRoot(), and send it synchronously
using send file. |
protected boolean |
StaticResourcesHandler.handle(String uri,
Request req,
Response res)
Lookup a resource based on the request URI, and send it using send file. |
void |
Response.initialize(Request request,
HttpResponsePacket response,
FilterChainContext ctx,
DelayedExecutor.DelayQueue<Response> delayQueue,
SuspendStatus suspendStatus)
|
void |
HttpServerProbe.onRequestCancelEvent(HttpServerFilter filter,
Connection connection,
Request request)
Method will be called, when Request processing is cancelled
after suspend. |
void |
HttpServerProbe.onRequestReceiveEvent(HttpServerFilter filter,
Connection connection,
Request request)
Method will be called, when new Request will come. |
void |
HttpServerProbe.onRequestResumeEvent(HttpServerFilter filter,
Connection connection,
Request request)
Method will be called, when Request processing is resumed. |
void |
HttpServerProbe.onRequestSuspendEvent(HttpServerFilter filter,
Connection connection,
Request request)
Method will be called, when Request processing is suspended. |
void |
HttpServerProbe.onRequestTimeoutEvent(HttpServerFilter filter,
Connection connection,
Request request)
Method will be called, when Request processing is timeout
after suspend. |
protected boolean |
HttpService.sendAcknowledgment(Request request,
Response response)
The default implementation will acknowledge an Expect: 100-Continue
with a response line with the status 100 followed by the final response
to this request. |
void |
HttpServiceChain.service(Request request,
Response response)
Map the Request to the proper HttpService |
abstract void |
HttpService.service(Request request,
Response response)
This method should contain the logic for any HTTP extension to the Grizzly HTTP web server. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||