Advertisement

Java chat server

Started by December 30, 2014 01:10 PM
0 comments, last by hplus0603 9 years, 10 months ago

What is a good name for a Java class for a chat client thread? Like, with a function sendMessage(String msg) that sends the String "msg" to the client to be displayed in an RPG?

How about ChatClientThread ?
enum Bool { True, False, FileNotFound };

This topic is closed to new replies.

Advertisement