org.apache.camel.component.jetty
Class CamelHttpClient

java.lang.Object
  extended by org.eclipse.jetty.util.component.AbstractLifeCycle
      extended by org.eclipse.jetty.http.HttpBuffers
          extended by org.eclipse.jetty.client.HttpClient
              extended by org.apache.camel.component.jetty.CamelHttpClient
All Implemented Interfaces:
org.eclipse.jetty.util.Attributes, org.eclipse.jetty.util.component.Dumpable, org.eclipse.jetty.util.component.LifeCycle

public class CamelHttpClient
extends org.eclipse.jetty.client.HttpClient


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.LifeCycle
org.eclipse.jetty.util.component.LifeCycle.Listener
 
Field Summary
 
Fields inherited from class org.eclipse.jetty.client.HttpClient
CONNECTOR_SELECT_CHANNEL, CONNECTOR_SOCKET
 
Fields inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
_listeners, FAILED, RUNNING, STARTED, STARTING, STOPPED, STOPPING
 
Constructor Summary
CamelHttpClient()
           
 
Method Summary
protected  SSLContext getSSLContext()
           
 void setSSLContext(SSLContext context)
           
 
Methods inherited from class org.eclipse.jetty.client.HttpClient
cancel, clearAttributes, doStart, doStop, dump, dump, getAttribute, getAttributeNames, getConnectorType, getConnectTimeout, getDestination, getIdleTimeout, getKeyManagerAlgorithm, getKeyStoreInputStream, getKeyStoreLocation, getKeyStoreType, getMaxConnectionsPerAddress, getMaxQueueSizePerAddress, getNoProxy, getProtocol, getProvider, getProxy, getProxyAuthentication, getRealmResolver, getRegisteredListeners, getSecureRandomAlgorithm, getSoTimeout, getSslContextFactory, getThreadPool, getTimeout, getTrustManagerAlgorithm, getTrustStoreInputStream, getTrustStoreLocation, getTrustStoreType, getUseDirectBuffers, hasRealms, isConnectBlocking, isProxied, maxRedirects, maxRetries, registerListener, removeAttribute, schedule, schedule, scheduleIdle, send, setAttribute, setConnectBlocking, setConnectorType, setConnectTimeout, setIdleTimeout, setKeyManagerAlgorithm, setKeyManagerPassword, setKeyStoreInputStream, setKeyStoreLocation, setKeyStorePassword, setKeyStoreType, setMaxConnectionsPerAddress, setMaxQueueSizePerAddress, setMaxRedirects, setMaxRetries, setNoProxy, setProtocol, setProvider, setProxy, setProxyAuthentication, setRealmResolver, setSecureRandomAlgorithm, setSoTimeout, setThreadPool, setTimeout, setTrustManagerAlgorithm, setTrustStoreInputStream, setTrustStoreLocation, setTrustStorePassword, setTrustStoreType, setUseDirectBuffers
 
Methods inherited from class org.eclipse.jetty.http.HttpBuffers
getMaxBuffers, getRequestBuffers, getRequestBufferSize, getRequestBufferType, getRequestHeaderSize, getRequestHeaderType, getResponseBuffers, getResponseBufferSize, getResponseBufferType, getResponseHeaderSize, getResponseHeaderType, setMaxBuffers, setRequestBuffers, setRequestBufferSize, setRequestBufferType, setRequestHeaderSize, setRequestHeaderType, setResponseBuffers, setResponseBufferSize, setResponseBufferType, setResponseHeaderSize, setResponseHeaderType
 
Methods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
addLifeCycleListener, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CamelHttpClient

public CamelHttpClient()
Method Detail

getSSLContext

protected SSLContext getSSLContext()
Overrides:
getSSLContext in class org.eclipse.jetty.client.HttpClient

setSSLContext

public void setSSLContext(SSLContext context)


Apache CAMEL