Handles call responses in WIRemoting framework. More...
#import <RMResponse.h>
Public Member Functions | |
(id) | - initWithCall:request:delegate: |
(void) | - requestFinished: |
(void) | - requestFailed: |
(NSString *) | - responseString |
(NSData *) | - responseData |
Static Public Member Functions | |
(id) | + responseWithCall:request:delegate: |
Protected Attributes | |
RMCall * | parentCall |
NSArray * | delegateChain |
ASIHTTPRequest * | request |
NSString * | string |
NSData * | data |
Handles call responses in WIRemoting framework.
Definition at line 18 of file RMResponse.h.