(long state)
| 121 | |
| 122 | private static native long natInit(); |
| 123 | private static native void natWakeup(long state); |
| 124 | private static native void natClose(long state); |
| 125 | private static native void natSelectClearAll(int socket, long state); |
| 126 | private static native int natSelectUpdateInterestSet(int socket, |