Class ProfilesResponse
java.lang.Object
pro.gravit.launchserver.socket.response.SimpleResponse
pro.gravit.launchserver.socket.response.auth.ProfilesResponse
- All Implemented Interfaces:
pro.gravit.launcher.request.websockets.WebSocketRequest,WebSocketServerResponse,pro.gravit.utils.TypeSerializeInterface
-
Field Summary
Fields inherited from class pro.gravit.launchserver.socket.response.SimpleResponse
ctx, ip, requestUUID, server, service -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic List<pro.gravit.launcher.profiles.ClientProfile>getListVisibleProfiles(LaunchServer server, Client client) getType()Methods inherited from class pro.gravit.launchserver.socket.response.SimpleResponse
sendError, sendResult, sendResultAndClose
-
Constructor Details
-
ProfilesResponse
public ProfilesResponse()
-
-
Method Details
-
getType
-
execute
-
getListVisibleProfiles
public static List<pro.gravit.launcher.profiles.ClientProfile> getListVisibleProfiles(LaunchServer server, Client client)
-