Class HttpConnectionOverFCGI.Delegate
java.lang.Object
org.eclipse.jetty.client.HttpConnection
org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI.Delegate
- All Implemented Interfaces:
Closeable, AutoCloseable, Connection, Attachable
- Enclosing class:
HttpConnectionOverFCGI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()protected voidprotected Iterator<HttpChannel> booleanisClosed()protected SendFailuresend(HttpExchange exchange) toString()Methods inherited from class HttpConnection
destroy, getAttachment, getHttpClient, getHttpDestination, normalizeRequest, onIdleTimeout, send, send, setAttachment
-
Constructor Details
-
Delegate
-
-
Method Details
-
getHttpChannels
- Specified by:
getHttpChannelsin classHttpConnection
-
send
- Specified by:
sendin classHttpConnection
-
close
public void close() -
close
-
isClosed
public boolean isClosed()- Returns:
- whether this connection has been closed
- See Also:
-
toString
- Overrides:
toStringin classHttpConnection
-