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

Method doConnect

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

Source from the content-addressed store, hash-verified

99 }
100
101 private void doConnect(int socket, int host, int port)
102 throws IOException
103 {
104 connected = natDoConnect(socket, host, port);
105 }
106
107 public int read(ByteBuffer b) throws IOException {
108 if (! isOpen()) return -1;

Callers 1

connectMethod · 0.95

Calls 1

natDoConnectMethod · 0.95

Tested by

no test coverage detected