SIKConnectionManager Class Reference

Inherits from NSObject
Declared in SIKConnectionManager.h
SIKConnectionManager.m

Overview

It exposes API to manager connection

Other Methods

+ getInstance

It provides an singleton instance of ConnectionManager class.

+ (SIKConnectionManager *)getInstance

Return 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)service

Parameters

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)init

Discussion

ConnectionManager Construction

Declared In

SIKConnectionManager.m