public class SslSocketFactory extends SocketFactory
| Constructor and Description |
|---|
SslSocketFactory() |
| Modifier and Type | Method and Description |
|---|---|
Socket |
createSocket(InetAddress arg1,
int arg2) |
Socket |
createSocket(InetAddress arg1,
int arg2,
InetAddress arg3,
int arg4) |
Socket |
createSocket(String arg1,
int arg2) |
Socket |
createSocket(String arg1,
int arg2,
InetAddress arg3,
int arg4) |
static SocketFactory |
getSocketFactory() |
static boolean |
isSslEnabled() |
static void |
setSslEnabled(boolean newSslEnabled) |
createSocket, getDefaultpublic Socket createSocket(String arg1, int arg2) throws IOException, UnknownHostException
createSocket in class SocketFactoryIOExceptionUnknownHostExceptionpublic Socket createSocket(String arg1, int arg2, InetAddress arg3, int arg4) throws IOException, UnknownHostException
createSocket in class SocketFactoryIOExceptionUnknownHostExceptionpublic Socket createSocket(InetAddress arg1, int arg2) throws IOException
createSocket in class SocketFactoryIOExceptionpublic Socket createSocket(InetAddress arg1, int arg2, InetAddress arg3, int arg4) throws IOException
createSocket in class SocketFactoryIOExceptionpublic static SocketFactory getSocketFactory()
public static boolean isSslEnabled()
public static void setSslEnabled(boolean newSslEnabled)
Copyright © 2005–2016 Red5. All rights reserved.