Added link referenc in documentation from JServerProtocolParserto Clienthandler. Added LoginClient class for possible implementation of a login sequence.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package ch.unibas.dmi.dbis.cs108.sebaschi;
|
||||
|
||||
/**
|
||||
* Implement the login sequenz when a client wnats to connect to the server.
|
||||
*/
|
||||
public class LoginClient {
|
||||
//TODO implement if needed
|
||||
}
|
||||
Reference in New Issue
Block a user