Package org.kie.server.router.handlers
Class DocumentsHttpHandler
- java.lang.Object
-
- org.kie.server.router.handlers.AbstractAggregateHttpHandler
-
- org.kie.server.router.handlers.DocumentsHttpHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class DocumentsHttpHandler 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 DocumentsHttpHandler(io.undertow.server.HttpHandler httpHandler, AdminHttpHandler adminHandler)
-
Method Summary
-
Methods inherited from class org.kie.server.router.handlers.AbstractAggregateHttpHandler
getServerHosts, handleOptions, handleRequest, removeHostOnException, sendOptionsRequest, sendRequest, supportAdvancedAggregate
-
-
-
-
Constructor Detail
-
DocumentsHttpHandler
public DocumentsHttpHandler(io.undertow.server.HttpHandler httpHandler, AdminHttpHandler adminHandler)
-
-