Package org.kie.server.router.handlers
Class ContainersHttpHandler
- java.lang.Object
-
- org.kie.server.router.handlers.AbstractAggregateHttpHandler
-
- org.kie.server.router.handlers.ContainersHttpHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class ContainersHttpHandler extends AbstractAggregateHttpHandler
-
-
Field Summary
-
Fields inherited from class org.kie.server.router.handlers.AbstractAggregateHttpHandler
adminHandler, DEFAULT_ACCEPT, httpHandler, log, REPLACE_PAGE, REPLACE_PAGE_SIZE
-
-
Constructor Summary
Constructors Constructor Description ContainersHttpHandler(io.undertow.server.HttpHandler httpHandler, AdminHttpHandler adminHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleansupportAdvancedAggregate()-
Methods inherited from class org.kie.server.router.handlers.AbstractAggregateHttpHandler
getServerHosts, handleOptions, handleRequest, removeHostOnException, sendOptionsRequest, sendRequest
-
-
-
-
Constructor Detail
-
ContainersHttpHandler
public ContainersHttpHandler(io.undertow.server.HttpHandler httpHandler, AdminHttpHandler adminHandler)
-
-
Method Detail
-
supportAdvancedAggregate
protected boolean supportAdvancedAggregate()
- Overrides:
supportAdvancedAggregatein classAbstractAggregateHttpHandler
-
-