Interface NettyWebAPIHandler.SimpleSeverletHandler

  • Enclosing class:
    NettyWebAPIHandler
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface NettyWebAPIHandler.SimpleSeverletHandler
    • Method Detail

      • handle

        void handle​(io.netty.channel.ChannelHandlerContext ctx,
                    io.netty.handler.codec.http.FullHttpRequest msg,
                    NettyConnectContext context)
             throws java.lang.Exception
        Throws:
        java.lang.Exception