#include <mw/http/mhttpdataoptimiser.h>
| class MHttpDataOptimiser | 
| Public Member Functions | |
|---|---|
| pure virtual void | DecodeL(const TDesC8 &, HBufC8 *&, TBool &) | 
| pure virtual void | EncodeL(const TDesC8 &, HBufC8 *&) | 
| Parameters | |
|---|---|
| aData | Is the raw data received over the TCP connection. | 
| aTransFail | If set to ETrue, sends the KErrHTTPOptimiserFailsTrans event to the client. | 
| Leave Codes | |
|---|---|
| KErrNoMemory | On insuffcient memory conditions. | 
| Parameters | |
|---|---|
| aEncodedData | On return it contains the encoded message data. | 
| Leave Codes | |
|---|---|
| KErrNoMemory | On insuffcient memory conditions. |