Class ReactorNettyHttpResponse

java.lang.Object
org.jboss.resteasy.plugins.server.reactor.netty.ReactorNettyHttpResponse
All Implemented Interfaces:
Closeable, AutoCloseable, HttpResponse

public class ReactorNettyHttpResponse extends Object implements HttpResponse
This is the 1-way bridge from RestEasy to reactor-netty's HttpServerResponse. Headers come via direct call. RestEasy will write the response body to the output stream it gets from getOutputStream().