applayerprotocols/httptransportfw/Test/T_HttpPipeliningTest/cpipeliningtestserver.h
branchRCL_3
changeset 18 5f1cd966e0d9
parent 0 b16258d2340f
child 19 c0c2f28ace9c
equal deleted inserted replaced
17:a2a70ce3d4e8 18:5f1cd966e0d9
    55 	
    55 	
    56 	// From MConnectionPrefsProvider
    56 	// From MConnectionPrefsProvider
    57 	TBool SupplyCommsConnection(RConnection*& aConnectionPtr);
    57 	TBool SupplyCommsConnection(RConnection*& aConnectionPtr);
    58 	void SetCommsConnectionL(RConnection* aConnectionPtr);
    58 	void SetCommsConnectionL(RConnection* aConnectionPtr);
    59 	void GetSecurityPrefs(TBool& aDialogPrompt, MSecurityPolicy*& aSecurityPolicy);
    59 	void GetSecurityPrefs(TBool& aDialogPrompt, MSecurityPolicy*& aSecurityPolicy);
       
    60 	void GetSecurityPrefs(MSecurityPolicy*& aSecurityPolicy, TInt& aDialogPref);
    60 	TBool ImmediateSocketShutdown();
    61 	TBool ImmediateSocketShutdown();
    61 	TInt SessionId();
    62 	TInt SessionId();
    62 	virtual TBool SupplySocketServerHandle ( TInt& aSocketServerHandle );
    63 	virtual TBool SupplySocketServerHandle ( TInt& aSocketServerHandle );
    63  	virtual void SetSocketServerHandleL ( TInt aSocketServerHandle );
    64  	virtual void SetSocketServerHandleL ( TInt aSocketServerHandle );
    64 	TInt GetRecvBufferSize();
    65 	TInt GetRecvBufferSize();
       
    66 	TInt GetSocketImmediateCloseTimeout(){ return KErrNotFound;}
    65 
    67 
    66 private:
    68 private:
    67 	CHTTPTestUtils& 			iTestUtils;
    69 	CHTTPTestUtils& 			iTestUtils;
    68 	MPipeliningTestObserver&	iObserver;
    70 	MPipeliningTestObserver&	iObserver;
    69 	CHttpTransportLayer*		iTCPLayer;
    71 	CHttpTransportLayer*		iTCPLayer;