Class PingServerResponse

  • All Implemented Interfaces:
    pro.gravit.launcher.request.websockets.WebSocketRequest, WebSocketServerResponse, pro.gravit.utils.TypeSerializeInterface

    public class PingServerResponse
    extends SimpleResponse
    • Field Detail

      • serverNames

        public java.util.List<java.lang.String> serverNames
    • Constructor Detail

      • PingServerResponse

        public PingServerResponse()
    • 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