Class HttpChannelOverFCGI
java.lang.Object
org.eclipse.jetty.client.transport.HttpChannel
org.eclipse.jetty.fcgi.client.transport.internal.HttpChannelOverFCGI
- All Implemented Interfaces:
CyclicTimeouts.Expirable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcontent(Content.Chunk chunk) protected voidend()voidexchangeTerminated(HttpExchange exchange, Result result) protected voidflush(ByteBufferPool.Accumulator accumulator, Callback callback) protected Connectionprotected HttpReceiverprotected HttpSenderprotected intvoidrelease()protected voidresponseBegin(int code, String reason) protected voidprotected voidresponseFailure(Throwable failure, Promise<Boolean> promise) protected voidresponseHeader(HttpField field) protected voidprotected voidvoidsend(HttpExchange exchange) Methods inherited from class org.eclipse.jetty.client.transport.HttpChannel
abort, abortResponse, associate, destroy, disassociate, exchangeTerminating, getExpireNanoTime, getHttpDestination, getHttpExchange, proceed, send, toString
-
Constructor Details
-
HttpChannelOverFCGI
-
-
Method Details
-
getHttpConnection
-
getRequest
protected int getRequest() -
getConnection
- Specified by:
getConnectionin classHttpChannel
-
getHttpSender
- Specified by:
getHttpSenderin classHttpChannel
-
getHttpReceiver
- Specified by:
getHttpReceiverin classHttpChannel
-
send
- Specified by:
sendin classHttpChannel
-
release
public void release()- Specified by:
releasein classHttpChannel
-
responseBegin
-
responseHeader
-
responseHeaders
protected void responseHeaders() -
content
-
responseContentAvailable
protected void responseContentAvailable() -
end
protected void end() -
responseSuccess
protected void responseSuccess() -
responseFailure
-
exchangeTerminated
- Overrides:
exchangeTerminatedin classHttpChannel
-
flush
-