Package org.eclipse.jetty.client.http
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 TypeMethodDescriptionvoid
close()
boolean
isClosed()
protected SendFailure
send
(HttpExchange exchange) toString()
Methods inherited from class org.eclipse.jetty.client.HttpConnection
getAttachment, getHttpClient, getHttpDestination, normalizeRequest, onIdleTimeout, send, send, setAttachment
-
Constructor Details
-
Delegate
-
-
Method Details
-
send
- Specified by:
send
in classHttpConnection
-
close
public void close() -
isClosed
public boolean isClosed()- Returns:
- whether this connection has been closed
- See Also:
-
toString
- Overrides:
toString
in classHttpConnection
-