Creates the native socket object @return Handle to the native object @throws IOException
()
| 36 | * @throws IOException |
| 37 | */ |
| 38 | private static native /* SOCKET */long create() throws IOException; |
| 39 | |
| 40 | /** |
| 41 | * Connects the native socket object to an address:port |