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