public class SSLSocketFactory extends Object implements org.apache.catalina.net.ServerSocketFactory
| Constructor and Description |
|---|
SSLSocketFactory()
Create the SSL socket factory.
|
| Modifier and Type | Method and Description |
|---|---|
ServerSocket |
createSocket(int port)
Create the socket at the specified port.
|
ServerSocket |
createSocket(int port,
int backlog)
Create the socket at the specified port.
|
ServerSocket |
createSocket(int port,
int backlog,
InetAddress ifAddress)
Create the socket at the specified port.
|
static void |
initStoresAtStartup() |
public SSLSocketFactory()
public ServerSocket createSocket(int port) throws IOException
createSocket in interface org.apache.catalina.net.ServerSocketFactoryport - the port number.IOExceptionpublic ServerSocket createSocket(int port, int backlog) throws IOException
createSocket in interface org.apache.catalina.net.ServerSocketFactoryport - the port number.IOExceptionpublic ServerSocket createSocket(int port, int backlog, InetAddress ifAddress) throws IOException
createSocket in interface org.apache.catalina.net.ServerSocketFactoryport - the port number.IOExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.