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

Method getInstance

src/main/java/core/packetproxy/model/Servers.java:35–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 private PropertyChangeSupport changes = new PropertyChangeSupport(this);
34
35 public static Servers getInstance() throws Exception {
36 if (instance == null) {
37
38 instance = new Servers();
39 }
40 return instance;
41 }
42
43 private Database database;
44 private Dao<Server, Integer> dao;

Callers 15

ListenPortManagerMethod · 0.95
runMethod · 0.95
onClientChunkReceivedMethod · 0.95
onServerChunkReceivedMethod · 0.95
onChunkReceivedMethod · 0.95
createConnectionMethod · 0.95
PrivateDNSMethod · 0.95
createSSLContextMethod · 0.95
createClientSSLSocketMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected