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

Packages that use TlsDirectKeyStore
org.mule.api.security.tls This package contains classes to support TLS/SSL configuration and socket creation. 
org.mule.transport.ajax.embedded A AJAX transport allows Mule applications to send a receive events to the web browser. 
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 TlsDirectKeyStore in org.mule.api.security.tls
 

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

Uses of TlsDirectKeyStore in org.mule.transport.ajax.embedded
 

Classes in org.mule.transport.ajax.embedded that implement TlsDirectKeyStore
 class AjaxConnector
          Creates an 'embedded' Ajax server using Jetty and allows Mule to receiver and send events to browsers.
 

Uses of TlsDirectKeyStore in org.mule.transport.http
 

Classes in org.mule.transport.http that implement TlsDirectKeyStore
 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 TlsDirectKeyStore in org.mule.transport.servlet.jetty
 

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

Uses of TlsDirectKeyStore in org.mule.transport.ssl
 

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



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.