|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GrizzlyResponse | |
|---|---|
| com.sun.grizzly.tcp.http11 | |
| Uses of GrizzlyResponse in com.sun.grizzly.tcp.http11 |
|---|
| Fields in com.sun.grizzly.tcp.http11 declared as GrizzlyResponse | |
|---|---|
protected GrizzlyResponse |
GrizzlyRequest.response
The response with which this request is associated. |
| Methods in com.sun.grizzly.tcp.http11 that return GrizzlyResponse | |
|---|---|
GrizzlyResponse |
GrizzlyRequest.getResponse()
Return the Response with which this Request is associated. |
| Methods in com.sun.grizzly.tcp.http11 with parameters of type GrizzlyResponse | |
|---|---|
void |
GrizzlyAdapter.afterService(GrizzlyRequest request,
GrizzlyResponse response)
Once the GrizzlyAdapter.service(com.sun.grizzly.tcp.Request, com.sun.grizzly.tcp.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||