Class SecurityReportResponse

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

    public class SecurityReportResponse
    extends SimpleResponse
    • Field Detail

      • reportType

        public java.lang.String reportType
      • smallData

        public java.lang.String smallData
      • largeData

        public java.lang.String largeData
      • smallBytes

        public byte[] smallBytes
      • largeBytes

        public byte[] largeBytes
    • Constructor Detail

      • SecurityReportResponse

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