Interface NettyCustomizableResponseType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      io.netty.channel.ChannelFuture write​(io.micronaut.http.HttpRequest<?> request, io.micronaut.http.MutableHttpResponse<?> response, io.netty.channel.ChannelHandlerContext context)
      Write this instance to Netty.
      • Methods inherited from interface io.micronaut.http.server.types.CustomizableResponseType

        process
    • Method Detail

      • write

        io.netty.channel.ChannelFuture write​(io.micronaut.http.HttpRequest<?> request,
                                             io.micronaut.http.MutableHttpResponse<?> response,
                                             io.netty.channel.ChannelHandlerContext context)
        Write this instance to Netty.
        Parameters:
        request - The request
        response - The response
        context - The Netty ChannelHandlerContext
        Returns:
        The netty future that completes when the response is fully written.