applayerprotocols/httptransportfw/Test/T_HttpPipeliningTest/cpipeliningtestserver.h
branchRCL_3
changeset 53 c59bddbfd7b9
parent 40 a0da872af3fa
equal deleted inserted replaced
40:a0da872af3fa 53:c59bddbfd7b9
    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);
       
    61 	TBool ImmediateSocketShutdown();
    60 	TBool ImmediateSocketShutdown();
    62 	TInt SessionId();
    61 	TInt SessionId();
    63 	virtual TBool SupplySocketServerHandle ( TInt& aSocketServerHandle );
    62 	virtual TBool SupplySocketServerHandle ( TInt& aSocketServerHandle );
    64  	virtual void SetSocketServerHandleL ( TInt aSocketServerHandle );
    63  	virtual void SetSocketServerHandleL ( TInt aSocketServerHandle );
    65 	TInt GetRecvBufferSize();
    64 	TInt GetRecvBufferSize();
    66 	TInt GetSocketImmediateCloseTimeout(){ return KErrNotFound;}
    65 	TInt GetSocketImmediateCloseTimeout(){ return KErrNotFound;}
       
    66 
    67 
    67 
    68 private:
    68 private:
    69 	CHTTPTestUtils& 			iTestUtils;
    69 	CHTTPTestUtils& 			iTestUtils;
    70 	MPipeliningTestObserver&	iObserver;
    70 	MPipeliningTestObserver&	iObserver;
    71 	CHttpTransportLayer*		iTCPLayer;
    71 	CHttpTransportLayer*		iTCPLayer;