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 HttpStatusCode
IHttpStatus. getStatusCode()
Get the status code.static HttpStatusCode
HttpStatusCode. valueOf(int code)
Returns aHttpStatusCode
which corresponds to the input status code.static HttpStatusCode
HttpStatusCode. 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.
-