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 |
|---|---|
void |
exchangeTerminated(HttpExchange exchange,
Result result) |
protected HttpReceiver |
getHttpReceiver() |
protected HttpSender |
getHttpSender() |
org.eclipse.jetty.http2.api.Session |
getSession() |
org.eclipse.jetty.http2.api.Stream.Listener |
getStreamListener() |
void |
release() |
void |
send() |
abort, abortResponse, associate, disassociate, getHttpDestination, getHttpExchange, proceed, 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()
protected HttpSender getHttpSender()
getHttpSender in class HttpChannelprotected HttpReceiver getHttpReceiver()
getHttpReceiver in class HttpChannelpublic void send()
send in class HttpChannelpublic void release()
release in class HttpChannelpublic void exchangeTerminated(HttpExchange exchange, Result result)
exchangeTerminated in class HttpChannelCopyright © 1995-2015 Webtide. All Rights Reserved.