org.apache.camel.util.jsse
Class BaseSSLContextParameters.SSLServerSocketFactoryDecorator
java.lang.Object
javax.net.ServerSocketFactory
javax.net.ssl.SSLServerSocketFactory
org.apache.camel.util.jsse.BaseSSLContextParameters.SSLServerSocketFactoryDecorator
- Enclosing class:
- BaseSSLContextParameters
protected static final class BaseSSLContextParameters.SSLServerSocketFactoryDecorator
- extends SSLServerSocketFactory
A decorator that enables the application of configuration options to be
applied to created sockets even after this factory has been created and
turned over to client code.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseSSLContextParameters.SSLServerSocketFactoryDecorator
public BaseSSLContextParameters.SSLServerSocketFactoryDecorator(SSLServerSocketFactory sslServerSocketFactory,
List<org.apache.camel.util.jsse.BaseSSLContextParameters.Configurer<SSLServerSocket>> sslServerSocketConfigurers)
getDefaultCipherSuites
public String[] getDefaultCipherSuites()
- Specified by:
getDefaultCipherSuites in class SSLServerSocketFactory
getSupportedCipherSuites
public String[] getSupportedCipherSuites()
- Specified by:
getSupportedCipherSuites in class SSLServerSocketFactory
createServerSocket
public ServerSocket createServerSocket()
throws IOException
- Overrides:
createServerSocket in class ServerSocketFactory
- Throws:
IOException
createServerSocket
public ServerSocket createServerSocket(int port,
int backlog,
InetAddress ifAddress)
throws IOException
- Specified by:
createServerSocket in class ServerSocketFactory
- Throws:
IOException
createServerSocket
public ServerSocket createServerSocket(int port,
int backlog)
throws IOException
- Specified by:
createServerSocket in class ServerSocketFactory
- Throws:
IOException
createServerSocket
public ServerSocket createServerSocket(int port)
throws IOException
- Specified by:
createServerSocket in class ServerSocketFactory
- Throws:
IOException
getDelegate
public SSLServerSocketFactory getDelegate()
Apache CAMEL