Uses of Class
nl.andrewl.concord_server.client.InvalidIdentificationException
Packages that use InvalidIdentificationException
-
Uses of InvalidIdentificationException in nl.andrewl.concord_server.client
Methods in nl.andrewl.concord_server.client that throw InvalidIdentificationExceptionModifier and TypeMethodDescriptionvoid
ClientManager.handleLogin
(nl.andrewl.concord_core.msg.types.client_setup.ClientLogin login, ClientThread clientThread) Handles an attempt by a new client to login as an existing user to the server.void
ClientManager.handleRegistration
(nl.andrewl.concord_core.msg.types.client_setup.ClientRegistration registration, ClientThread clientThread) Handles an attempt by a new client to register as a user for this server.void
ClientManager.handleSessionResume
(nl.andrewl.concord_core.msg.types.client_setup.ClientSessionResume sessionResume, ClientThread clientThread) Handles an attempt by a new client to login as an existing user to the server with a session token from their previous session.