applayerprotocols/httptransportfw/Test/TestScriptTest/CPipeliningTestServer.h
branchRCL_3
changeset 20 a0da872af3fa
parent 19 c0c2f28ace9c
equal deleted inserted replaced
19:c0c2f28ace9c 20:a0da872af3fa
    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 	virtual TBool SupplySocketServerHandle ( TInt& aSocketServerHandle );
    62 	virtual TBool SupplySocketServerHandle ( TInt& aSocketServerHandle );
    62   	virtual void SetSocketServerHandleL ( TInt aSocketServerHandle );
    63   	virtual void SetSocketServerHandleL ( TInt aSocketServerHandle );
    63 	TInt SessionId();
    64 	TInt SessionId();
    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;