MCPcopy Create free account
hub / github.com/Giyn/LiveChat / Server

Class Server

src/pers/giyn/LiveChat/Server.java:10–15  ·  view source on GitHub ↗

@author 许继元

Source from the content-addressed store, hash-verified

8 * @author 许继元
9 */
10public class Server {
11 public static void main(String[] args) throws IOException {
12 ServerBusinesses server = new ServerBusinesses();
13 server.start();
14 }
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…