public class AjpProcessor extends AbstractAjpProcessor<java.net.Socket>
AbstractAjpProcessor.SocketInputBuffer, AbstractAjpProcessor.SocketOutputBuffer| Modifier and Type | Field and Description |
|---|---|
protected java.io.InputStream |
input |
protected java.io.OutputStream |
output |
ajpFlush, bodyBytes, bodyMessage, bytesWritten, certificates, clientCertProvider, empty, endAndCloseMessageArray, endMessageArray, endOfStream, finished, first, flushMessageArray, getBodyMessageArray, keepAliveTimeout, pongMessageArray, replay, requestHeaderMessage, requiredSecret, responseMessage, sm, tmpMB, tomcatAuthenticationadapter, asyncStateMachine, endpoint, hostNameC, request, response, socketWrapper, userDataHelper| Constructor and Description |
|---|
AjpProcessor(int packetSize,
JIoEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected Log |
getLog() |
protected int |
output(byte[] src,
int offset,
int length,
boolean block) |
protected boolean |
read(byte[] buf,
int pos,
int n,
boolean blockFirstRead)
Read at least the specified amount of bytes, and place them
in the input buffer.
|
void |
recycle(boolean socketClosing)
Recycle the processor, ready for the next request which may be on the
same connection or a different connection.
|
protected void |
registerForEvent(boolean read,
boolean write)
Register the socket for the specified events.
|
protected void |
resetTimeouts()
Provides a mechanism for those connector implementations (currently only
NIO) that need to reset timeouts from Async timeouts to standard HTTP
timeouts once async processing completes.
|
protected void |
setTimeout(SocketWrapper<java.net.Socket> socketWrapper,
int timeout) |
protected void |
setupSocket(SocketWrapper<java.net.Socket> socketWrapper) |
action, asyncDispatch, event, finish, flush, getAjpFlush, getClientCertProvider, getKeepAliveTimeout, getLeftoverInput, getTomcatAuthentication, getTomcatAuthorization, getUpgradeToken, isComet, isUpgrade, populateHost, prepareRequest, prepareResponse, process, readMessage, receive, refillReadBuffer, setAjpFlush, setClientCertProvider, setKeepAliveTimeout, setRequiredSecret, setSslSupport, setTomcatAuthentication, setTomcatAuthorization, upgradeDispatchasyncPostProcess, errorDispatch, getAdapter, getEndpoint, getErrorState, getExecutor, getMaxCookieCount, getRequest, getSocketWrapper, isAsync, parseHost, resetErrorState, setAdapter, setErrorState, setMaxCookieCount, setSocketWrapperpublic AjpProcessor(int packetSize,
JIoEndpoint endpoint)
protected Log getLog()
getLog in class AbstractProcessor<java.net.Socket>public void recycle(boolean socketClosing)
AbstractAjpProcessorrecycle in interface Processor<java.net.Socket>recycle in class AbstractAjpProcessor<java.net.Socket>socketClosing - Indicates if the socket is about to be closed
allowing the processor to perform any additional
clean-up that may be requiredprotected void registerForEvent(boolean read,
boolean write)
AbstractProcessorregisterForEvent in class AbstractProcessor<java.net.Socket>read - Register the socket for read eventswrite - Register the socket for write eventsprotected void resetTimeouts()
AbstractAjpProcessorresetTimeouts in class AbstractAjpProcessor<java.net.Socket>protected void setupSocket(SocketWrapper<java.net.Socket> socketWrapper) throws java.io.IOException
setupSocket in class AbstractAjpProcessor<java.net.Socket>java.io.IOExceptionprotected void setTimeout(SocketWrapper<java.net.Socket> socketWrapper, int timeout) throws java.io.IOException
setTimeout in class AbstractAjpProcessor<java.net.Socket>java.io.IOExceptionprotected int output(byte[] src,
int offset,
int length,
boolean block)
throws java.io.IOException
output in class AbstractAjpProcessor<java.net.Socket>java.io.IOExceptionprotected boolean read(byte[] buf,
int pos,
int n,
boolean blockFirstRead)
throws java.io.IOException
AbstractAjpProcessorread in class AbstractAjpProcessor<java.net.Socket>buf - Buffer to read data intopos - Start positionn - The minimum number of bytes to readblockFirstRead - If there is no data available to read when this method is
called, should this call block until data becomes available?true if the requested number of bytes were read
else falsejava.io.IOExceptionCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.