Uses of Class
org.swisspush.gateleen.core.util.StatusCode
-
Packages that use StatusCode Package Description org.swisspush.gateleen.core.util -
-
Uses of StatusCode in org.swisspush.gateleen.core.util
Methods in org.swisspush.gateleen.core.util that return StatusCode Modifier and Type Method Description static StatusCodeStatusCode. fromCode(int code)Returns the enum StatusCode which matches the specified http status code.StatusCodeResourceCollectionException. getStatusCode()static StatusCodeStatusCode. valueOf(String name)Returns the enum constant of this type with the specified name.static StatusCode[]StatusCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.swisspush.gateleen.core.util with parameters of type StatusCode Modifier and Type Method Description static voidResponseStatusCodeLogUtil. debug(io.vertx.core.http.HttpServerRequest request, StatusCode statusCode, Class<?> caller)Logs a debug message with the provided status code and request informationstatic voidResponseStatusCodeLogUtil. info(io.vertx.core.http.HttpServerRequest request, StatusCode statusCode, Class<?> caller)Logs an info message with the provided status code and request informationConstructors in org.swisspush.gateleen.core.util with parameters of type StatusCode Constructor Description ResourceCollectionException(String message, StatusCode statusCode)ResourceCollectionException(String message, StatusCode statusCode, Throwable cause)ResourceCollectionException(StatusCode statusCode)
-