MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3 / connect

Method connect

javacli/Client.java:71–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 }
70
71 public void connect() {
72 // connect
73 client_thread.connect(this);
74
75 // wait for worker thread to exit
76 client_thread.wait_thread_long();
77 }
78
79 public void stop() {
80 client_thread.stop();

Callers 1

mainMethod · 0.95

Calls 1

wait_thread_longMethod · 0.80

Tested by

no test coverage detected