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
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
content
(Content.Chunk chunk) protected void
end()
void
exchangeTerminated
(HttpExchange exchange, Result result) protected void
flush
(ByteBufferPool.Accumulator accumulator, Callback callback) protected Connection
protected HttpReceiver
protected HttpSender
protected int
void
release()
protected void
responseBegin
(int code, String reason) protected void
protected void
responseFailure
(Throwable failure, Promise<Boolean> promise) protected void
responseHeader
(HttpField field) protected void
protected void
void
send
(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:
getConnection
in classHttpChannel
-
getHttpSender
- Specified by:
getHttpSender
in classHttpChannel
-
getHttpReceiver
- Specified by:
getHttpReceiver
in classHttpChannel
-
send
- Specified by:
send
in classHttpChannel
-
release
public void release()- Specified by:
release
in classHttpChannel
-
responseBegin
-
responseHeader
-
responseHeaders
protected void responseHeaders() -
content
-
responseContentAvailable
protected void responseContentAvailable() -
end
protected void end() -
responseSuccess
protected void responseSuccess() -
responseFailure
-
exchangeTerminated
- Overrides:
exchangeTerminated
in classHttpChannel
-
flush
-