@Deprecated public abstract class CamelHttpClient extends org.eclipse.jetty.client.HttpClient
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener| 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, destinationFor, doStop, findProtocolHandler, FORM, FORM, GET, GET, getAcceptEncodingField, getAddressResolutionTimeout, getAuthenticationStore, getBindAddress, getByteBufferPool, getConnectTimeout, getContentDecoderFactories, getCookieStore, getDestination, getDestinations, getExecutor, getIdleTimeout, getMaxConnectionsPerDestination, getMaxRedirects, getMaxRequestsQueuedPerDestination, getProtocolHandlers, getProxyConfiguration, getRequestBufferSize, getRequestListeners, getResponseBufferSize, getScheduler, getSocketAddressResolver, getSslContextFactory, getTransport, getUserAgentField, isConnectBlocking, isDefaultPort, isDispatchIO, isFollowRedirects, isRemoveIdleDestinations, isStrictEventOrdering, isTCPNoDelay, newConnection, newHttpRequest, newRequest, newRequest, newRequest, newSslClientConnectionFactory, normalizeHost, normalizePort, POST, POST, removeDestination, send, setAddressResolutionTimeout, setBindAddress, setByteBufferPool, setConnectBlocking, setConnectTimeout, setCookieStore, setDispatchIO, setExecutor, setFollowRedirects, setIdleTimeout, setMaxConnectionsPerDestination, setMaxRedirects, setMaxRequestsQueuedPerDestination, setRemoveIdleDestinations, setRequestBufferSize, setResponseBufferSize, setScheduler, setSocketAddressResolver, setStrictEventOrdering, setTCPNoDelay, setUserAgentFieldaddBean, addBean, addBean, addEventListener, addManaged, contains, destroy, dump, dump, dump, dump, dump, dumpBeans, dumpObject, dumpStdErr, dumpThis, getBean, getBeans, getBeans, isManaged, manage, removeBean, removeBeans, removeEventListener, setBeans, setStopTimeout, start, stop, unmanage, updateBean, updateBean, updateBeansaddLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stoppublic 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.HttpClientExceptionprotected 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