(int socket, int host, int port)
| 200 | private static native void natSetTcpNoDelay(int socket, boolean on) |
| 201 | throws SocketException; |
| 202 | private static native void bind(int socket, int host, int port) |
| 203 | throws IOException; |
| 204 | private static native boolean natDoConnect(int socket, int host, int port) |
| 205 | throws IOException; |
| 206 | private static native void natFinishConnect(int socket) |