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

Method bind

classpath/java/nio/channels/SocketChannel.java:202–203  ·  view source on GitHub ↗
(int socket, int host, int port)

Source from the content-addressed store, hash-verified

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)

Callers 1

bindMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected