applayerprotocols/httptransportfw/Test/TestScriptTest/CPipeliningTestServer.h
branchRCL_3
changeset 19 c0c2f28ace9c
parent 18 5f1cd966e0d9
child 20 a0da872af3fa
equal deleted inserted replaced
18:5f1cd966e0d9 19:c0c2f28ace9c
    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 	virtual TBool SupplySocketServerHandle ( TInt& aSocketServerHandle );
    61 	virtual TBool SupplySocketServerHandle ( TInt& aSocketServerHandle );
    63   	virtual void SetSocketServerHandleL ( TInt aSocketServerHandle );
    62   	virtual void SetSocketServerHandleL ( TInt aSocketServerHandle );
    64 	TInt SessionId();
    63 	TInt SessionId();
    65 	TInt GetRecvBufferSize();
    64 	TInt GetRecvBufferSize();
    66 	TInt GetSocketImmediateCloseTimeout(){ return KErrNotFound;}
       
    67 
    65 
    68 private:
    66 private:
    69 	CHTTPTestUtils& 			iTestUtils;
    67 	CHTTPTestUtils& 			iTestUtils;
    70 	MPipeliningTestObserver&	iObserver;
    68 	MPipeliningTestObserver&	iObserver;
    71 	CHttpTransportLayer*		iTCPLayer;
    69 	CHttpTransportLayer*		iTCPLayer;