webengine/osswebengine/WebCore/platform/network/symbian/HttpSessionManager.h
branchRCL_3
changeset 41 4bd5176e1bc8
parent 40 8bfb9186a8b8
child 48 79859ed3eea9
equal deleted inserted replaced
40:8bfb9186a8b8 41:4bd5176e1bc8
   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     void cancelQueuedTransactions();
       
   106     void startTimer();
       
   107     void deleteTimer();
   106 
   108 
   107 private:
   109 private:
   108     void updateFilters(bool initializing = false);
   110     void updateFilters(bool initializing = false);
   109     int count();
   111     int count();
   110     HttpDlConnection* CreateHttpDlConnection();
   112     HttpDlConnection* CreateHttpDlConnection();
   136     HBufC* m_SelfDownloadContentTypes;
   138     HBufC* m_SelfDownloadContentTypes;
   137 	bool m_OutstandingSelfDl;
   139 	bool m_OutstandingSelfDl;
   138 	RPointerArray<HBufC8> m_ClientAcceptHeaders;
   140 	RPointerArray<HBufC8> m_ClientAcceptHeaders;
   139 	TBool retryConnectivityFlag;
   141 	TBool retryConnectivityFlag;
   140 	TBool m_inSecConnection;
   142 	TBool m_inSecConnection;
       
   143 	CPeriodic* m_resetTimer;
   141 
   144 
   142 };
   145 };
   143 #endif // __HTTPSESSIONMANAGER_H__
   146 #endif // __HTTPSESSIONMANAGER_H__
   144 // end of file
   147 // end of file