Class BlockingHandler

java.lang.Object
io.undertow.server.handlers.BlockingHandler
All Implemented Interfaces:
HttpHandler

public final class BlockingHandler extends Object implements HttpHandler
A HttpHandler that initiates a blocking request. If the thread is currently running in the io thread it will be dispatched.
Author:
Stuart Douglas, David M. Lloyd