Package org.wildfly.httpclient.common
Class HttpServerHelper
- java.lang.Object
-
- org.wildfly.httpclient.common.HttpServerHelper
-
public class HttpServerHelper extends Object
- Author:
- Stuart Douglas
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidsendException(io.undertow.server.HttpServerExchange exchange, int status, Throwable e)Deprecated.static voidsendException(io.undertow.server.HttpServerExchange exchange, HttpServiceConfig serviceConfig, int status, Throwable e)
-
-
-
Method Detail
-
sendException
public static void sendException(io.undertow.server.HttpServerExchange exchange, HttpServiceConfig serviceConfig, int status, Throwable e)
-
sendException
@Deprecated public static void sendException(io.undertow.server.HttpServerExchange exchange, int status, Throwable e)
Deprecated.
-
-