private class HttpConnectionOverHTTP.Delegate extends HttpConnection
| Modifier | Constructor and Description |
|---|---|
private |
Delegate(HttpDestination destination) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isClosed() |
protected SendFailure |
send(HttpExchange exchange) |
java.lang.String |
toString() |
getHttpClient, getHttpDestination, normalizeRequest, onIdleTimeout, send, sendprivate Delegate(HttpDestination destination)
protected SendFailure send(HttpExchange exchange)
send in class HttpConnectionpublic void close()
public boolean isClosed()
Connection.close()public java.lang.String toString()
toString in class HttpConnection