SIKConnectionManager Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | SIKConnectionManager.h SIKConnectionManager.m |
Other Methods
+ getInstance
It provides an singleton instance of ConnectionManager class.
+ (SIKConnectionManager *)getInstanceReturn Value
ConnectionManager Instance
Discussion
It provides an singleton instance of ConnectionManager class.
Declared In
SIKConnectionManager.h
– handle:
It handles the service request
- (id<SIKIConnectionResponse>)handle:(id<SIKIService> const)serviceParameters
service |
Service instance |
|---|
Return Value
IConnectionResponse instance @throws ConnectionException If any exception occur while executing service request
Discussion
It handles the service request
Declared In
SIKConnectionManager.h
Other Methods
– init
ConnectionManager Construction
- (id)initDiscussion
ConnectionManager Construction
Declared In
SIKConnectionManager.m