Uses of Enum Class
com.jk.core.http.JKHttpStatus
Packages that use JKHttpStatus
-
Uses of JKHttpStatus in com.jk.core.http
Methods in com.jk.core.http that return JKHttpStatusModifier and TypeMethodDescriptionstatic JKHttpStatus
JKHttpStatus.resolve
(int statusCode) This method resolve the given status code to anHttpStatus
, if possible.static JKHttpStatus
JKHttpStatus.valueOf
(int statusCode) This method gets the enum constant of this type with the specified numeric value.static JKHttpStatus
Returns the enum constant of this class with the specified name.static JKHttpStatus[]
JKHttpStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jk.core.http with parameters of type JKHttpStatusModifier and TypeMethodDescriptionstatic JKHttpStatus.Series
JKHttpStatus.Series.valueOf
(JKHttpStatus status) This method gets the enum constant of this type with the corresponding series. -
Uses of JKHttpStatus in com.jk.services.client
Methods in com.jk.services.client that return JKHttpStatusModifier and TypeMethodDescriptionJKServiceClientException.getStatus()
This method retrieves the HTTP status associated with the exception.Methods in com.jk.services.client with parameters of type JKHttpStatusModifier and TypeMethodDescriptionvoid
JKServiceClientException.setStatus
(JKHttpStatus status) This method sets the HTTP status associated with the exception to the provided value.Constructors in com.jk.services.client with parameters of type JKHttpStatusModifierConstructorDescriptionJKServiceClientException
(JKHttpStatus status) This method constructs aJKServiceClientException
with the specified HTTP status.JKServiceClientException
(String serviceName, String url, JKHttpStatus status, String responseMessage) This method constructs aJKServiceClientException
with the provided details.JKServiceClientException
(String serviceName, String url, JKHttpStatus status, String responseMessage, Throwable cause) This method constructs aJKServiceClientException
with the provided details. -
Uses of JKHttpStatus in com.jk.web.embedded.spring
Methods in com.jk.web.embedded.spring that return JKHttpStatusModifier and TypeMethodDescriptionErrorPage.getStatus()
This method retrieves the HTTP status code.Constructors in com.jk.web.embedded.spring with parameters of type JKHttpStatusModifierConstructorDescriptionErrorPage
(JKHttpStatus status, String path) This method constructs a newErrorPage
with the provided path to the error page and HTTP status code.