java.io.Closeable, java.lang.AutoCloseable, Connection, Sweeper.Sweepablepublic class HttpConnectionOverHTTP2 extends HttpConnection implements Sweeper.Sweepable
| Constructor | Description |
|---|---|
HttpConnectionOverHTTP2(HttpDestination destination,
Session session) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
protected void |
close(java.lang.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) |
|
boolean |
sweep() |
|
java.lang.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()
close in interface java.lang.AutoCloseableclose in interface java.io.Closeableclose in interface Connectionprotected void close(java.lang.Throwable failure)
public boolean isClosed()
isClosed in interface Connectionpublic boolean sweep()
sweep in interface Sweeper.Sweepablepublic java.lang.String toString()
toString in class HttpConnectionCopyright © 1995–2017 Webtide. All rights reserved.