org.apache.servicemix.http.endpoints
Class HttpProviderEndpoint.SSLManagedHttpClient

java.lang.Object
  extended by org.mortbay.component.AbstractLifeCycle
      extended by org.mortbay.jetty.AbstractBuffers
          extended by org.mortbay.jetty.client.HttpClient
              extended by org.apache.servicemix.http.endpoints.HttpProviderEndpoint.SSLManagedHttpClient
All Implemented Interfaces:
org.mortbay.component.LifeCycle, org.mortbay.io.Buffers
Enclosing class:
HttpProviderEndpoint

protected class HttpProviderEndpoint.SSLManagedHttpClient
extends org.mortbay.jetty.client.HttpClient


Field Summary
 
Fields inherited from class org.mortbay.jetty.client.HttpClient
CONNECTOR_SELECT_CHANNEL, CONNECTOR_SOCKET
 
Fields inherited from class org.mortbay.jetty.AbstractBuffers
_loss
 
Constructor Summary
protected HttpProviderEndpoint.SSLManagedHttpClient()
           
 
Method Summary
protected  SSLContext getSSLContext()
           
protected  SSLContext getStrictSSLContext()
           
 
Methods inherited from class org.mortbay.jetty.client.HttpClient
cancel, doStart, doStop, dump, getConnectorType, getDestination, getIdleTimeout, getKeyStoreLocation, getLooseSSLContext, getMaxConnectionsPerAddress, getNoProxy, getProxy, getProxyAuthentication, getRealmResolver, getRegisteredListeners, getSoTimeout, getThreadPool, getTimeout, getTrustStoreLocation, getUseDirectBuffers, hasRealms, isProxied, maxRetries, newBuffer, registerListener, schedule, send, setConnectorType, setIdleTimeout, setKeyManagerPassword, setKeyStoreLocation, setKeyStorePassword, setMaxConnectionsPerAddress, setMaxRetries, setNoProxy, setProxy, setProxyAuthentication, setRealmResolver, setSoTimeout, setThreadPool, setTimeout, setTrustStoreLocation, setTrustStorePassword, setUseDirectBuffers
 
Methods inherited from class org.mortbay.jetty.AbstractBuffers
getBuffer, getHeaderBufferSize, getRequestBufferSize, getResponseBufferSize, returnBuffer, setHeaderBufferSize, setRequestBufferSize, setResponseBufferSize
 
Methods inherited from class org.mortbay.component.AbstractLifeCycle
isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpProviderEndpoint.SSLManagedHttpClient

protected HttpProviderEndpoint.SSLManagedHttpClient()
Method Detail

getSSLContext

protected SSLContext getSSLContext()
                            throws IOException
Overrides:
getSSLContext in class org.mortbay.jetty.client.HttpClient
Throws:
IOException

getStrictSSLContext

protected SSLContext getStrictSSLContext()
                                  throws IOException
Overrides:
getStrictSSLContext in class org.mortbay.jetty.client.HttpClient
Throws:
IOException


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.