You must use the RHTTPTransaction::SetupHTTPDataOptimiser() function of the RHTTPTransaction class to enable the MHTTPDataOptimiser implementation for a particular transaction. The following code illustrates the RHTTPTransaction class:
class RHTTPTransaction { public: …… RHTTPTransaction::SetupHTTPDataOptimiser (MHTTPDataOptimiser& aHTTPOptimiser); MHTTPDataOptimiser* RHTTPTransaction::HTTPDataOptimiser (); };
Note: For more information about how to enable the MHTTPDataOptimiser implementation for a transaction, see the HTTP Whole Message Filter example section.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.