org.mule.transport.email
Class ImapsSocketFactory

java.lang.Object
  extended by javax.net.SocketFactory
      extended by javax.net.ssl.SSLSocketFactory
          extended by org.mule.api.security.tls.TlsPropertiesSocketFactory
              extended by org.mule.transport.email.ImapsSocketFactory

public class ImapsSocketFactory
extends TlsPropertiesSocketFactory

A socket factor that reads "indirect" configuration (see TlsConfiguration) for IMAPS from System properties.


Field Summary
static String MULE_IMAPS_NAMESPACE
           
 
Constructor Summary
ImapsSocketFactory()
           
 
Method Summary
static SocketFactory getDefault()
           
 
Methods inherited from class org.mule.api.security.tls.TlsPropertiesSocketFactory
createSocket, createSocket, createSocket, createSocket, createSocket, createSocket, getDefaultCipherSuites, getSupportedCipherSuites
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MULE_IMAPS_NAMESPACE

public static final String MULE_IMAPS_NAMESPACE
See Also:
Constant Field Values
Constructor Detail

ImapsSocketFactory

public ImapsSocketFactory()
Method Detail

getDefault

public static SocketFactory getDefault()


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