public class SslServerSocketFactory extends ServerSocketFactory
| Constructor and Description |
|---|
SslServerSocketFactory() |
| Modifier and Type | Method and Description |
|---|---|
ServerSocket |
createServerSocket(int port) |
ServerSocket |
createServerSocket(int port,
int backlog) |
ServerSocket |
createServerSocket(int port,
int backlog,
InetAddress ifAddress) |
static ServerSocketFactory |
getServerSocketFactory() |
static boolean |
isSslEnabled() |
static void |
setSslEnabled(boolean newSslEnabled) |
createServerSocket, getDefaultpublic ServerSocket createServerSocket(int port) throws IOException
createServerSocket in class ServerSocketFactoryIOExceptionpublic ServerSocket createServerSocket(int port, int backlog) throws IOException
createServerSocket in class ServerSocketFactoryIOExceptionpublic ServerSocket createServerSocket(int port, int backlog, InetAddress ifAddress) throws IOException
createServerSocket in class ServerSocketFactoryIOExceptionpublic static ServerSocketFactory getServerSocketFactory() throws IOException
IOExceptionpublic static boolean isSslEnabled()
public static void setSslEnabled(boolean newSslEnabled)
Copyright © 2005–2016 Red5. All rights reserved.