Uses of Class
org.wildfly.httpclient.common.HttpServiceConfig
-
-
Uses of HttpServiceConfig in org.wildfly.httpclient.common
Methods in org.wildfly.httpclient.common that return HttpServiceConfig Modifier and Type Method Description static HttpServiceConfigHttpServiceConfig. getInstance()Returns the default configuration.static HttpServiceConfigHttpServiceConfig. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HttpServiceConfig[]HttpServiceConfig. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.httpclient.common with parameters of type HttpServiceConfig Modifier and Type Method Description static voidHttpServerHelper. sendException(io.undertow.server.HttpServerExchange exchange, HttpServiceConfig serviceConfig, int status, java.lang.Throwable e)
-