In my project for Blackberry 4.5, I create HttpConnection via Connector.open. If I connect over MDS, I can specify ConnectionTimeout in additional params to my URL. How can I specify timeouts if using direct TCP connection or TCP over WiFi?
In my project for Blackberry 4.5, I create HttpConnection via Connector.open. If I connect
Share
According to this KB article, it’s not possible to specify a connection timeout value for transports other than MDS.