A B C D E F G H I L M O P Q R S T U V W 

H

handleHttpRequestHandlerCallback(int, RESTRequest<? extends Resource>) - Method in class fr.pcreations.labs.RESTDroid.core.Processor
Handles the binder callback from HttpRequestHandler by updating status code calling Processor.postRequestProcess(int, RESTRequest, InputStream) hook, set the result stream in RESTRequest and fires Processor.RESTServiceCallback
handleRESTServiceCallback(int, RESTRequest<? extends Resource>) - Method in class fr.pcreations.labs.RESTDroid.core.RestService
Handles the binder callback fires by the Processor in Processor.postRequestProcess(int, RESTRequest, java.io.InputStream) Current intent is retrieved in RestService#intentsMap in order to send results to RestResultReceiver
hello_world - Static variable in class fr.pcreations.labs.RESTDroid.R.string
 
HttpRequestHandler - Class in fr.pcreations.labs.RESTDroid.core
Holder class to handle HTTP request
HttpRequestHandler() - Constructor for class fr.pcreations.labs.RESTDroid.core.HttpRequestHandler
Constructor
HttpRequestHandler.HTTPContainer - Class in fr.pcreations.labs.RESTDroid.core
Holder inner class holding http client, context and other http stuff
HttpRequestHandler.HTTPContainer(HttpRequestBase, URI, List<SerializableHeader>) - Constructor for class fr.pcreations.labs.RESTDroid.core.HttpRequestHandler.HTTPContainer
Constructor.
HttpRequestHandler.ProcessorCallback - Interface in fr.pcreations.labs.RESTDroid.core
Binder callback fires when the request is finished
httpRequests - Variable in class fr.pcreations.labs.RESTDroid.core.HttpRequestHandler
HashMap to store HttpRequestHandler.HTTPContainer corresponding to RESTRequest key : the ID of the request value : the HttpRequestHandler.HTTPContainer instance
HTTPVerb - Enum in fr.pcreations.labs.RESTDroid.core
Public enumeration of HTTP verb
HTTPVerb() - Constructor for enum fr.pcreations.labs.RESTDroid.core.HTTPVerb
 
A B C D E F G H I L M O P Q R S T U V W