Class AbstractAggregateHttpHandler

    • Constructor Detail

      • AbstractAggregateHttpHandler

        public AbstractAggregateHttpHandler​(io.undertow.server.HttpHandler httpHandler,
                                            ConfigurationManager configurationManager)
    • Method Detail

      • handleRequest

        public void handleRequest​(io.undertow.server.HttpServerExchange exchange)
                           throws Exception
        Specified by:
        handleRequest in interface io.undertow.server.HttpHandler
        Throws:
        Exception
      • getServerHosts

        protected Set<String> getServerHosts()
      • removeHostOnException

        protected void removeHostOnException​(String url,
                                             Exception e)
      • supportAdvancedAggregate

        protected boolean supportAdvancedAggregate()
      • handleOptions

        protected void handleOptions​(io.undertow.server.HttpServerExchange exchange)
                              throws Exception
        Throws:
        Exception