Package | Description |
---|---|
com.github.dannil.scbjavaclient.http |
Package which contains classes related to HTTP communication.
|
Modifier and Type | Method and Description |
---|---|
HttpStatusCode |
HttpResponse.getStatus()
Deprecated.
Getter for status.
|
HttpStatusCode |
IHttpStatus.getStatusCode()
Deprecated.
Get the status code.
|
static HttpStatusCode |
HttpStatusCode.valueOf(int code)
Deprecated.
Returns a
HttpStatusCode which corresponds to the input status
code. |
static HttpStatusCode |
HttpStatusCode.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static HttpStatusCode[] |
HttpStatusCode.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
HttpResponse(HttpStatusCode status,
InputStream stream)
Deprecated.
Overloaded constructor.
|
Copyright © 2018. All rights reserved.