public class HttpConnectionOverHTTP2 extends HttpConnection
| Constructor and Description |
|---|
HttpConnectionOverHTTP2(HttpDestination destination,
Session session) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
close(Throwable failure) |
Session |
getSession() |
boolean |
isClosed() |
protected HttpChannelOverHTTP2 |
newHttpChannel(boolean push) |
boolean |
onIdleTimeout(long idleTimeout) |
protected void |
release(HttpChannel channel) |
protected SendFailure |
send(HttpExchange exchange) |
String |
toString() |
getHttpClient, getHttpDestination, normalizeRequest, send, sendpublic HttpConnectionOverHTTP2(HttpDestination destination, Session session)
public Session getSession()
protected SendFailure send(HttpExchange exchange)
send in class HttpConnectionprotected HttpChannelOverHTTP2 newHttpChannel(boolean push)
protected void release(HttpChannel channel)
public boolean onIdleTimeout(long idleTimeout)
onIdleTimeout in class HttpConnectionpublic void close()
protected void close(Throwable failure)
public boolean isClosed()
public String toString()
toString in class HttpConnectionCopyright © 1995–2017 Webtide. All rights reserved.