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

Packages that use TlsProtocolHandler
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 TlsProtocolHandler in org.mule.api.security.tls
 

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

Uses of TlsProtocolHandler in org.mule.transport.http
 

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

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

Uses of TlsProtocolHandler in org.mule.transport.ssl
 

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



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