public class QueriesDataHttpHandler extends AbstractAggregateHttpHandler
adminHandler, DEFAULT_ACCEPT, httpHandler, log, REPLACE_PAGE, REPLACE_PAGE_SIZE
Constructor and Description |
---|
QueriesDataHttpHandler(io.undertow.server.HttpHandler httpHandler,
AdminHttpHandler adminHandler) |
Modifier and Type | Method and Description |
---|---|
void |
handleRequest(io.undertow.server.HttpServerExchange exchange) |
protected String |
sendDeleteRequest(String url,
io.undertow.server.HttpServerExchange exchange,
Map<String,List<String>> responseHeaders) |
protected String |
sendPostRequest(String url,
String body,
io.undertow.server.HttpServerExchange exchange,
Map<String,List<String>> responseHeaders,
String page,
String pageSize) |
protected String |
sendPutRequest(String url,
String body,
io.undertow.server.HttpServerExchange exchange,
Map<String,List<String>> responseHeaders) |
getServerHosts, handleOptions, removeHostOnException, sendOptionsRequest, sendRequest, supportAdvancedAggregate
public QueriesDataHttpHandler(io.undertow.server.HttpHandler httpHandler, AdminHttpHandler adminHandler)
public void handleRequest(io.undertow.server.HttpServerExchange exchange) throws Exception
handleRequest
in interface io.undertow.server.HttpHandler
handleRequest
in class AbstractAggregateHttpHandler
Exception
protected String sendPostRequest(String url, String body, io.undertow.server.HttpServerExchange exchange, Map<String,List<String>> responseHeaders, String page, String pageSize) throws Exception
Exception
protected String sendPutRequest(String url, String body, io.undertow.server.HttpServerExchange exchange, Map<String,List<String>> responseHeaders) throws Exception
Exception
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.