Package voxo.server.actions

Examples of voxo.server.actions.UserRegisterAction


          break;
        case CLIENT_Logout:
          new UserLogoutAction(ip.getHostAddress(), (String) p.getO());
          break;
        case CLIENT_Register:
          new UserRegisterAction(ip, (RegisterPacket) p.getO());
          break;
        case CLIENT_AddContact:
          new ContactAddAction(ip, (ClientRequestPacket) p.getO());
          break;
        case CLIENT_ConfirmContact:
View Full Code Here

TOP

Related Classes of voxo.server.actions.UserRegisterAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.