|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GrizzlyRequest | |
---|---|
com.sun.grizzly.container | |
com.sun.grizzly.http.servlet | |
com.sun.grizzly.tcp.http11 |
Uses of GrizzlyRequest in com.sun.grizzly.container |
---|
Subclasses of GrizzlyRequest in com.sun.grizzly.container | |
---|---|
class |
GrizzletRequest
This class represents an asynchronous request. |
Uses of GrizzlyRequest in com.sun.grizzly.http.servlet |
---|
Fields in com.sun.grizzly.http.servlet declared as GrizzlyRequest | |
---|---|
protected GrizzlyRequest |
HttpServletRequestImpl.request
The wrapped request. |
Methods in com.sun.grizzly.http.servlet with parameters of type GrizzlyRequest | |
---|---|
void |
ServletAdapter.afterService(GrizzlyRequest request,
GrizzlyResponse response)
This method should contains the logic for any http extension to the Grizzly HTTP Webserver. |
void |
ServletAdapter.service(GrizzlyRequest request,
GrizzlyResponse response)
This method should contains the logic for any http extension to the Grizzly HTTP Webserver. |
Constructors in com.sun.grizzly.http.servlet with parameters of type GrizzlyRequest | |
---|---|
HttpServletRequestImpl(GrizzlyRequest request)
Construct a wrapper for the specified request. |
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 | |
---|---|
abstract void |
GrizzlyAdapter.afterService(GrizzlyRequest request,
GrizzlyResponse response)
This method should contains the logic for any http extension to the Grizzly HTTP Webserver. |
protected void |
GrizzlyAdapter.convertURI(MessageBytes uri,
GrizzlyRequest request)
|
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 |