Package | Description |
---|---|
com.github.dannil.scbjavaclient.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) |
HttpResponse |
GETRequester.getResponse(String url) |
abstract HttpResponse |
AbstractRequester.getResponse(String url)
Retrieves the response from the specified URL.
|
protected HttpResponse |
AbstractRequester.getResponse(URLConnection connection)
Retrieves the response from the specified
URLConnection . |
Copyright © 2017. All rights reserved.