public class HttpChannelOverHTTP2 extends HttpChannel
LOG| Constructor and Description |
|---|
HttpChannelOverHTTP2(HttpDestination destination,
HttpConnectionOverHTTP2 connection,
org.eclipse.jetty.http2.api.Session session) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
abort(Throwable cause) |
boolean |
abortResponse(Throwable cause) |
void |
exchangeTerminated(Result result) |
org.eclipse.jetty.http2.api.Session |
getSession() |
org.eclipse.jetty.http2.api.Stream.Listener |
getStreamListener() |
void |
proceed(HttpExchange exchange,
Throwable failure) |
void |
send() |
associate, disassociate, getHttpDestination, getHttpExchange, toStringpublic HttpChannelOverHTTP2(HttpDestination destination, HttpConnectionOverHTTP2 connection, org.eclipse.jetty.http2.api.Session session)
public org.eclipse.jetty.http2.api.Session getSession()
public org.eclipse.jetty.http2.api.Stream.Listener getStreamListener()
public void send()
send in class HttpChannelpublic void proceed(HttpExchange exchange, Throwable failure)
proceed in class HttpChannelpublic boolean abort(Throwable cause)
abort in class HttpChannelpublic boolean abortResponse(Throwable cause)
abortResponse in class HttpChannelpublic void exchangeTerminated(Result result)
exchangeTerminated in class HttpChannelCopyright © 1995-2015 Webtide. All Rights Reserved.