Method
natDoConnect
(int socket, int host, int port)
Source from the content-addressed store, hash-verified
| 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) |
| 207 | throws IOException; |
| 208 | private static native int natRead(int socket, byte[] buffer, int offset, int length, boolean blocking) |
Tested by
no test coverage detected