MCPcopy Create free account
hub / github.com/ReadyTalk/avian / natDoConnect

Method natDoConnect

classpath/java/nio/channels/SocketChannel.java:204–205  ·  view source on GitHub ↗
(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)

Callers 1

doConnectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected