Class ProfilesResponse
java.lang.Object
pro.gravit.launchserver.socket.response.SimpleResponse
pro.gravit.launchserver.socket.response.auth.ProfilesResponse
- 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 TypeMethodDescriptionvoidstatic List<pro.gravit.launcher.base.profiles.ClientProfile> getListVisibleProfiles(LaunchServer server, Client client) getType()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
-
ProfilesResponse
public ProfilesResponse()
-
-
Method Details
-
getListVisibleProfiles
public static List<pro.gravit.launcher.base.profiles.ClientProfile> getListVisibleProfiles(LaunchServer server, Client client) -
getType
-
execute
-