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

Method OpenVPNClientThread

javacli/OpenVPNClientThread.java:86–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 }
85
86 public OpenVPNClientThread() {
87 final int n = stats_n();
88 for (int i = 0; i < n; ++i)
89 {
90 String name = stats_name(i);
91 if (name.equals("BYTES_IN"))
92 bytes_in_index = i;
93 if (name.equals("BYTES_OUT"))
94 bytes_out_index = i;
95 }
96 }
97
98 // start connect session in worker thread
99 public void connect(EventReceiver parent_arg) {

Callers

nothing calls this directly

Calls 3

stats_nMethod · 0.80
stats_nameMethod · 0.80
equalsMethod · 0.80

Tested by

no test coverage detected