public class AdminHttpHandler extends Object implements io.undertow.server.HttpHandler
| Constructor and Description |
|---|
AdminHttpHandler(Configuration configuration,
ConfigRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
void |
addControllerContainers(List<String> containers) |
List<ResponseAggregator> |
getAggregators() |
Configuration |
getConfiguration() |
Map<String,Set<String>> |
getHostsPerServer() |
void |
handleRequest(io.undertow.server.HttpServerExchange exchange) |
public AdminHttpHandler(Configuration configuration, ConfigRepository repository)
public void handleRequest(io.undertow.server.HttpServerExchange exchange)
throws Exception
handleRequest in interface io.undertow.server.HttpHandlerExceptionpublic List<ResponseAggregator> getAggregators()
public Configuration getConfiguration()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.