httpjob

  1. Flavio SOuza

    Android Question ResponseError. Reason: javax.net.ssl.SSLHandshakeException: Connection closed by peer, Response:

    <code> Dim j As HttpJob j.Initialize("", Me) ' j.Download("https://www.beneficiossociais.caixa.gov.br/consulta/beneficio/04.01.00-00_00.asp") </code> Erro open, https://www.beneficiossociais.caixa.gov.br/consulta/beneficio/04.01.00-00_00.asp ResponseError. Reason...
  2. F

    Android Question Problem with WaitFor - Object context is paused (HttpJob)

    Hello, I'm trying to interrogate a webservice using HttpJob with the code below, but it keeps displaying this message "Object context is paused. Ignoring CallSubDelayed: JobDone". I have another function in this class which does basically the same thing and it works fine. What am I missing...
Top