public class TlsPropertiesSocketFactory extends SSLSocketFactory
TlsConfiguration
that has been stored via TlsPropertiesMapper.| Constructor and Description |
|---|
TlsPropertiesSocketFactory(boolean anon,
String namespace) |
| Modifier and Type | Method and Description |
|---|---|
Socket |
createSocket() |
Socket |
createSocket(InetAddress arg0,
int arg1) |
Socket |
createSocket(InetAddress arg0,
int arg1,
InetAddress arg2,
int arg3) |
Socket |
createSocket(Socket s,
String host,
int port,
boolean autoClose) |
Socket |
createSocket(String arg0,
int arg1) |
Socket |
createSocket(String arg0,
int arg1,
InetAddress arg2,
int arg3) |
String[] |
getDefaultCipherSuites() |
String[] |
getSupportedCipherSuites() |
getDefaultpublic TlsPropertiesSocketFactory(boolean anon,
String namespace)
public Socket createSocket(Socket s, String host, int port, boolean autoClose) throws IOException
createSocket in class SSLSocketFactoryIOExceptionpublic String[] getDefaultCipherSuites()
getDefaultCipherSuites in class SSLSocketFactorypublic String[] getSupportedCipherSuites()
getSupportedCipherSuites in class SSLSocketFactorypublic Socket createSocket(String arg0, int arg1) throws IOException
createSocket in class SocketFactoryIOExceptionpublic Socket createSocket(InetAddress arg0, int arg1) throws IOException
createSocket in class SocketFactoryIOExceptionpublic Socket createSocket(String arg0, int arg1, InetAddress arg2, int arg3) throws IOException
createSocket in class SocketFactoryIOExceptionpublic Socket createSocket(InetAddress arg0, int arg1, InetAddress arg2, int arg3) throws IOException
createSocket in class SocketFactoryIOExceptionpublic Socket createSocket() throws IOException
createSocket in class SocketFactoryIOExceptionCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.