deekweb
library
Classes
DeekWebClient
A strongly typed REST client.
DeekWebHttpResponse
The raw response returned from the server, with no processing or parsing.
DeekWebListener
A listener to be invoked by the DeekWebClient when
a request starts or stops processing. Each request will be given a
unique ID which is represented by the requestId parameter.
DeekWebLogger
A logger abstraction used by DeekWebClient .
DeekWebRequest <T >
Base class for a strongly-typed request to a server.
is the type you expect the server to return for your request.
DeekWebResponse <RequestType extends DeekWebRequest , ResponseType >
The response returned from the server from DeekWebClient .
Takes in two strongly typed entities, DeekWebRequest and ResponseType .
Enums
Method
Represents a REST request verb.
Exceptions / Errors
DeekWebException
An exception generated while making a request with DeekWebClient .