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