|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GrizzlyResponse | |
|---|---|
| org.glassfish.grizzly.web.container.http11 | |
| Uses of GrizzlyResponse in org.glassfish.grizzly.web.container.http11 |
|---|
| Fields in org.glassfish.grizzly.web.container.http11 declared as GrizzlyResponse | |
|---|---|
protected GrizzlyResponse |
GrizzlyRequest.response
The response with which this request is associated. |
| Methods in org.glassfish.grizzly.web.container.http11 that return GrizzlyResponse | |
|---|---|
GrizzlyResponse |
GrizzlyRequest.getResponse()
Return the Response with which this Request is associated. |
| Methods in org.glassfish.grizzly.web.container.http11 with parameters of type GrizzlyResponse | |
|---|---|
void |
GrizzlyAdapter.afterService(GrizzlyRequest request,
GrizzlyResponse response)
Once the GrizzlyAdapter.service(org.glassfish.grizzly.web.container.Request, org.glassfish.grizzly.web.container.Response) method has been execyuted, the container will
call this method to allow any extension to clean up there associated
GrizzlyRequest and GrizzlyResponse. |
void |
GrizzlyAdapterChain.service(GrizzlyRequest request,
GrizzlyResponse response)
Map the GrizzlyRequest to the proper GrizzlyAdapter |
abstract void |
GrizzlyAdapter.service(GrizzlyRequest request,
GrizzlyResponse response)
This method should contains the logic for any http extension to the Grizzly HTTP Webserver. |
void |
GrizzlyRequest.setResponse(GrizzlyResponse response)
Set the Response with which this Request is associated. |
| Constructors in org.glassfish.grizzly.web.container.http11 with parameters of type GrizzlyResponse | |
|---|---|
GrizzlySuspendedResponse(Long timeout,
A attachment,
CompletionHandler<? super A> completionHandler,
GrizzlyResponse gres)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||