| Package | Description |
|---|---|
| com.github.dannil.scbjavaclient.communication.http.requester |
Package which contains the classes used for communicating with the API over
HTTP.
|
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
POSTRequester.getResponse(String url) |
abstract HttpResponse |
AbstractRequester.getResponse(String url)
Retrieves the response from the specified URL.
|
HttpResponse |
GETRequester.getResponse(String url) |
protected HttpResponse |
AbstractRequester.getResponse(URLConnection connection)
Retrieves the response from the specified
URLConnection. |
Copyright © 2019. All rights reserved.