public class HttpChannelOverHTTP2
extends org.eclipse.jetty.client.HttpChannel
| Constructor | Description |
|---|---|
HttpChannelOverHTTP2(org.eclipse.jetty.client.HttpDestination destination,
HttpConnectionOverHTTP2 connection,
org.eclipse.jetty.http2.api.Session session) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
abort(org.eclipse.jetty.client.HttpExchange exchange,
java.lang.Throwable requestFailure,
java.lang.Throwable responseFailure) |
|
void |
exchangeTerminated(org.eclipse.jetty.client.HttpExchange exchange,
org.eclipse.jetty.client.api.Result result) |
|
protected HttpConnectionOverHTTP2 |
getHttpConnection() |
|
protected org.eclipse.jetty.client.HttpReceiver |
getHttpReceiver() |
|
protected org.eclipse.jetty.client.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(org.eclipse.jetty.client.HttpExchange exchange) |
|
void |
setStream(org.eclipse.jetty.http2.api.Stream stream) |
|
java.lang.String |
toString() |
public HttpChannelOverHTTP2(org.eclipse.jetty.client.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 org.eclipse.jetty.client.HttpSender getHttpSender()
getHttpSender in class org.eclipse.jetty.client.HttpChannelprotected org.eclipse.jetty.client.HttpReceiver getHttpReceiver()
getHttpReceiver in class org.eclipse.jetty.client.HttpChannelpublic org.eclipse.jetty.http2.api.Stream getStream()
public void setStream(org.eclipse.jetty.http2.api.Stream stream)
public boolean isFailed()
public void send(org.eclipse.jetty.client.HttpExchange exchange)
send in class org.eclipse.jetty.client.HttpChannelpublic void release()
release in class org.eclipse.jetty.client.HttpChannelpublic boolean abort(org.eclipse.jetty.client.HttpExchange exchange,
java.lang.Throwable requestFailure,
java.lang.Throwable responseFailure)
abort in class org.eclipse.jetty.client.HttpChannelpublic void exchangeTerminated(org.eclipse.jetty.client.HttpExchange exchange,
org.eclipse.jetty.client.api.Result result)
exchangeTerminated in class org.eclipse.jetty.client.HttpChannelpublic java.lang.String toString()
toString in class org.eclipse.jetty.client.HttpChannelCopyright © 1995–2018 Webtide. All rights reserved.