Class | Description |
---|---|
JotyTrustManager |
Concrete Joty 2.0 Mobile implementation of
org.joty.web.AbstractJotyTrustManager . |
WebClient |
Instantiates a
org.joty.mobile.web.WebConn and makes a concrete
implementation of its ancestor for the Joty mobile app: prepares the invocation of the
{org.joty.web.AbstractWebClient.doRequest} method to which a
ResponseHandlersManager object, conveniently initialized, is passed as argument; the the
class defines the methods the represent the response handling side. |
WebConn |
This implementation works tightly to the
ResponseHandlersManager class and with a built-in
implementation of the android.os.AsyncTask class ( the inner Connector class ),
to allow the running of the implemented response handling code upon a background thread. |