javacommons/gcfprotocols/http/javasrc.s60/com/nokia/mj/impl/gcf/protocol/http/Protocol.java
branchRCL_3
changeset 19 71c436fe3ce0
parent 14 04becd199f91
equal deleted inserted replaced
18:9ac0a0a7da70 19:71c436fe3ce0
    43     {
    43     {
    44         String apnstring = null;
    44         String apnstring = null;
    45         String urls = null;
    45         String urls = null;
    46         int apnid = -1;
    46         int apnid = -1;
    47         int index = -1;
    47         int index = -1;
    48         int responsetimeout = -1;
    48         int responsetimeout = 180;  // default timeout of 3 minutes
    49         ConnectionManager cminstance = null;
    49         ConnectionManager cminstance = null;
    50         AccessPoint apn = null;
    50         AccessPoint apn = null;
    51         iFullUrl = "http:" + aUri;
    51         iFullUrl = "http:" + aUri;
    52         Logger.LOG(Logger.ESOCKET, Logger.EInfo,
    52         Logger.LOG(Logger.ESOCKET, Logger.EInfo,
    53                    "http +openConnection - aURi = " + iFullUrl);
    53                    "http +openConnection - aURi = " + iFullUrl);