Package | Description |
---|---|
com.github.dannil.scbjavaclient.http |
Package which contains classes related to HTTP communication.
|
Modifier and Type | Method and Description |
---|---|
HttpStatusCode |
HttpResponse.getStatus()
Getter for status.
|
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.
|
Constructor and Description |
---|
HttpResponse(HttpStatusCode status,
InputStream stream)
Overloaded constructor.
|
Copyright © 2017. All rights reserved.