Class HttpDestinationOverHTTP2
- java.lang.Object
-
- org.eclipse.jetty.util.component.AbstractLifeCycle
-
- org.eclipse.jetty.util.component.ContainerLifeCycle
-
- org.eclipse.jetty.client.HttpDestination
-
- org.eclipse.jetty.client.MultiplexHttpDestination<HttpConnectionOverHTTP2>
-
- org.eclipse.jetty.http2.client.http.HttpDestinationOverHTTP2
-
- All Implemented Interfaces:
Closeable,AutoCloseable,Destination,org.eclipse.jetty.util.component.Container,org.eclipse.jetty.util.component.Destroyable,org.eclipse.jetty.util.component.Dumpable,org.eclipse.jetty.util.component.LifeCycle,org.eclipse.jetty.util.Promise<Connection>
public class HttpDestinationOverHTTP2 extends MultiplexHttpDestination<HttpConnectionOverHTTP2>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Container
org.eclipse.jetty.util.component.Container.InheritedListener, org.eclipse.jetty.util.component.Container.Listener
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.client.HttpDestination
LOG
-
-
Constructor Summary
Constructors Constructor Description HttpDestinationOverHTTP2(HttpClient client, Origin origin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SendFailuresend(HttpConnectionOverHTTP2 connection, HttpExchange exchange)-
Methods inherited from class org.eclipse.jetty.client.MultiplexHttpDestination
close, close, failed, getMaxRequestsPerConnection, process, release, send, setMaxRequestsPerConnection, succeeded
-
Methods inherited from class org.eclipse.jetty.client.HttpDestination
abort, asString, createConnection, dump, enqueue, getClientConnectionFactory, getConnectAddress, getHost, getHostField, getHttpClient, getHttpExchanges, getOrigin, getPort, getProxy, getQueuedRequestCount, getRequestNotifier, getResponseNotifier, getScheme, newConnection, newExchangeQueue, newSslClientConnectionFactory, remove, send, send, toString
-
Methods inherited from class org.eclipse.jetty.util.component.ContainerLifeCycle
addBean, addBean, addBean, addEventListener, addManaged, contains, destroy, doStart, doStop, dump, dump, dump, dump, dumpBeans, dumpObject, dumpStdErr, dumpThis, getBean, getBeans, getBeans, isManaged, manage, removeBean, removeBeans, removeEventListener, setBeans, setStopTimeout, start, stop, unmanage, updateBean, updateBean, updateBeans
-
Methods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
addLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
-
-
-
-
Constructor Detail
-
HttpDestinationOverHTTP2
public HttpDestinationOverHTTP2(HttpClient client, Origin origin)
-
-
Method Detail
-
send
protected SendFailure send(HttpConnectionOverHTTP2 connection, HttpExchange exchange)
- Specified by:
sendin classMultiplexHttpDestination<HttpConnectionOverHTTP2>
-
-