Package org.eclipse.jetty.client.http
Class HttpDestinationOverHTTP
- java.lang.Object
-
- org.eclipse.jetty.util.component.AbstractLifeCycle
-
- org.eclipse.jetty.util.component.ContainerLifeCycle
-
- org.eclipse.jetty.client.HttpDestination
-
- org.eclipse.jetty.client.PoolingHttpDestination
-
- org.eclipse.jetty.client.http.HttpDestinationOverHTTP
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,Destination
,org.eclipse.jetty.util.Callback
,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.thread.Invocable
public class HttpDestinationOverHTTP extends PoolingHttpDestination
-
-
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.Callback
org.eclipse.jetty.util.Callback.Completable, org.eclipse.jetty.util.Callback.Completing, org.eclipse.jetty.util.Callback.InvocableCallback, org.eclipse.jetty.util.Callback.Nested
-
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 HttpDestinationOverHTTP(HttpClient client, Origin origin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SendFailure
send(Connection connection, HttpExchange exchange)
-
Methods inherited from class org.eclipse.jetty.client.HttpDestination
abort, asString, close, close, createConnection, doStart, doStop, dump, enqueue, failed, getClientConnectionFactory, getConnectAddress, getConnectionPool, getHost, getHostField, getHttpClient, getHttpExchanges, getOrigin, getPort, getProxy, getQueuedRequestCount, getRequestNotifier, getResponseNotifier, getScheme, isSecure, newConnection, newConnectionPool, newExchangeQueue, newSslClientConnectionFactory, newSslClientConnectionFactory, process, release, remove, remove, send, send, send, succeeded, toString
-
Methods inherited from class org.eclipse.jetty.util.component.ContainerLifeCycle
addBean, addBean, addEventListener, addManaged, contains, destroy, dump, dump, dump, dump, dumpBeans, dumpObject, dumpObjects, dumpStdErr, dumpThis, getBean, getBeans, getBeans, getContainedBeans, getContainedBeans, isAuto, isManaged, isUnmanaged, 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
-
HttpDestinationOverHTTP
public HttpDestinationOverHTTP(HttpClient client, Origin origin)
-
-
Method Detail
-
send
protected SendFailure send(Connection connection, HttpExchange exchange)
- Specified by:
send
in classHttpDestination
-
-