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

Method main

ZezeJava/ZezeJavaTest/src/Temp/TestRecv.java:27–31  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

25 }
26
27 public static void main(String[] args) throws InterruptedException {
28 var so = new TcpSocket(new TestRecv("server"), new InetSocketAddress(9999), new Acceptor(9999, null));
29
30 Thread.sleep(Integer.MAX_VALUE);
31 }
32
33 @Override
34 public void OnHandshakeDone(@NotNull AsyncSocket so) throws Exception {

Callers

nothing calls this directly

Calls 1

sleepMethod · 0.45

Tested by

no test coverage detected