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

P

Parser<T extends Resource> - Interface in fr.pcreations.labs.RESTDroid.core
Interface which represents Parser
ParserFactory - Class in fr.pcreations.labs.RESTDroid.core
Base class for ParserFactory that handle creation and access of Parser as Singleton
ParserFactory() - Constructor for class fr.pcreations.labs.RESTDroid.core.ParserFactory
Constructor
parseToInputStream(T) - Method in interface fr.pcreations.labs.RESTDroid.core.Parser
Use this method to return InputStream parsed from ResourceRepresentation
parseToInputStream(R) - Method in class fr.pcreations.labs.RESTDroid.core.Processor
Shortcut to parse an instance of ResourceRepresentation to InputStream from Processor via retrieving the Parser thanks to ParserFactory
parseToObject(InputStream) - Method in interface fr.pcreations.labs.RESTDroid.core.Parser
Use this method to return parsed ResourceRepresentation from InputStream
parseToObject(InputStream, Class<R>) - Method in class fr.pcreations.labs.RESTDroid.core.Processor
Shortcut to parse an InputStream to object from Processor via retrieving the Parser thanks to ParserFactory
ParsingException - Exception in fr.pcreations.labs.RESTDroid.exceptions
 
ParsingException(int) - Constructor for exception fr.pcreations.labs.RESTDroid.exceptions.ParsingException
 
pauseListeners() - Method in class fr.pcreations.labs.RESTDroid.core.RESTRequest
Pauses the listeners by setting their state to ListenerState.UNSET
Persistable<T extends Resource> - Interface in fr.pcreations.labs.RESTDroid.core
Interface which represents methods to implement for object persistency
PersistableFactory - Class in fr.pcreations.labs.RESTDroid.core
Base class for DaoFactory that handle creation and access of Persistable classes as Singleton
PersistableFactory() - Constructor for class fr.pcreations.labs.RESTDroid.core.PersistableFactory
Constructor
PersistableFactoryNotInitializedException - Exception in fr.pcreations.labs.RESTDroid.exceptions
 
PersistableFactoryNotInitializedException() - Constructor for exception fr.pcreations.labs.RESTDroid.exceptions.PersistableFactoryNotInitializedException
 
post(RESTRequest<? extends Resource>, InputStream) - Method in class fr.pcreations.labs.RESTDroid.core.HttpRequestHandler
Prepares HttpRequestHandler.HTTPContainer and executes a HTTP POST request
post(Class<R>, String, ResourceRepresentation<?>) - Method in class fr.pcreations.labs.RESTDroid.core.WebService
Initializes and prepares a POST request or retrieve it if already pending.
postRequestProcess(int, RESTRequest<? extends Resource>, InputStream) - Method in class fr.pcreations.labs.RESTDroid.core.Processor
Hook for logic just after the request is executed (regardless of the request's HTTP verb)
preDeleteRequest(RESTRequest<? extends Resource>) - Method in class fr.pcreations.labs.RESTDroid.core.Processor
Hook for logic just before a DELETE request
preGetRequest(RESTRequest<? extends Resource>) - Method in class fr.pcreations.labs.RESTDroid.core.Processor
Hook for logic just before a GET request
prePostRequest(RESTRequest<? extends Resource>) - Method in class fr.pcreations.labs.RESTDroid.core.Processor
Hook for logic just before a POST request
prePutRequest(RESTRequest<? extends Resource>) - Method in class fr.pcreations.labs.RESTDroid.core.Processor
Hook for logic just before a PUT request
preRequestProcess(RESTRequest<? extends Resource>) - Method in class fr.pcreations.labs.RESTDroid.core.Processor
Hook for logic just before the request is executed (regardless of the request's HTTP verb).
process(RESTRequest<? extends Resource>) - Method in class fr.pcreations.labs.RESTDroid.core.Processor
Processor - Class in fr.pcreations.labs.RESTDroid.core
Processor class handle request call via HttpRequestHandler.
Processor() - Constructor for class fr.pcreations.labs.RESTDroid.core.Processor
Constructor
processor - Static variable in class fr.pcreations.labs.RESTDroid.core.RestService
Processor to call
Processor.RESTServiceCallback - Interface in fr.pcreations.labs.RESTDroid.core
Binder callback for RestService
ProcessorNotInitializedException - Exception in fr.pcreations.labs.RESTDroid.exceptions
 
ProcessorNotInitializedException() - Constructor for exception fr.pcreations.labs.RESTDroid.exceptions.ProcessorNotInitializedException
 
processRequest(RESTRequest<? extends Resource>, InputStream) - Method in class fr.pcreations.labs.RESTDroid.core.HttpRequestHandler
Launch request in a worker thread and fires HttpRequestHandler.ProcessorCallback
processRequest(RESTRequest<? extends Resource>) - Method in class fr.pcreations.labs.RESTDroid.core.HttpRequestHandler
 
processRequest(RESTRequest<? extends Resource>) - Method in class fr.pcreations.labs.RESTDroid.core.Processor
Calls HttpRequestHandler API based on RESTRequest HTTPVerb after firing hooks
put(RESTRequest<? extends Resource>, InputStream) - Method in class fr.pcreations.labs.RESTDroid.core.HttpRequestHandler
Prepares HttpRequestHandler.HTTPContainer and executes a HTTP PUT request
put(Class<R>, String, Resource) - Method in class fr.pcreations.labs.RESTDroid.core.WebService
Initializes and prepares a PUT request or retrieve it if already pending.
A B C D E F G H I L M O P Q R S T U V W