Class DispatcherHandler

  • All Implemented Interfaces:
    io.undertow.server.HttpHandler

    public class DispatcherHandler
    extends Object
    implements io.undertow.server.HttpHandler
    Main class for dispatching a request to the request chain. The request chain contains the following handlers in order: DispatcherHandler LimitHandler LocalHandler InboundCookiesHandler FormHandler RequestHandler OutboundCookiesHandler ResponseHandler
    Author:
    svenkubiak
    • Constructor Detail

      • DispatcherHandler

        public DispatcherHandler()