public class BlockingInputHandler
extends Object
implements org.jboss.resteasy.reactive.server.spi.RuntimeConfigurableServerRestHandler
Handler that reads data and sets up the input stream and blocks until the data has been read.
This is meant to be used only when the request processing has already been offloaded to a worker thread.