Package | Description |
---|---|
fr.pcreations.labs.RESTDroid.core |
Class and Description |
---|
FailBehavior
FailBehavior lets you implement a behavior for request failure.
|
HttpRequestHandler
Holder class to handle HTTP request
|
HttpRequestHandler.HTTPContainer
Holder inner class holding http client, context and other http stuff
|
HttpRequestHandler.ProcessorCallback
Binder callback fires when the request is finished
|
HTTPVerb
Public enumeration of HTTP verb
|
ListenerState
Enum which represents ListenerState
SET : indicates that the listener is activate and ready to be triggered
UNSET : indicates that the listener is deactivate.
|
Module
Class used to hold all your specifics needs without editing the core classes
A module has to be register on
WebService instance. |
Parser
Interface which represents Parser
|
ParserFactory
Base class for ParserFactory that handle creation and access of Parser as Singleton
|
Persistable
Interface which represents methods to implement for object persistency
|
PersistableFactory
Base class for DaoFactory that handle creation and access of Persistable classes as Singleton
|
Processor
Processor class handle request call via
HttpRequestHandler . |
Processor.RESTServiceCallback
Binder callback for
RestService |
RequestListeners
Holder class for request listeners
You can create an inner class in your Activity which extends this class to fit your needs.
|
RequestListeners.OnFailedRequestListener
Listener for
RESTRequest failed state |
RequestListeners.OnFinishedRequestListener
Listener for
RESTRequest finished state (whether the request succeeded or failed) |
RequestListeners.OnStartedRequestListener
Listener for
RESTRequest started state |
RequestListeners.OnSucceededRequestListener
Listener for
RESTRequest finished state |
Resource
Interface which represents a Resource
|
ResourceRepresentation
Interface which represents application items that have to be synchronized with the server
|
RESTDroid
RESTDroid is an open source library to handle calls to REST webservice with data caching and persistence features
|
RESTRequest
Holder class for all request stuff.
|
RestResultReceiver
Specific implementation of
ResultReceiver for RESTDroid |
RestResultReceiver.Receiver |
SerializableHeader
Simple class to represents serializable header
|
WebService
Helper which exposes simple asynchronous API to be used by the UI
This class is used as singleton by
RESTDroid . |