public class HttpServerHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
sendException(io.undertow.server.HttpServerExchange exchange,
HttpServiceConfig serviceConfig,
int status,
Throwable e) |
static void |
sendException(io.undertow.server.HttpServerExchange exchange,
int status,
Throwable e)
Deprecated.
|
public static void sendException(io.undertow.server.HttpServerExchange exchange,
HttpServiceConfig serviceConfig,
int status,
Throwable e)
@Deprecated public static void sendException(io.undertow.server.HttpServerExchange exchange, int status, Throwable e)
Copyright © 2022 JBoss by Red Hat. All rights reserved.