Uses of Class
com.github.dannil.scbjavaclient.communication.http.HttpStatusCode
-
Packages that use HttpStatusCode Package Description com.github.dannil.scbjavaclient.communication.http Package which contains classes related to HTTP communication. -
-
Uses of HttpStatusCode in com.github.dannil.scbjavaclient.communication.http
Methods in com.github.dannil.scbjavaclient.communication.http that return HttpStatusCode Modifier and Type Method Description HttpStatusCodeIHttpStatus. getStatusCode()Get the status code.static HttpStatusCodeHttpStatusCode. valueOf(int code)Returns aHttpStatusCodewhich corresponds to the input status code.static HttpStatusCodeHttpStatusCode. valueOf(String name)Returns 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.
-