| java.lang.Object com.caucho.vfs.QJniServerSocket
QJniServerSocket | public class QJniServerSocket (Code) | | Abstract socket to handle both normal sockets and bin/resin sockets.
|
Method Summary | |
public static QServerSocket | create(int port, int listenBacklog) Creates the SSL ServerSocket. | public static QServerSocket | create(InetAddress host, int port, int listenBacklog) Creates the SSL ServerSocket. | public static QServerSocket | createJNI(InetAddress host, int port) Creates the SSL ServerSocket. | public static QServerSocket | openJNI(int fd, int port) Creates the SSL ServerSocket. |
create | public static QServerSocket create(int port, int listenBacklog) throws IOException(Code) | | Creates the SSL ServerSocket.
|
create | public static QServerSocket create(InetAddress host, int port, int listenBacklog) throws IOException(Code) | | Creates the SSL ServerSocket.
|
openJNI | public static QServerSocket openJNI(int fd, int port) throws IOException(Code) | | Creates the SSL ServerSocket.
|
|
|