Class ServerStatusResponse
- java.lang.Object
-
- pro.gravit.launchserver.socket.response.SimpleResponse
-
- pro.gravit.launchserver.socket.response.management.ServerStatusResponse
-
- All Implemented Interfaces:
pro.gravit.launcher.request.websockets.WebSocketRequest,WebSocketServerResponse,pro.gravit.utils.TypeSerializeInterface
public class ServerStatusResponse extends SimpleResponse
-
-
Field Summary
-
Fields inherited from class pro.gravit.launchserver.socket.response.SimpleResponse
ctx, ip, requestUUID, server, service
-
-
Constructor Summary
Constructors Constructor Description ServerStatusResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(io.netty.channel.ChannelHandlerContext ctx, Client client)java.lang.StringgetType()-
Methods inherited from class pro.gravit.launchserver.socket.response.SimpleResponse
sendError, sendResult, sendResultAndClose
-
-
-
-
Method Detail
-
getType
public java.lang.String getType()
-
execute
public void execute(io.netty.channel.ChannelHandlerContext ctx, Client client) throws java.lang.Exception- Throws:
java.lang.Exception
-
-