@Vetoed public class HttpContexts extends Object implements io.undertow.server.HttpHandler
SecureHttpContexts.| Modifier and Type | Field and Description |
|---|---|
protected ThreadLocal<CountDownLatch> |
dispatched |
static String |
HEALTH |
static String |
HEAP |
static String |
LCURL |
static String |
NODE |
static String |
QUOTE |
static String |
RCURL |
static String |
THREADS |
| Constructor and Description |
|---|
HttpContexts(io.undertow.server.HttpHandler next) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
getDefaultContextNames() |
void |
handleRequest(io.undertow.server.HttpServerExchange exchange) |
static String |
toJson(org.eclipse.microprofile.health.HealthCheckResponse status) |
public static final String LCURL
public static final String RCURL
protected ThreadLocal<CountDownLatch> dispatched
public static final String NODE
public static final String HEAP
public static final String THREADS
public static final String HEALTH
public static final String QUOTE
public void handleRequest(io.undertow.server.HttpServerExchange exchange)
throws Exception
handleRequest in interface io.undertow.server.HttpHandlerExceptionpublic static String toJson(org.eclipse.microprofile.health.HealthCheckResponse status)
Copyright © 2017 JBoss by Red Hat. All rights reserved.