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 pro.gravit.launchserver.socket.response.WebSocketServerResponse
WebSocketServerResponse.ThreadSafeStatus -
Field Summary
Fields inherited from class pro.gravit.launchserver.socket.response.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 pro.gravit.launchserver.socket.response.SimpleResponse
sendError, sendResult, sendResultAndCloseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface pro.gravit.launchserver.socket.response.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
-