Uses of Interface
org.mule.api.security.TlsDirectTrustStore

Packages that use TlsDirectTrustStore
org.mule.api.security.tls This package contains classes to support TLS/SSL configuration and socket creation. 
org.mule.transport.http Provides http transport including proxy support. 
org.mule.transport.servlet.jetty   
org.mule.transport.ssl Provides tcp connectivity over Ssl for Mule
 

Uses of TlsDirectTrustStore in org.mule.api.security.tls
 

Classes in org.mule.api.security.tls that implement TlsDirectTrustStore
 class TlsConfiguration
          Support for configuring TLS/SSL connections.
 

Uses of TlsDirectTrustStore in org.mule.transport.http
 

Classes in org.mule.transport.http that implement TlsDirectTrustStore
 class HttpsConnector
          HttpsConnector provides Secure http connectivity on top of what is already provided with the Mule HttpConnector.
 class HttpsPollingConnector
          HttpsPollingConnector provides Secure http connectivity on top of what is already provided with the Mule HttpPollingConnector.
 

Uses of TlsDirectTrustStore in org.mule.transport.servlet.jetty
 

Classes in org.mule.transport.servlet.jetty that implement TlsDirectTrustStore
 class JettyHttpsConnector
          The JettyHttpsConnector can be using to embed a Jetty server to receive requests on an http inbound endpoint.
 

Uses of TlsDirectTrustStore in org.mule.transport.ssl
 

Classes in org.mule.transport.ssl that implement TlsDirectTrustStore
 class SslConnector
          SslConnector provides a connector for SSL connections.
 class TlsConnector
          TlsConnector Provides TLS connections
 



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.