Value | Meaning |
---|---|
statusDisconnected0 | Status: Disconnected from the server. |
statusResolving1 | Status: Currently resolving the hostname for the given URL into an IP. |
statusCantResolve2 | Status: DNS failure: Can't resolve the hostname for the given URL. |
statusConnecting3 | Status: Currently connecting to server. |
statusCantConnect4 | Status: Can't connect to the server. |
statusConnected5 | Status: Connection established. |
statusRequesting6 | Status: Currently sending request. |
statusBody7 | Status: HTTP body received. |
statusConnectionError8 | Status: Error in HTTP connection. |
statusSslHandshakeError9 | Status: Error in SSL handshake. |