Uses of Class
org.apache.coyote.Request

Packages that use Request
com.sun.grizzly.cometd.standalone   
org.apache.coyote   
org.apache.coyote.http11   
org.apache.coyote.http11.filters   
 

Uses of Request in com.sun.grizzly.cometd.standalone
 

Methods in com.sun.grizzly.cometd.standalone with parameters of type Request
 void CometdAdapter.service(Request req, Response res)
          Route the request to the cometd implementation.
 

Uses of Request in org.apache.coyote
 

Fields in org.apache.coyote declared as Request
protected  Request Response.req
           
 

Methods in org.apache.coyote that return Request
 Request Response.getRequest()
           
 

Methods in org.apache.coyote with parameters of type Request
 void Adapter.afterService(Request req, Response res)
          Finish the response and recycle the request/response tokens.
 int InputBuffer.doRead(ByteChunk chunk, Request request)
          Return from the input stream.
 void Adapter.service(Request req, Response res)
          Call the service method, and notify all listeners
 void Response.setRequest(Request req)
           
 

Constructors in org.apache.coyote with parameters of type Request
RequestInfo(Request req)
          Constructor
 

Uses of Request in org.apache.coyote.http11
 

Fields in org.apache.coyote.http11 declared as Request
protected  Request InternalInputBuffer.request
          Associated Coyote request.
protected  Request Http11Processor.request
          Request object.
 

Methods in org.apache.coyote.http11 that return Request
 Request Http11Processor.getRequest()
          Get the request associated with this processor.
 

Methods in org.apache.coyote.http11 with parameters of type Request
 int InternalInputBuffer.doRead(ByteChunk chunk, Request req)
          Read some bytes.
 int InternalInputBuffer.InputStreamInputBuffer.doRead(ByteChunk chunk, Request req)
          Read bytes into the specified chunk.
 int InputFilter.doRead(ByteChunk chunk, Request unused)
          Read bytes.
 void InputFilter.setRequest(Request request)
          Some filters need additional parameters from the request.
 

Constructors in org.apache.coyote.http11 with parameters of type Request
InternalInputBuffer(Request request)
          Default constructor.
InternalInputBuffer(Request request, int headerBufferSize)
          Alternate constructor.
 

Uses of Request in org.apache.coyote.http11.filters
 

Methods in org.apache.coyote.http11.filters with parameters of type Request
 int IdentityInputFilter.doRead(ByteChunk chunk, Request req)
          Read bytes.
 int BufferedInputFilter.doRead(ByteChunk chunk, Request request)
          Fills the given ByteChunk with the buffered request body.
 int VoidInputFilter.doRead(ByteChunk chunk, Request req)
          Write some bytes.
 int ChunkedInputFilter.doRead(ByteChunk chunk, Request req)
          Read bytes.
 void IdentityInputFilter.setRequest(Request request)
          Read the content length from the request.
 void BufferedInputFilter.setRequest(Request request)
          Reads the request body and buffers it.
 void VoidInputFilter.setRequest(Request request)
          Set the associated reauest.
 void ChunkedInputFilter.setRequest(Request request)
          Read the content length from the request.
 



Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.