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

Method create

classpath/java/net/Socket.java:38–38  ·  view source on GitHub ↗

Creates the native socket object @return Handle to the native object @throws IOException

()

Source from the content-addressed store, hash-verified

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

Callers 1

SocketMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected