Package org.wildfly.security.ssl
Class ConfiguredSSLServerSocketFactory
- java.lang.Object
- 
- javax.net.ServerSocketFactory
- 
- javax.net.ssl.SSLServerSocketFactory
- 
- org.wildfly.security.ssl.AbstractDelegatingSSLServerSocketFactory
- 
- org.wildfly.security.ssl.ConfiguredSSLServerSocketFactory
 
 
 
 
- 
 final class ConfiguredSSLServerSocketFactory extends AbstractDelegatingSSLServerSocketFactory - Author:
- David M. Lloyd
 
- 
- 
Field SummaryFields Modifier and Type Field Description private SSLConfiguratorsslConfiguratorprivate SSLContextsslContextprivate booleanwrap
 - 
Constructor SummaryConstructors Constructor Description ConfiguredSSLServerSocketFactory(SSLServerSocketFactory delegate, SSLContext sslContext, SSLConfigurator sslConfigurator, boolean wrap)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerSocketcreateServerSocket()ServerSocketcreateServerSocket(int port)ServerSocketcreateServerSocket(int port, int backlog)ServerSocketcreateServerSocket(int port, int backlog, InetAddress ifAddress)String[]getDefaultCipherSuites()String[]getSupportedCipherSuites()private ServerSocketwrap(ServerSocket original)- 
Methods inherited from class javax.net.ssl.SSLServerSocketFactorygetDefault
 
- 
 
- 
- 
- 
Field Detail- 
sslContextprivate final SSLContext sslContext 
 - 
sslConfiguratorprivate final SSLConfigurator sslConfigurator 
 - 
wrapprivate final boolean wrap 
 
- 
 - 
Constructor Detail- 
ConfiguredSSLServerSocketFactoryConfiguredSSLServerSocketFactory(SSLServerSocketFactory delegate, SSLContext sslContext, SSLConfigurator sslConfigurator, boolean wrap) 
 
- 
 - 
Method Detail- 
createServerSocketpublic ServerSocket createServerSocket() throws IOException - Overrides:
- createServerSocketin class- AbstractDelegatingSSLServerSocketFactory
- Throws:
- IOException
 
 - 
createServerSocketpublic ServerSocket createServerSocket(int port) throws IOException - Overrides:
- createServerSocketin class- AbstractDelegatingSSLServerSocketFactory
- Throws:
- IOException
 
 - 
createServerSocketpublic ServerSocket createServerSocket(int port, int backlog) throws IOException - Overrides:
- createServerSocketin class- AbstractDelegatingSSLServerSocketFactory
- Throws:
- IOException
 
 - 
createServerSocketpublic ServerSocket createServerSocket(int port, int backlog, InetAddress ifAddress) throws IOException - Overrides:
- createServerSocketin class- AbstractDelegatingSSLServerSocketFactory
- Throws:
- IOException
 
 - 
getDefaultCipherSuitespublic String[] getDefaultCipherSuites() - Overrides:
- getDefaultCipherSuitesin class- AbstractDelegatingSSLServerSocketFactory
 
 - 
getSupportedCipherSuitespublic String[] getSupportedCipherSuites() - Overrides:
- getSupportedCipherSuitesin class- AbstractDelegatingSSLServerSocketFactory
 
 - 
wrapprivate ServerSocket wrap(ServerSocket original) throws IOException - Throws:
- IOException
 
 
- 
 
-