webengine/osswebengine/WebCore/platform/network/symbian/HttpSessionManager.h
branchRCL_3
changeset 70 8bfb9186a8b8
parent 64 ac77f89b1d9e
child 71 4bd5176e1bc8
equal deleted inserted replaced
67:4917f9bf7995 70:8bfb9186a8b8
   100     TBool getRetryConnectivityFlag(){ return retryConnectivityFlag; }
   100     TBool getRetryConnectivityFlag(){ return retryConnectivityFlag; }
   101     void unSetRetryConnectivityFlag(){ retryConnectivityFlag = EFalse; }    
   101     void unSetRetryConnectivityFlag(){ retryConnectivityFlag = EFalse; }    
   102     TUint pendingTransactionsCount(){ return m_pendingHttpRequests.size(); }
   102     TUint pendingTransactionsCount(){ return m_pendingHttpRequests.size(); }
   103     TBool isInSecureConnection() {return m_inSecConnection;}
   103     TBool isInSecureConnection() {return m_inSecConnection;}
   104     void setInSecureConnection(TBool inSecCon) {m_inSecConnection = inSecCon;}    
   104     void setInSecureConnection(TBool inSecCon) {m_inSecConnection = inSecCon;}    
       
   105     void cancelQueuedTransactions();
   105 
   106 
   106 private:
   107 private:
   107     void updateFilters(bool initializing = false);
   108     void updateFilters(bool initializing = false);
   108     int count();
   109     int count();
   109     HttpDlConnection* CreateHttpDlConnection();
   110     HttpDlConnection* CreateHttpDlConnection();