Class BlockingHandler

  • All Implemented Interfaces:
    HttpHandler

    public final class BlockingHandler
    extends java.lang.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
    • Constructor Detail

      • BlockingHandler

        public BlockingHandler​(HttpHandler handler)
      • BlockingHandler

        public BlockingHandler()