public class WebConn
extends org.joty.web.AbstractWebConn
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.JotyTrustManager
,
JotyApp.ResponseHandlersManager
Modifier and Type | Class and Description |
---|---|
class |
WebConn.Connector |
Constructor and Description |
---|
WebConn(org.joty.app.JotyApplication app) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
connect() |
protected javax.net.ssl.TrustManager |
createJotyTrustManager() |
boolean |
doIt() |
protected void |
manageException(java.io.IOException e) |
protected void |
setManager(java.lang.Object manager) |
public boolean doIt()
protected javax.net.ssl.TrustManager createJotyTrustManager() throws java.lang.Exception
createJotyTrustManager
in class org.joty.web.AbstractWebConn
java.lang.Exception
protected java.lang.String connect()
connect
in class org.joty.web.AbstractWebConn
protected void manageException(java.io.IOException e)
manageException
in class org.joty.web.AbstractWebConn
protected void setManager(java.lang.Object manager)
setManager
in class org.joty.web.AbstractWebConn