applayerprotocols/httpservice/test/httpservicetest/clocaltestserver.h
branchRCL_3
changeset 53 c59bddbfd7b9
parent 40 a0da872af3fa
equal deleted inserted replaced
40:a0da872af3fa 53:c59bddbfd7b9
    53 	
    53 	
    54 	// From MConnectionPrefsProvider
    54 	// From MConnectionPrefsProvider
    55 	TBool SupplyCommsConnection(RConnection*& aConnectionPtr);
    55 	TBool SupplyCommsConnection(RConnection*& aConnectionPtr);
    56  	void SetCommsConnectionL(RConnection* aConnectionPtr);
    56  	void SetCommsConnectionL(RConnection* aConnectionPtr);
    57 	void GetSecurityPrefs(TBool& aDialogPrompt, MSecurityPolicy*& aSecurityPolicy);
    57 	void GetSecurityPrefs(TBool& aDialogPrompt, MSecurityPolicy*& aSecurityPolicy);
    58 	void GetSecurityPrefs(MSecurityPolicy*& aSecurityPolicy, TInt& aDialogPref);
       
    59 	TBool ImmediateSocketShutdown();
    58 	TBool ImmediateSocketShutdown();
    60 	virtual TBool SupplySocketServerHandle ( TInt& aSocketServerHandle );
    59 	virtual TBool SupplySocketServerHandle ( TInt& aSocketServerHandle );
    61   	virtual void SetSocketServerHandleL ( TInt aSocketServerHandle );
    60   	virtual void SetSocketServerHandleL ( TInt aSocketServerHandle );
    62 	TInt SessionId();
    61 	TInt SessionId();
    63 	TInt GetRecvBufferSize();
    62 	TInt GetRecvBufferSize();
    64 	TInt GetSocketImmediateCloseTimeout(){ return KErrNotFound;}
    63 	TInt GetSocketImmediateCloseTimeout(){ return KErrNotFound;}
       
    64 
    65 
    65 
    66 private:
    66 private:
    67 	CHTTPTestUtils& 					iTestUtils;
    67 	CHTTPTestUtils& 					iTestUtils;
    68 	MLocalTestServerObserver&	iObserver;
    68 	MLocalTestServerObserver&	iObserver;
    69 	CHttpTransportLayer*			iTCPLayer;
    69 	CHttpTransportLayer*			iTCPLayer;