Searched defs:Response (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/
H A DResponse.java70 * A <b>Response</b> is the Catalina-internal facade for a
78 public interface Response { interface
85 * Return the Connector through which this Response is returned.
91 * Set the Connector through which this Response is returned.
105 * Return the Context with which this Response is associated.
111 * Set the Context with which this Response is associated. This should
149 * Return descriptive information about this Response implementation and
157 * Return the Request with which this Response is associated.
163 * Set the Request with which this Response is associated.
178 * Return the output stream associated with this Response
[all...]
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/connector/
H A DResponse.java104 public class Response class in inherits:HttpResponse,HttpServletResponse
110 Response.class.getName());
121 * Descriptive information about this Response implementation.
124 "org.apache.catalina.connector.Response/1.0";
135 public Response() { method in class:Response
145 public Response(boolean chunkingDisabled) { method in class:Response
208 protected com.sun.grizzly.tcp.Response coyoteResponse;
215 public void setCoyoteResponse(com.sun.grizzly.tcp.Response coyoteResponse) {
223 public com.sun.grizzly.tcp.Response getCoyoteResponse() {
379 // ------------------------------------------------------- Response Method
[all...]

Completed in 15 milliseconds