public class HttpConnectionOverHTTP2 extends HttpConnection implements org.eclipse.jetty.util.thread.Sweeper.Sweepable
| Constructor and Description |
|---|
HttpConnectionOverHTTP2(HttpDestination destination,
org.eclipse.jetty.http2.api.Session session) |
| Modifier and Type | Method and Description |
|---|---|
protected HttpChannelOverHTTP2 |
acquireHttpChannel() |
void |
close() |
protected void |
close(Throwable failure) |
org.eclipse.jetty.http2.api.Session |
getSession() |
boolean |
isClosed() |
protected HttpChannelOverHTTP2 |
newHttpChannel() |
boolean |
onIdleTimeout(long idleTimeout) |
protected void |
release(HttpChannelOverHTTP2 channel) |
protected SendFailure |
send(HttpExchange exchange) |
boolean |
sweep() |
String |
toString() |
getHttpClient, getHttpDestination, normalizeRequest, send, sendpublic HttpConnectionOverHTTP2(HttpDestination destination, org.eclipse.jetty.http2.api.Session session)
public org.eclipse.jetty.http2.api.Session getSession()
protected SendFailure send(HttpExchange exchange)
send in class HttpConnectionprotected HttpChannelOverHTTP2 acquireHttpChannel()
protected HttpChannelOverHTTP2 newHttpChannel()
protected void release(HttpChannelOverHTTP2 channel)
public boolean onIdleTimeout(long idleTimeout)
onIdleTimeout in class HttpConnectionpublic void close()
close in interface Closeableclose in interface AutoCloseableclose in interface Connectionprotected void close(Throwable failure)
public boolean isClosed()
isClosed in interface Connectionpublic boolean sweep()
sweep in interface org.eclipse.jetty.util.thread.Sweeper.Sweepablepublic String toString()
toString in class HttpConnectionCopyright © 1995–2018 Webtide. All rights reserved.