Documentation

ETSocketDelegate

ETSocketFilter

AuthorsGenerated by builder
Declared inETSocket.h

Overview

Protocol for socket data filters. 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.