Documentation

ETSocketDelegate

ETSocketFilter

Protocol for socket data filters.

AuthorsGenerated by qmathe
Declared inETSocket.h

Overview

Data sent or received by an ETSocket instance will be pushed through a chain of filters conforming to this protocol.


Default

- (NSMutableData *) filterData: (NSMutableData *)aData

Filter the data and return the result. The caller must not retain a reference to the argument; filters are permitted to modify the data in-place and return the argument.