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