MCPcopy Create free account
hub / github.com/DuGuQiuBai/Java / Client

Method Client

day26/resource/chat_socket_client/src/com/elient/Client.java:57–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 this.threadID = threadID;
56 }
57 public Client(){
58 c_singleFrames = new HashMap<String, Client_singleFrame>();
59 username_online = new ArrayList<String>();
60 clientuserid = new ArrayList<Integer>();
61// signlechatuse = new ArrayList<String>();
62 }
63
64 public static void main(String[] args) {
65 Client client = new Client();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected