MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / getInstance

Method getInstance

src/main/java/core/packetproxy/OpenVPN.java:62–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 private boolean pulling = false;
61
62 public static OpenVPN getInstance() throws Exception {
63 if (instance == null) {
64
65 instance = new OpenVPN();
66 }
67 return instance;
68 }
69
70 private DockerClient getClient() {
71 DockerClientConfig config = DefaultDockerClientConfig.createDefaultConfigBuilder().build();

Callers 13

GUIOptionOpenVPNMethod · 0.95
onServerChunkReceivedMethod · 0.45
getByNameMethod · 0.45
getClientMethod · 0.45
hashNameMethod · 0.45
toRSAPublicKeyMethod · 0.45
toDSAPublicKeyMethod · 0.45
toECGOSTPublicKeyMethod · 0.45
toECDSAPublicKeyMethod · 0.45
verifyMethod · 0.45
signMethod · 0.45
generateDSDigestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected