Class Response


  • public class Response
    extends Object
    • Constructor Detail

      • Response

        public Response()
    • Method Detail

      • ok

        public static io.netty.handler.codec.http.FullHttpResponse ok​(String result)
      • notFound

        public static io.netty.handler.codec.http.FullHttpResponse notFound​(String exception)
      • forbidden

        public static io.netty.handler.codec.http.FullHttpResponse forbidden​(String exception)