|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GrizzlyRequest | |
---|---|
com.sun.grizzly.cometd.standalone | |
com.sun.grizzly.http.servlet | |
com.sun.grizzly.http.servlet.deployer | |
com.sun.grizzly.osgi.httpservice | |
com.sun.grizzly.tcp.http11 |
Uses of GrizzlyRequest in com.sun.grizzly.cometd.standalone |
---|
Methods in com.sun.grizzly.cometd.standalone with parameters of type GrizzlyRequest | |
---|---|
void |
CometdAdapter.service(GrizzlyRequest request,
GrizzlyResponse response)
Route the request to the cometd implementation. |
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)
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 |
ServletAdapter.doService(GrizzlyRequest request,
GrizzlyResponse response)
|
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.http.servlet.deployer |
---|
Methods in com.sun.grizzly.http.servlet.deployer with parameters of type GrizzlyRequest | |
---|---|
void |
WebAppAdapter.service(GrizzlyRequest request,
GrizzlyResponse response)
|
Uses of GrizzlyRequest in com.sun.grizzly.osgi.httpservice |
---|
Methods in com.sun.grizzly.osgi.httpservice with parameters of type GrizzlyRequest | |
---|---|
void |
OSGiMainAdapter.service(GrizzlyRequest request,
GrizzlyResponse response)
Service method dispatching to registered handlers. |
void |
OSGiResourceAdapter.service(GrizzlyRequest request,
GrizzlyResponse response)
This method should contains the logic for any http extension to the Grizzly HTTP Webserver. |
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.afterService(GrizzlyRequest request,
GrizzlyResponse response)
|
abstract void |
GrizzlyAdapter.service(GrizzlyRequest request,
GrizzlyResponse response)
This method should contains the logic for any http extension to the Grizzly HTTP Webserver. |
void |
GrizzlyAdapterChain.service(GrizzlyRequest request,
GrizzlyResponse response)
Map the GrizzlyRequest to the proper GrizzlyAdapter |
void |
GrizzlyResponse.setRequest(GrizzlyRequest request)
Set the Request with which this Response is associated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |