| Package | Description |
|---|---|
| com.github.dannil.scbjavaclient.http.requester |
Package which contains the classes used for communicating with the API over
HTTP.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GETRequester
Deprecated.
use
GETRequester instead |
class |
POSTRequester
Deprecated.
use
POSTRequester instead |
| Modifier and Type | Method and Description |
|---|---|
static AbstractRequester |
RequesterSingletonFactory.getRequester(RequestMethod method)
Deprecated.
Returns a singleton requester which matches the method.
|
static AbstractRequester |
RequesterFactory.getRequester(RequestMethod method)
Deprecated.
Returns a regular (non-singleton) requester which matches the method.
|
static AbstractRequester |
RequesterSingletonFactory.getRequester(RequestMethod method,
Charset charset)
Deprecated.
Returns a singleton requester which matches the method.
|
static AbstractRequester |
RequesterFactory.getRequester(RequestMethod method,
Charset charset)
Deprecated.
Returns a regular (non-singleton) requester which matches the method.
|
Copyright © 2018. All rights reserved.