org.quickserver.net.server.ServerAuthenticator This class is used to authenticate a client when it connects to QuickServer. <p> Every client connected will have separate instance of this class which will be used to handle the authentication. If single instance is needed use {@link QuickAuthenticator}. You should only use this class if y ...