Class AuthResponse

  • All Implemented Interfaces:
    pro.gravit.launcher.request.websockets.WebSocketRequest, WebSocketServerResponse, pro.gravit.utils.TypeSerializeInterface

    public class AuthResponse
    extends SimpleResponse
    • Field Detail

      • random

        public static final transient java.util.Random random
      • login

        public java.lang.String login
      • client

        public java.lang.String client
      • getSession

        public boolean getSession
      • password

        public pro.gravit.launcher.request.auth.AuthRequest.AuthPasswordInterface password
      • auth_id

        public java.lang.String auth_id
      • hwid

        public pro.gravit.launcher.hwid.HWID hwid
    • Constructor Detail

      • AuthResponse

        public AuthResponse()
    • Method Detail

      • getType

        public java.lang.String getType()
      • execute

        public void execute​(io.netty.channel.ChannelHandlerContext ctx,
                            Client clientData)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception