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

Method start

src/main/java/core/packetproxy/PacketProxy.java:87–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85 }
86
87 public void start() throws Exception {
88 startGUI();
89 listenPortManager = ListenPortManager.getInstance();
90 // encoderのロードに1,2秒かかるのでここでロードをしておく(ここでしておかないと通信がacceptされたタイミングでロードする)
91 EncoderManager.getInstance();
92 VulCheckerManager.getInstance();
93 }
94
95 private void startGUI() throws Exception {
96 String version = "1.0.0";

Callers 1

mainMethod · 0.95

Calls 4

startGUIMethod · 0.95
getInstanceMethod · 0.95
getInstanceMethod · 0.95
getInstanceMethod · 0.95

Tested by

no test coverage detected