Uses of Class
org.apache.servicemix.http.SslParameters

Packages that use SslParameters
org.apache.servicemix.http   
org.apache.servicemix.http.endpoints   
org.apache.servicemix.http.jetty   
org.apache.servicemix.http.processors   
 

Uses of SslParameters in org.apache.servicemix.http
 

Fields in org.apache.servicemix.http declared as SslParameters
protected  SslParameters HttpEndpoint.ssl
           
 

Methods in org.apache.servicemix.http that return SslParameters
 SslParameters ManagedContextManager.MainProcessor.getSsl()
           
 SslParameters HttpProcessor.getSsl()
           
 SslParameters HttpEndpoint.getSsl()
           
 

Methods in org.apache.servicemix.http with parameters of type SslParameters
 void HttpEndpoint.setSsl(SslParameters ssl)
          Sets the properties used to configure SSL for the endpoint.
 

Uses of SslParameters in org.apache.servicemix.http.endpoints
 

Methods in org.apache.servicemix.http.endpoints that return SslParameters
 SslParameters HttpProviderEndpoint.getSsl()
           
 SslParameters HttpConsumerEndpoint.getSsl()
           
 

Methods in org.apache.servicemix.http.endpoints with parameters of type SslParameters
 void HttpProviderEndpoint.setSsl(SslParameters ssl)
          Sets the SSL parameters
 void HttpConsumerEndpoint.setSsl(SslParameters ssl)
          Sets the properties used to configure SSL for the endpoint.
 

Uses of SslParameters in org.apache.servicemix.http.jetty
 

Methods in org.apache.servicemix.http.jetty with parameters of type SslParameters
protected  org.mortbay.jetty.Server JettyContextManager.createServer(java.net.URL url, SslParameters ssl)
           
 

Uses of SslParameters in org.apache.servicemix.http.processors
 

Methods in org.apache.servicemix.http.processors that return SslParameters
 SslParameters ConsumerProcessor.getSsl()
           
 

Methods in org.apache.servicemix.http.processors with parameters of type SslParameters
protected  void CommonsHttpSSLSocketFactory.createManagedFactory(SslParameters ssl, KeystoreManager keystoreManager)
           
protected  void CommonsHttpSSLSocketFactory.createUnmanagedFactory(SslParameters ssl)
           
 

Constructors in org.apache.servicemix.http.processors with parameters of type SslParameters
CommonsHttpSSLSocketFactory(SslParameters ssl, KeystoreManager keystoreManager)
           
 



Copyright © 2005-2012 FuseSource. All Rights Reserved.