Class CurrentUserResponse
java.lang.Object
pro.gravit.launchserver.socket.response.SimpleResponse
pro.gravit.launchserver.socket.response.auth.CurrentUserResponse
- All Implemented Interfaces:
pro.gravit.launcher.base.request.websockets.WebSocketRequest, WebSocketServerResponse, pro.gravit.utils.TypeSerializeInterface
-
Nested Class Summary
Nested classes/interfaces inherited from interface WebSocketServerResponse
WebSocketServerResponse.ThreadSafeStatus -
Field Summary
Fields inherited from class SimpleResponse
connectUUID, ctx, ip, requestUUID, server, service -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic pro.gravit.launcher.base.events.request.CurrentUserRequestEvent.UserInfocollectUserInfoFromClient(LaunchServer server, Client client) voidgetType()Methods inherited from class SimpleResponse
sendError, sendResult, sendResultAndCloseMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface WebSocketServerResponse
getThreadSafeStatus
-
Constructor Details
-
CurrentUserResponse
public CurrentUserResponse()
-
-
Method Details
-
collectUserInfoFromClient
public static pro.gravit.launcher.base.events.request.CurrentUserRequestEvent.UserInfo collectUserInfoFromClient(LaunchServer server, Client client) -
getType
-
execute
-