org.mule.transport.email
Class Pop3sSocketFactory

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.Pop3sSocketFactory

public class Pop3sSocketFactory
extends TlsPropertiesSocketFactory

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


Field Summary
static String MULE_POP3S_NAMESPACE
           
 
Constructor Summary
Pop3sSocketFactory()
           
 
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_POP3S_NAMESPACE

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

Pop3sSocketFactory

public Pop3sSocketFactory()
Method Detail

getDefault

public static SocketFactory getDefault()


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