public class SSL
extends java.lang.Object
Constructor and Description |
---|
SSL() |
Modifier and Type | Method and Description |
---|---|
static boolean |
available()
Call this function before ask ServerSocket
|
static java.net.ServerSocket |
createServerSocket()
Create ServerSocket with ssl support
|
static void |
init(SubConfig sslConfig)
Configure SSL support
|
public static boolean available()
public static void init(SubConfig sslConfig)
sslConfig
- public static java.net.ServerSocket createServerSocket() throws java.io.IOException
java.io.IOException