Package | Description |
---|---|
com.github.dannil.scbjavaclient.http |
Package which contains classes related to HTTP communication.
|
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 |
---|---|
static RequestMethod |
RequestMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestMethod[] |
RequestMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static AbstractRequester |
RequesterFactory.getRequester(RequestMethod method)
Returns a regular (non-singleton) requester which matches the method.
|
static AbstractRequester |
RequesterSingletonFactory.getRequester(RequestMethod method)
Returns a singleton requester which matches the method.
|
static AbstractRequester |
RequesterFactory.getRequester(RequestMethod method,
Charset charset)
Returns a regular (non-singleton) requester which matches the method.
|
static AbstractRequester |
RequesterSingletonFactory.getRequester(RequestMethod method,
Charset charset)
Returns a singleton requester which matches the method.
|
Copyright © 2017. All rights reserved.