Uses of Enum
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.utilModifier and TypeClassDescriptionenumEnum of standard HTTP status codes as defined by IANA HTTP Status Code Registry.Methods in com.dlsc.gemsfx.util that return HttpStatusCodeModifier and TypeMethodDescriptionstatic HttpStatusCodeHttpStatusCode.fromStatusCode(int statusCode) Returns the enum constant for the given status code.static HttpStatusCodeReturns the enum constant of this type with the specified name.static HttpStatusCode[]HttpStatusCode.values()Returns an array containing the constants of this enum type, in the order they are declared.