Class HttpSenderOverFCGI
- java.lang.Object
-
- org.eclipse.jetty.client.HttpSender
-
- org.eclipse.jetty.fcgi.client.http.HttpSenderOverFCGI
-
- All Implemented Interfaces:
java.util.EventListener,AsyncContentProvider.Listener
public class HttpSenderOverFCGI extends HttpSender
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.client.HttpSender
LOG
-
-
Constructor Summary
Constructors Constructor Description HttpSenderOverFCGI(HttpChannel channel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HttpChannelOverFCGIgetHttpChannel()protected voidsendContent(HttpExchange exchange, HttpContent content, Callback callback)protected voidsendHeaders(HttpExchange exchange, HttpContent content, Callback callback)-
Methods inherited from class org.eclipse.jetty.client.HttpSender
abort, beginToHeaders, dispose, expects100Continue, getHttpExchange, headersToCommit, isFailed, onContent, proceed, queuedToBegin, reset, send, someToContent, someToSuccess, toString
-
-
-
-
Constructor Detail
-
HttpSenderOverFCGI
public HttpSenderOverFCGI(HttpChannel channel)
-
-
Method Detail
-
getHttpChannel
protected HttpChannelOverFCGI getHttpChannel()
- Overrides:
getHttpChannelin classHttpSender
-
sendHeaders
protected void sendHeaders(HttpExchange exchange, HttpContent content, Callback callback)
- Specified by:
sendHeadersin classHttpSender
-
sendContent
protected void sendContent(HttpExchange exchange, HttpContent content, Callback callback)
- Specified by:
sendContentin classHttpSender
-
-