Uses of Enum Class
com.dlsc.gemsfx.util.HttpStatusCode
Packages that use HttpStatusCode
-
Uses of HttpStatusCode in com.dlsc.gemsfx.util
Subclasses with type arguments of type HttpStatusCode in com.dlsc.gemsfx.utilMethods in com.dlsc.gemsfx.util that return HttpStatusCodeModifier and TypeMethodDescriptionstatic HttpStatusCodeHttpStatusCode.fromStatusCode(int statusCode) static HttpStatusCodeReturns the enum constant of this class with the specified name.static HttpStatusCode[]HttpStatusCode.values()Returns an array containing the constants of this enum class, in the order they are declared.