Interface AsyncFullHttpRequestHandler.RequestHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      AsyncFuture<io.netty.handler.codec.http.FullHttpResponse> handler​(io.netty.channel.ChannelHandlerContext ctx, io.netty.handler.codec.http.FullHttpRequest request)  
    • Method Detail

      • handler

        @Nonnull
        AsyncFuture<io.netty.handler.codec.http.FullHttpResponse> handler​(@Nonnull
                                                                          io.netty.channel.ChannelHandlerContext ctx,
                                                                          @Nonnull
                                                                          io.netty.handler.codec.http.FullHttpRequest request)