|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Response in com.sun.grizzly.cometd.standalone |
---|
Methods in com.sun.grizzly.cometd.standalone with parameters of type Response | |
---|---|
void |
CometdAdapter.service(Request req,
Response res)
Route the request to the cometd implementation. |
Uses of Response in com.sun.grizzly.container |
---|
Methods in com.sun.grizzly.container with parameters of type Response | |
---|---|
void |
GrizzletAdapter.afterService(Request req,
Response res)
|
void |
GrizzletAdapter.service(Request req,
Response res)
Route the request to the comet implementation. |
Constructors in com.sun.grizzly.container with parameters of type Response | |
---|---|
GrizzletResponse(Response response)
|
Uses of Response in com.sun.grizzly.http |
---|
Fields in com.sun.grizzly.http declared as Response | |
---|---|
protected Response |
DefaultProcessorTask.response
Response object. |
Constructors in com.sun.grizzly.http with parameters of type Response | |
---|---|
SocketChannelOutputBuffer(Response response,
int headerBufferSize,
boolean useSocketBuffer)
Alternate constructor. |
Uses of Response in com.sun.grizzly.jruby |
---|
Methods in com.sun.grizzly.jruby with parameters of type Response | |
---|---|
protected void |
RailsAdapter.serviceDynamicContent(Request req,
Response res)
|
Uses of Response in com.sun.grizzly.ssl |
---|
Constructors in com.sun.grizzly.ssl with parameters of type Response | |
---|---|
SSLAsyncOutputBuffer(Response response,
int headerBufferSize,
boolean useSocketBuffer)
Alternate constructor. |
|
SSLOutputBuffer(Response response,
int headerBufferSize,
boolean useSocketBuffer)
Alternate constructor. |
Uses of Response in com.sun.grizzly.standalone |
---|
Methods in com.sun.grizzly.standalone with parameters of type Response | |
---|---|
void |
StaticResourcesAdapter.afterService(Request req,
Response res)
Deprecated. |
void |
DynamicContentAdapter.afterService(Request req,
Response res)
Deprecated. |
void |
StaticResourcesAdapter.service(Request req,
Response res)
Deprecated. |
void |
DynamicContentAdapter.service(Request req,
Response res)
Deprecated. |
protected void |
StaticResourcesAdapter.service(String uri,
Request req,
Response res)
Deprecated. |
protected abstract void |
DynamicContentAdapter.serviceDynamicContent(Request req,
Response res)
Deprecated. |
Uses of Response in com.sun.grizzly.tcp |
---|
Methods in com.sun.grizzly.tcp that return Response | |
---|---|
Response |
Request.getResponse()
|
Methods in com.sun.grizzly.tcp with parameters of type Response | |
---|---|
void |
Adapter.afterService(Request req,
Response res)
Finish the response and recycle the request/response tokens. |
void |
StaticResourcesAdapter.afterService(Request req,
Response res)
|
void |
DynamicContentAdapter.afterService(Request req,
Response res)
|
protected void |
StaticResourcesAdapter.customizedErrorPage(Request req,
Response res)
Customize the error pahe |
int |
OutputBuffer.doWrite(ByteChunk chunk,
Response response)
Writes the response. |
void |
Adapter.service(Request req,
Response res)
Call the service method, and notify all listeners |
void |
StaticResourcesAdapter.service(Request req,
Response res)
|
void |
DynamicContentAdapter.service(Request req,
Response res)
|
protected void |
StaticResourcesAdapter.service(String uri,
Request req,
Response res)
Lookup a resource based on the request URI. |
protected abstract void |
DynamicContentAdapter.serviceDynamicContent(Request req,
Response res)
|
void |
Request.setResponse(Response response)
|
Uses of Response in com.sun.grizzly.tcp.http11 |
---|
Fields in com.sun.grizzly.tcp.http11 declared as Response | |
---|---|
protected Response |
InternalOutputBuffer.response
Associated Coyote response. |
protected Response |
GrizzlyResponse.response
Coyote response. |
Methods in com.sun.grizzly.tcp.http11 that return Response | |
---|---|
Response |
GrizzlyOutputBuffer.getResponse()
Get associated Coyote response. |
Response |
GrizzlyResponse.getResponse()
Get the Coyote response. |
Methods in com.sun.grizzly.tcp.http11 with parameters of type Response | |
---|---|
void |
GrizzlyAdapter.afterService(Request req,
Response res)
|
int |
InternalOutputBuffer.doWrite(ByteChunk chunk,
Response res)
Write the contents of a byte chunk. |
int |
InternalOutputBuffer.OutputStreamOutputBuffer.doWrite(ByteChunk chunk,
Response res)
Write chunk. |
int |
OutputFilter.doWrite(ByteChunk chunk,
Response unused)
Write some bytes. |
void |
GrizzlyAdapter.service(Request req,
Response res)
Wrap a Request and Response with associated high level
classes like GrizzlyRequest and GrizzlyResponse . |
void |
GrizzlyOutputBuffer.setResponse(Response coyoteResponse)
Associated Coyote response. |
void |
OutputFilter.setResponse(Response response)
Some filters need additional parameters from the response. |
void |
GrizzlyResponse.setResponse(Response response)
Set the Coyote response. |
Constructors in com.sun.grizzly.tcp.http11 with parameters of type Response | |
---|---|
InternalOutputBuffer(Response response)
Default constructor. |
|
InternalOutputBuffer(Response response,
int headerBufferSize)
Alternate constructor. |
|
InternalOutputBuffer(Response response,
int headerBufferSize,
boolean useSocketBuffer)
Create a new InternalOutputBuffer and configure the enable/disable the socketBuffer mechanism. |
Uses of Response in com.sun.grizzly.tcp.http11.filters |
---|
Methods in com.sun.grizzly.tcp.http11.filters with parameters of type Response | |
---|---|
int |
ChunkedOutputFilter.doWrite(ByteChunk chunk,
Response res)
Write some bytes. |
int |
GzipOutputFilter.doWrite(ByteChunk chunk,
Response res)
Write some bytes. |
int |
IdentityOutputFilter.doWrite(ByteChunk chunk,
Response res)
Write some bytes. |
int |
VoidOutputFilter.doWrite(ByteChunk chunk,
Response res)
Write some bytes. |
void |
ChunkedOutputFilter.setResponse(Response response)
Some filters need additional parameters from the response. |
void |
GzipOutputFilter.setResponse(Response response)
Some filters need additional parameters from the response. |
void |
IdentityOutputFilter.setResponse(Response response)
Some filters need additional parameters from the response. |
void |
VoidOutputFilter.setResponse(Response response)
Some filters need additional parameters from the response. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |