@Deprecated public abstract class CamelHttpClient extends org.eclipse.jetty.client.HttpClient
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
org.eclipse.jetty.util.component.Container.InheritedListener, org.eclipse.jetty.util.component.Container.Listener
Constructor and Description |
---|
CamelHttpClient(org.eclipse.jetty.client.HttpClientTransport transport,
org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory)
Deprecated.
|
CamelHttpClient(org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doStart()
Deprecated.
|
abstract String |
getProxyHost()
Deprecated.
|
abstract int |
getProxyPort()
Deprecated.
|
protected abstract boolean |
hasThreadPool()
Deprecated.
|
boolean |
isSupportRedirect()
Deprecated.
|
abstract void |
setProxy(String host,
int port)
Deprecated.
|
void |
setSupportRedirect(boolean supportRedirect)
Deprecated.
|
protected abstract void |
setThreadPoolOrExecutor(Executor pool)
Deprecated.
|
copyRequest, createOrigin, destinationFor, doStop, dump, findProtocolHandler, FORM, FORM, GET, GET, getAcceptEncodingField, getAddressResolutionTimeout, getAuthenticationStore, getBindAddress, getByteBufferPool, getConnectTimeout, getContentDecoderFactories, getCookieStore, getDefaultRequestContentType, getDestination, getDestinations, getExecutor, getHttpCompliance, getIdleTimeout, getMaxConnectionsPerDestination, getMaxRedirects, getMaxRequestsQueuedPerDestination, getName, getProtocolHandlers, getProxyConfiguration, getRequestBufferSize, getRequestListeners, getResponseBufferSize, getScheduler, getSocketAddressResolver, getSslContextFactory, getTransport, getUserAgentField, isConnectBlocking, isDefaultPort, isDispatchIO, isFollowRedirects, isRemoveIdleDestinations, isStrictEventOrdering, isTCPNoDelay, newConnection, newHttpRequest, newRequest, newRequest, newRequest, newSslClientConnectionFactory, newSslClientConnectionFactory, normalizeHost, normalizePort, POST, POST, removeDestination, resolveDestination, resolveDestination, send, setAddressResolutionTimeout, setAuthenticationStore, setBindAddress, setByteBufferPool, setConnectBlocking, setConnectTimeout, setCookieStore, setDefaultRequestContentType, setDispatchIO, setExecutor, setFollowRedirects, setHttpCompliance, setIdleTimeout, setMaxConnectionsPerDestination, setMaxRedirects, setMaxRequestsQueuedPerDestination, setName, setRemoveIdleDestinations, setRequestBufferSize, setResponseBufferSize, setScheduler, setSocketAddressResolver, setStrictEventOrdering, setTCPNoDelay, setUserAgentField
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
addLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isDumpable
public CamelHttpClient(org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory)
public CamelHttpClient(org.eclipse.jetty.client.HttpClientTransport transport, org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory)
protected void doStart() throws Exception
doStart
in class org.eclipse.jetty.client.HttpClient
Exception
protected abstract boolean hasThreadPool()
protected abstract void setThreadPoolOrExecutor(Executor pool)
public abstract void setProxy(String host, int port)
public boolean isSupportRedirect()
public void setSupportRedirect(boolean supportRedirect)
public abstract String getProxyHost()
public abstract int getProxyPort()
Apache Camel