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

Method run

javacli/OpenVPNClientThread.java:193–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191 // Runnable overrides
192
193 @Override
194 public void run() {
195 // Call out to core to start connection.
196 // Doesn't return until connection has terminated.
197 ClientAPI_Status status = super.connect();
198 call_done(status);
199 }
200
201 // ClientAPI_OpenVPNClient (C++ class) overrides
202

Callers

nothing calls this directly

Calls 2

call_doneMethod · 0.95
connectMethod · 0.45

Tested by

no test coverage detected