public abstract class AbstractAggregateHttpHandler extends Object implements io.undertow.server.HttpHandler
| Constructor and Description |
|---|
AbstractAggregateHttpHandler(io.undertow.server.HttpHandler httpHandler,
AdminHttpHandler adminHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<String> |
getServerHosts() |
void |
handleRequest(io.undertow.server.HttpServerExchange exchange) |
protected String |
sendRequest(String url,
io.undertow.server.HttpServerExchange exchange,
Map<String,List<String>> responseHeaders,
String page,
String pageSize) |
protected boolean |
supportAdvancedAggregate() |
public AbstractAggregateHttpHandler(io.undertow.server.HttpHandler httpHandler,
AdminHttpHandler adminHandler)
public void handleRequest(io.undertow.server.HttpServerExchange exchange)
throws Exception
handleRequest in interface io.undertow.server.HttpHandlerExceptionprotected String sendRequest(String url, io.undertow.server.HttpServerExchange exchange, Map<String,List<String>> responseHeaders, String page, String pageSize) throws Exception
Exceptionprotected boolean supportAdvancedAggregate()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.