You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
selfsame edited this page Dec 6, 2014
·
1 revision
classChatProtocolFactory(ServerFactory)
This is the telnet server which handles client connections, pumps updates of delta time, and broadcasts messages to all players.
classMUDProtocol(LineOnlyReceiver)
The client connection class. It routes client input lines to dialogues, initializes Player instances, sends output to the client, and closes connections.