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)
Deprecated.
|
abstract HttpResponse |
AbstractRequester.getResponse(String url)
Deprecated.
Retrieves the response from the specified URL.
|
HttpResponse |
GETRequester.getResponse(String url)
Deprecated.
|
protected HttpResponse |
AbstractRequester.getResponse(URLConnection connection)
Deprecated.
Retrieves the response from the specified
URLConnection . |
Copyright © 2018. All rights reserved.