protected static final class BaseSSLContextParameters.SSLSocketFactoryDecorator extends SSLSocketFactory
| Constructor and Description |
|---|
BaseSSLContextParameters.SSLSocketFactoryDecorator(SSLSocketFactory sslSocketFactory,
List<org.apache.camel.util.jsse.BaseSSLContextParameters.Configurer<SSLSocket>> sslSocketConfigurers) |
| Modifier and Type | Method and Description |
|---|---|
Socket |
createSocket() |
Socket |
createSocket(InetAddress host,
int port) |
Socket |
createSocket(InetAddress address,
int port,
InetAddress localAddress,
int localPort) |
Socket |
createSocket(Socket s,
String host,
int port,
boolean autoClose) |
Socket |
createSocket(String host,
int port) |
Socket |
createSocket(String host,
int port,
InetAddress localHost,
int localPort) |
String[] |
getDefaultCipherSuites() |
SSLSocketFactory |
getDelegate() |
String[] |
getSupportedCipherSuites() |
getDefaultpublic BaseSSLContextParameters.SSLSocketFactoryDecorator(SSLSocketFactory sslSocketFactory, List<org.apache.camel.util.jsse.BaseSSLContextParameters.Configurer<SSLSocket>> sslSocketConfigurers)
public String[] getDefaultCipherSuites()
getDefaultCipherSuites in class SSLSocketFactorypublic String[] getSupportedCipherSuites()
getSupportedCipherSuites in class SSLSocketFactorypublic Socket createSocket() throws IOException
createSocket in class SocketFactoryIOExceptionpublic Socket createSocket(Socket s, String host, int port, boolean autoClose) throws IOException, UnknownHostException
createSocket in class SSLSocketFactoryIOExceptionUnknownHostExceptionpublic Socket createSocket(String host, int port) throws IOException, UnknownHostException
createSocket in class SocketFactoryIOExceptionUnknownHostExceptionpublic Socket createSocket(String host, int port, InetAddress localHost, int localPort) throws IOException, UnknownHostException
createSocket in class SocketFactoryIOExceptionUnknownHostExceptionpublic Socket createSocket(InetAddress host, int port) throws IOException
createSocket in class SocketFactoryIOExceptionpublic Socket createSocket(InetAddress address, int port, InetAddress localAddress, int localPort) throws IOException
createSocket in class SocketFactoryIOExceptionpublic SSLSocketFactory getDelegate()
Apache Camel