Interface AsyncFullHttpRequestHandler.RequestHandler

All Known Implementing Classes:
ScatterGatherRequestHandler4
Enclosing class:
AsyncFullHttpRequestHandler

public static interface AsyncFullHttpRequestHandler.RequestHandler
  • Method Summary

    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 Details

    • handler

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