public class HttpChannelOverFCGI extends HttpChannel
Modifier and Type | Class and Description |
---|---|
private static class |
HttpChannelOverFCGI.Dispatcher |
HttpChannel.Listener
Modifier and Type | Field and Description |
---|---|
private HttpChannelOverFCGI.Dispatcher |
dispatcher |
private HttpFields |
fields |
private HostPortHttpField |
hostPort |
private static Logger |
LOG |
private java.lang.String |
method |
private java.lang.String |
path |
private java.lang.String |
query |
private java.lang.String |
version |
Constructor and Description |
---|
HttpChannelOverFCGI(Connector connector,
HttpConfiguration configuration,
EndPoint endPoint,
HttpTransport transport) |
Modifier and Type | Method and Description |
---|---|
private HttpField |
convertHeader(HttpField field) |
protected void |
dispatch() |
protected void |
header(HttpField field) |
void |
onRequest() |
private void |
processField(HttpField field) |
abort, addListener, addRequestLog, commit, continue100, execute, getByteBufferPool, getBytesWritten, getCommittedMetaData, getConnection, getConnector, getEndPoint, getHttpConfiguration, getHttpTransport, getIdleTimeout, getLocalAddress, getNextInterceptor, getRemoteAddress, getRequest, getRequestLog, getRequests, getResponse, getScheduler, getServer, getState, handle, handleException, isCommitted, isExpecting100Continue, isExpecting102Processing, isOptimizedForDirectBuffers, isPersistent, isRequestCompleted, isResponseCompleted, newHttpInput, newHttpOutput, onAsyncWaitForContent, onBadMessage, onBlockWaitForContent, onBlockWaitForContentFailure, onCompleted, onContent, onContentComplete, onEarlyEOF, onRequest, onRequestComplete, onTrailers, recycle, removeListener, resetBuffer, run, sendError, sendResponse, sendResponse, setIdleTimeout, setRequestLog, toString, unwrap, useDirectBuffers, write
private static final Logger LOG
private final HttpFields fields
private final HttpChannelOverFCGI.Dispatcher dispatcher
private java.lang.String method
private java.lang.String path
private java.lang.String query
private java.lang.String version
private HostPortHttpField hostPort
public HttpChannelOverFCGI(Connector connector, HttpConfiguration configuration, EndPoint endPoint, HttpTransport transport)