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, serviceModifier and TypeFieldDescriptionio.netty.channel.ChannelHandlerContext -
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, sendResultAndCloseModifier and TypeMethodDescriptionvoidvoidsendResult(pro.gravit.launcher.base.events.RequestEvent result) voidsendResultAndClose(pro.gravit.launcher.base.events.RequestEvent result) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface WebSocketServerResponse
getThreadSafeStatusModifier and TypeMethodDescription
-
Constructor Details
-
ProfilesResponse
public ProfilesResponse()
-
-
Method Details
-
getListVisibleProfiles
public static List<pro.gravit.launcher.base.profiles.ClientProfile> getListVisibleProfiles(LaunchServer server, Client client) -
getType
-
execute
-