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 HttpConnectionOverHTTP2 |
getHttpConnection() |
protected HttpReceiver |
getHttpReceiver() |
protected HttpSender |
getHttpSender() |
org.eclipse.jetty.http2.api.Session |
getSession() |
org.eclipse.jetty.http2.api.Stream |
getStream() |
org.eclipse.jetty.http2.api.Stream.Listener |
getStreamListener() |
boolean |
isFailed() |
void |
release() |
void |
send(HttpExchange exchange) |
void |
setStream(org.eclipse.jetty.http2.api.Stream stream) |
String |
toString() |
abort, abortResponse, associate, destroy, disassociate, exchangeTerminating, getHttpDestination, getHttpExchange, proceed, sendpublic HttpChannelOverHTTP2(HttpDestination destination, HttpConnectionOverHTTP2 connection, org.eclipse.jetty.http2.api.Session session)
protected HttpConnectionOverHTTP2 getHttpConnection()
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 org.eclipse.jetty.http2.api.Stream getStream()
public void setStream(org.eclipse.jetty.http2.api.Stream stream)
public boolean isFailed()
public void send(HttpExchange exchange)
send in class HttpChannelpublic void release()
release in class HttpChannelpublic void exchangeTerminated(HttpExchange exchange, Result result)
exchangeTerminated in class HttpChannelpublic String toString()
toString in class HttpChannelCopyright © 1995–2018 Webtide. All rights reserved.