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,
boolean push) |
| 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() |
|
void |
release() |
|
void |
send() |
|
void |
setStream(org.eclipse.jetty.http2.api.Stream stream) |
public HttpChannelOverHTTP2(org.eclipse.jetty.client.HttpDestination destination,
HttpConnectionOverHTTP2 connection,
org.eclipse.jetty.http2.api.Session session,
boolean push)
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 void send()
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.HttpChannelCopyright © 1995–2018 Webtide. All rights reserved.