Package | Description |
---|---|
org.apache.catalina.connector | |
org.apache.coyote | |
org.apache.coyote.ajp | |
org.apache.coyote.http11 | |
org.apache.coyote.http11.filters | |
org.apache.coyote.memory |
Modifier and Type | Field and Description |
---|---|
protected Response |
Response.coyoteResponse
Coyote response.
|
Modifier and Type | Method and Description |
---|---|
Response |
Response.getCoyoteResponse()
Get the Coyote response.
|
Response |
OutputBuffer.getResponse()
Get associated Coyote response.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CoyoteAdapter.event(Request req,
Response res,
SocketStatus status)
Event method.
|
protected boolean |
CoyoteAdapter.postParseRequest(Request req,
Request request,
Response res,
Response response)
Parse additional request parameters.
|
void |
CoyoteAdapter.service(Request req,
Response res)
Service method.
|
void |
Response.setCoyoteResponse(Response coyoteResponse)
Set the Coyote response.
|
void |
OutputBuffer.setResponse(Response coyoteResponse)
Associated Coyote response.
|
Modifier and Type | Method and Description |
---|---|
Response |
Request.getResponse() |
Modifier and Type | Method and Description |
---|---|
int |
OutputBuffer.doWrite(ByteChunk chunk,
Response response)
Write the response.
|
boolean |
Adapter.event(Request req,
Response res,
SocketStatus status) |
void |
Adapter.service(Request req,
Response res)
Call the service method, and notify all listeners
|
void |
Request.setResponse(Response response) |
Modifier and Type | Field and Description |
---|---|
protected Response |
AjpAprProcessor.response
Response object.
|
protected Response |
AjpProcessor.response
Response object.
|
Modifier and Type | Method and Description |
---|---|
int |
AjpAprProcessor.SocketOutputBuffer.doWrite(ByteChunk chunk,
Response res)
Write chunk.
|
int |
AjpProcessor.SocketOutputBuffer.doWrite(ByteChunk chunk,
Response res)
Write chunk.
|
Modifier and Type | Field and Description |
---|---|
protected Response |
InternalAprOutputBuffer.response
Associated Coyote response.
|
protected Response |
Http11AprProcessor.response
Response object.
|
protected Response |
Http11AbstractProcessor.response
Response object.
|
protected Response |
AbstractInternalOutputBuffer.response
Associated Coyote response.
|
protected Response |
InternalOutputBuffer.response
Associated Coyote response.
|
protected Response |
Http11Processor.response
Response object.
|
Modifier and Type | Method and Description |
---|---|
Response |
Http11AbstractProcessor.getResponse()
Getter for response
|
Modifier and Type | Method and Description |
---|---|
int |
InternalNioOutputBuffer.doWrite(ByteChunk chunk,
Response res) |
int |
InternalAprOutputBuffer.doWrite(ByteChunk chunk,
Response res)
Write the contents of a byte chunk.
|
int |
InternalAprOutputBuffer.SocketOutputBuffer.doWrite(ByteChunk chunk,
Response res)
Write chunk.
|
abstract int |
AbstractInternalOutputBuffer.doWrite(ByteChunk chunk,
Response res)
Write the contents of a byte chunk.
|
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 |
Http11AbstractProcessor.setResponse(Response response)
Setter for the response
|
void |
OutputFilter.setResponse(Response response)
Some filters need additional parameters from the response.
|
Constructor and Description |
---|
AbstractInternalOutputBuffer(Response response,
int headerBufferSize)
Create a new instance of
AbstractInternalOutputBuffer |
InternalAprOutputBuffer(Response response,
int headerBufferSize,
AprEndpoint endpoint)
Alternate constructor.
|
InternalNioOutputBuffer(Response response,
int headerBufferSize,
NioEndpoint endpoint)
Create a new instance of
InternalNioOutputBuffer |
InternalOutputBuffer(Response response)
Default constructor.
|
InternalOutputBuffer(Response response,
int headerBufferSize)
Alternate constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
GzipOutputFilter.doWrite(ByteChunk chunk,
Response res)
Write some bytes.
|
int |
ChunkedOutputFilter.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 |
GzipOutputFilter.setResponse(Response response)
Some filters need additional parameters from the response.
|
void |
ChunkedOutputFilter.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.
|
Modifier and Type | Method and Description |
---|---|
int |
MemoryProtocolHandler.ByteChunkOutputBuffer.doWrite(ByteChunk chunk,
Response response) |
void |
MemoryProtocolHandler.process(Request request,
ByteChunk input,
Response response,
ByteChunk output)
Process specified request.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.