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:
java.io.Closeable
,java.lang.AutoCloseable
,Connection
- Enclosing class:
- HttpConnectionOverHTTP
private class HttpConnectionOverHTTP.Delegate extends HttpConnection
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Delegate(HttpDestination destination)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
boolean
isClosed()
protected SendFailure
send(HttpExchange exchange)
java.lang.String
toString()
-
Methods inherited from class org.eclipse.jetty.client.HttpConnection
getHttpClient, getHttpDestination, normalizeRequest, onIdleTimeout, send, send
-
-
-
-
Constructor Detail
-
Delegate
private Delegate(HttpDestination destination)
-
-
Method Detail
-
send
protected SendFailure send(HttpExchange exchange)
- Specified by:
send
in classHttpConnection
-
close
public void close()
-
isClosed
public boolean isClosed()
- Returns:
- whether this connection has been closed
- See Also:
Connection.close()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classHttpConnection
-
-