protected static final class BaseSSLContextParameters.SSLServerSocketFactoryDecorator extends SSLServerSocketFactory
| Constructor and Description |
|---|
BaseSSLContextParameters.SSLServerSocketFactoryDecorator(SSLServerSocketFactory sslServerSocketFactory,
List<org.apache.camel.util.jsse.BaseSSLContextParameters.Configurer<SSLServerSocket>> sslServerSocketConfigurers) |
| Modifier and Type | Method and Description |
|---|---|
ServerSocket |
createServerSocket() |
ServerSocket |
createServerSocket(int port) |
ServerSocket |
createServerSocket(int port,
int backlog) |
ServerSocket |
createServerSocket(int port,
int backlog,
InetAddress ifAddress) |
String[] |
getDefaultCipherSuites() |
SSLServerSocketFactory |
getDelegate() |
String[] |
getSupportedCipherSuites() |
getDefaultpublic BaseSSLContextParameters.SSLServerSocketFactoryDecorator(SSLServerSocketFactory sslServerSocketFactory, List<org.apache.camel.util.jsse.BaseSSLContextParameters.Configurer<SSLServerSocket>> sslServerSocketConfigurers)
public String[] getDefaultCipherSuites()
getDefaultCipherSuites in class SSLServerSocketFactorypublic String[] getSupportedCipherSuites()
getSupportedCipherSuites in class SSLServerSocketFactorypublic ServerSocket createServerSocket() throws IOException
createServerSocket in class ServerSocketFactoryIOExceptionpublic ServerSocket createServerSocket(int port, int backlog, InetAddress ifAddress) throws IOException
createServerSocket in class ServerSocketFactoryIOExceptionpublic ServerSocket createServerSocket(int port, int backlog) throws IOException
createServerSocket in class ServerSocketFactoryIOExceptionpublic ServerSocket createServerSocket(int port) throws IOException
createServerSocket in class ServerSocketFactoryIOExceptionpublic SSLServerSocketFactory getDelegate()
Apache Camel