ROAsyncProxy
Overview
This is asynchronous proxy abstract class. It is used as an ancestor for all asynchronous proxy classes when generating code to support asynchronous calls .
Location
- Reference: ROProxy.h
- Namespace: RemObjectsSDK
- Ancestry: NSObject | ROProxy | ROAsyncProxy
initWithMessage:channel: (declared in ROProxy)
- (nonnull instancetype) initWithMessage:(nonnull ROMessage *)aMessage channel:(nonnull ROClientChannel *)aChannel
Parameters:
- aMessage:
- aChannel:
initWithService: (declared in ROProxy)
- (nonnull instancetype) initWithService:(nonnull RORemoteService *)aService
Parameters:
- aService:
initWithURL: (declared in ROProxy)
- (nonnull instancetype) initWithURL:(nonnull NSURL *)aURL
Parameters:
- aURL:
proxyWithMessage:channel: (declared in ROProxy)
+ (nonnull instancetype) proxyWithMessage:(nonnull ROMessage *)aMessage channel:(nonnull ROClientChannel *)aChannel
Parameters:
- aMessage:
- aChannel:
proxyWithService: (declared in ROProxy)
+ (nonnull instancetype) proxyWithService:(nonnull RORemoteService *)aService
Parameters:
- aService:
proxyWithURL: (declared in ROProxy)
+ (nonnull instancetype) proxyWithURL:(nonnull NSURL *)aURL
Parameters:
- aURL:
proxyWithMessage:channel: (declared in ROProxy)
+ (nonnull instancetype) proxyWithMessage:(nonnull ROMessage *)aMessage channel:(nonnull ROClientChannel *)aChannel
Parameters:
- aMessage:
- aChannel:
proxyWithService: (declared in ROProxy)
+ (nonnull instancetype) proxyWithService:(nonnull RORemoteService *)aService
Parameters:
- aService:
proxyWithURL: (declared in ROProxy)
+ (nonnull instancetype) proxyWithURL:(nonnull NSURL *)aURL
Parameters:
- aURL:
initWithMessage:channel: (declared in ROProxy)
- (nonnull instancetype) initWithMessage:(nonnull ROMessage *)aMessage channel:(nonnull ROClientChannel *)aChannel
Parameters:
- aMessage:
- aChannel:
initWithService: (declared in ROProxy)
- (nonnull instancetype) initWithService:(nonnull RORemoteService *)aService
Parameters:
- aService:
initWithURL: (declared in ROProxy)
- (nonnull instancetype) initWithURL:(nonnull NSURL *)aURL
Parameters:
- aURL: