Package org.eclipse.jetty.fcgi.server
Class HttpChannelOverFCGI
- java.lang.Object
-
- org.eclipse.jetty.server.HttpChannel
-
- org.eclipse.jetty.fcgi.server.HttpChannelOverFCGI
-
- All Implemented Interfaces:
java.lang.Runnable,HttpOutput.Interceptor
public class HttpChannelOverFCGI extends HttpChannel
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jetty.server.HttpChannel
HttpChannel.Listener
-
-
Constructor Summary
Constructors Constructor Description HttpChannelOverFCGI(Connector connector, HttpConfiguration configuration, EndPoint endPoint, HttpTransport transport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch()protected voidheader(HttpField field)voidonRequest()-
Methods inherited from class org.eclipse.jetty.server.HttpChannel
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
-
-
-
-
Constructor Detail
-
HttpChannelOverFCGI
public HttpChannelOverFCGI(Connector connector, HttpConfiguration configuration, EndPoint endPoint, HttpTransport transport)
-
-
Method Detail
-
header
protected void header(HttpField field)
-
onRequest
public void onRequest()
-
dispatch
protected void dispatch()
-
-