KaaTransport Protocol Reference

Declared in KaaTransport.h

Overview

Transport interface processing request and response for the specific service.

– setChannelManager: required method

Sets the specific KaaChannelManager for the current transport.

- (void)setChannelManager:(id<KaaChannelManager>)channelManager

Discussion

Sets the specific KaaChannelManager for the current transport.

Declared In

KaaTransport.h

– setClientState: required method

Sets the client’s state object.

- (void)setClientState:(id<KaaClientState>)state

Discussion

Sets the client’s state object.

Declared In

KaaTransport.h

– sync required method

Sends update request to the server.

- (void)sync

Discussion

Sends update request to the server.

Declared In

KaaTransport.h