Interface WebSocketServerResponse

    • Method Detail

      • getType

        java.lang.String getType()
        Specified by:
        getType in interface pro.gravit.utils.TypeSerializeInterface
        Specified by:
        getType in interface pro.gravit.launcher.request.websockets.WebSocketRequest
      • execute

        void execute​(io.netty.channel.ChannelHandlerContext ctx,
                     Client client)
              throws java.lang.Exception
        Throws:
        java.lang.Exception