Class and Description |
---|
JsonElementRequestBody
A request body with a
JsonElement . |
Class and Description |
---|
AbstractRequest
Object which represents an HTTP request.
|
AbstractRequest.BadRequestException
Exception that is thrown if a request is invalid at the time it it sent.
|
AbstractResponse
Object which represents an HTTP response.
|
AccessTokenRetriever
Interface for a class that can be used to retrieve the currently logged in
User 's AccessToken . |
BufferedResponse
An
AbstractResponse that uses a buffered interface where the response data is buffered in
memory. |
HttpMethod
Enum for HTTP method types.
|
JSONArrayRequestBody
A
JSONArray request body. |
JsonElementRequestBody
A request body with a
JsonElement . |
JSONObjectRequestBody
A
JSONObject request body. |
LevelUpConnection
Class for interacting with the LevelUp web service API.
|
LevelUpRequest
Class representing a request to the LevelUp web service using the API v14 and above standards.
|
LevelUpResponse
Class to encompass a response from the LevelUp Web Service.
|
LevelUpStatus
Enum for translating generic network responses (and exceptions) into more broad categories for
use within client apps.
|
RequestBody
Body content of a request.
|
StreamingResponse
An
AbstractResponse that uses a streaming interface where the response data is read from
a stream. |
StringRequestBody
A simple
RequestBody that stores the body as a String . |
Class and Description |
---|
AbstractRequest
Object which represents an HTTP request.
|
AccessTokenRetriever
Interface for a class that can be used to retrieve the currently logged in
User 's AccessToken . |
Class and Description |
---|
AbstractRequest
Object which represents an HTTP request.
|
LevelUpResponse
Class to encompass a response from the LevelUp Web Service.
|