Class CurrentUserResponse

java.lang.Object
pro.gravit.launchserver.socket.response.SimpleResponse
pro.gravit.launchserver.socket.response.auth.CurrentUserResponse
All Implemented Interfaces:
pro.gravit.launcher.request.websockets.WebSocketRequest, WebSocketServerResponse, pro.gravit.utils.TypeSerializeInterface

public class CurrentUserResponse extends SimpleResponse
  • Constructor Details

    • CurrentUserResponse

      public CurrentUserResponse()
  • Method Details

    • collectUserInfoFromClient

      @Deprecated public static pro.gravit.launcher.events.request.CurrentUserRequestEvent.UserInfo collectUserInfoFromClient(Client client) throws IOException
      Deprecated.
      Throws:
      IOException
    • collectUserInfoFromClient

      public static pro.gravit.launcher.events.request.CurrentUserRequestEvent.UserInfo collectUserInfoFromClient(LaunchServer server, Client client) throws IOException
      Throws:
      IOException
    • getType

      public String getType()
    • execute

      public void execute(io.netty.channel.ChannelHandlerContext ctx, Client client) throws Exception
      Throws:
      Exception