| Package | Description |
|---|---|
| com.github.dannil.scbjavaclient.exception |
Package which contains all custom exceptions for specialized error handling.
|
| com.github.dannil.scbjavaclient.http |
Package which contains classes related to HTTP communication.
|
| Modifier and Type | Method and Description |
|---|---|
HttpStatusCode |
SCBClientNotFoundException.getStatusCode() |
HttpStatusCode |
SCBClientForbiddenException.getStatusCode() |
HttpStatusCode |
SCBClientTooManyRequestsException.getStatusCode() |
| Modifier and Type | Method and Description |
|---|---|
HttpStatusCode |
IHttpStatus.getStatusCode()
Get the status code.
|
static HttpStatusCode |
HttpStatusCode.valueOf(int code)
Returns a
HttpStatusCode 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.
|
Copyright © 2017. All rights reserved.