tasuku-neko / ChatServer

0 stars 1 forks source link

関数追加 #9

Closed apochi closed 9 years ago

apochi commented 9 years ago

ChatClientHandler.javaに関数を追加した。 private Socket socket; private BufferedReader in; private BufferedWriter out; private String name; private int num; private int usernum; static Map map = new TreeMap(); static List userlist = new ArrayList();

tasuku-neko commented 9 years ago

どのような関数なのか明記して欲しいです。

tasuku-neko commented 9 years ago

現時点で不要、また追加が出来ていないため close します。