public class QJniServerSocket
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static QServerSocket |
create(java.net.InetAddress host,
int port,
int listenBacklog) |
static QServerSocket |
create(java.net.InetAddress host,
int port,
int listenBacklog,
boolean isEnableJni)
Creates the SSL ServerSocket.
|
static QServerSocket |
create(int port,
int listenBacklog)
Creates the SSL ServerSocket.
|
static QServerSocket |
createJNI(java.net.InetAddress host,
int port)
Creates the SSL ServerSocket.
|
static QServerSocket |
openJNI(int fd,
int port)
Creates the SSL ServerSocket.
|
public static QServerSocket create(int port, int listenBacklog) throws java.io.IOException
java.io.IOException
public static QServerSocket create(java.net.InetAddress host, int port, int listenBacklog) throws java.io.IOException
java.io.IOException
public static QServerSocket create(java.net.InetAddress host, int port, int listenBacklog, boolean isEnableJni) throws java.io.IOException
java.io.IOException
public static QServerSocket createJNI(java.net.InetAddress host, int port) throws java.io.IOException
java.io.IOException
public static QServerSocket openJNI(int fd, int port) throws java.io.IOException
java.io.IOException