MCPcopy Create free account
hub / github.com/e2wugui/zeze / newClientSocket

Method newClientSocket

ZezeJava/ZezeJava/src/main/java/Zeze/Net/Service.java:318–321  ·  view source on GitHub ↗
(@Nullable String hostNameOrAddress, int port,
													  @Nullable Object userState, @Nullable Connector connector)

Source from the content-addressed store, hash-verified

316 }
317
318 public final @NotNull AsyncSocket newClientSocket(@Nullable String hostNameOrAddress, int port,
319 @Nullable Object userState, @Nullable Connector connector) {
320 return new TcpSocket(this, hostNameOrAddress, port, userState, connector);
321 }
322
323 public @NotNull AsyncSocket newWebsocketClient(@NotNull String url,
324 @Nullable Object userState, @Nullable Connector connector) {

Callers 3

testRpcSimpleMethod · 0.80
testConnectMethod · 0.80
startMethod · 0.80

Calls

no outgoing calls

Tested by 2

testRpcSimpleMethod · 0.64
testConnectMethod · 0.64