webengine/osswebengine/WebCore/platform/network/symbian/HttpSessionManager.h
branchRCL_3
changeset 37 ac77f89b1d9e
parent 36 c711bdda59f4
child 40 8bfb9186a8b8
equal deleted inserted replaced
36:c711bdda59f4 37:ac77f89b1d9e
    98     void retryTransactions();
    98     void retryTransactions();
    99     void setRetryConnectivityFlag(){ retryConnectivityFlag = ETrue; }
    99     void setRetryConnectivityFlag(){ retryConnectivityFlag = ETrue; }
   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;}
       
   104     void setInSecureConnection(TBool inSecCon) {m_inSecConnection = inSecCon;}    
   103 
   105 
   104 private:
   106 private:
   105     void updateFilters(bool initializing = false);
   107     void updateFilters(bool initializing = false);
   106     int count();
   108     int count();
   107     HttpDlConnection* CreateHttpDlConnection();
   109     HttpDlConnection* CreateHttpDlConnection();
   132     SelfDownloadContentHandler* m_SelfDownloadContentHandler;
   134     SelfDownloadContentHandler* m_SelfDownloadContentHandler;
   133     HBufC* m_SelfDownloadContentTypes;
   135     HBufC* m_SelfDownloadContentTypes;
   134 	bool m_OutstandingSelfDl;
   136 	bool m_OutstandingSelfDl;
   135 	RPointerArray<HBufC8> m_ClientAcceptHeaders;
   137 	RPointerArray<HBufC8> m_ClientAcceptHeaders;
   136 	TBool retryConnectivityFlag;
   138 	TBool retryConnectivityFlag;
       
   139 	TBool m_inSecConnection;
   137 
   140 
   138 };
   141 };
   139 #endif // __HTTPSESSIONMANAGER_H__
   142 #endif // __HTTPSESSIONMANAGER_H__
   140 // end of file
   143 // end of file