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.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.WrappedResultSet
is dedicated to exclusively exchange data with
the web client of Joty 2.0 Mobile.