AbstractHttpChannel Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | KaaDataChannel |
| Declared in | AbstractHttpChannel.h AbstractHttpChannel.m |
– syncForTransportType:
Updates the channel’s state of the specific service.
- (void)syncForTransportType:(TransportType)typeDiscussion
Updates the channel’s state of the specific service.
Declared In
KaaDataChannel.h
– syncAll
Updates the channel’s state of all supported services.
- (void)syncAllDiscussion
Updates the channel’s state of all supported services.
Declared In
KaaDataChannel.h
– syncAckForTransportType:
Notifies channel about successful acknowledgment of the sync only in case if smth change.
- (void)syncAckForTransportType:(TransportType)typeDiscussion
Notifies channel about successful acknowledgment of the sync only in case if smth change.
Declared In
KaaDataChannel.h
– setMultiplexer:
Sets the request multiplexer for this channel.
- (void)setMultiplexer:(id<KaaDataMultiplexer>)multiplexerDiscussion
Sets the request multiplexer for this channel.
Declared In
KaaDataChannel.h
– setDemultiplexer:
Sets the response demultiplexer for this channel.
- (void)setDemultiplexer:(id<KaaDataDemultiplexer>)demultiplexerDiscussion
Sets the response demultiplexer for this channel.
Declared In
KaaDataChannel.h
– shutdown
Shuts down the channel instance. All connections and threads should be terminated. The instance can no longer be used.
- (void)shutdownDiscussion
Shuts down the channel instance. All connections and threads should be terminated. The instance can no longer be used.
Declared In
KaaDataChannel.h
– pause
Pauses the channel’s workflow. The channel should stop all network activity.
- (void)pauseDiscussion
Pauses the channel’s workflow. The channel should stop all network activity.
Declared In
KaaDataChannel.h
– resume
Resumes the channel’s workflow. The channel should restore previous connection.
- (void)resumeDiscussion
Resumes the channel’s workflow. The channel should restore previous connection.
Declared In
KaaDataChannel.h
– getSupportedTransportTypes
Retrieves dictionary of transport types and their directions supported by this channel.
- (NSDictionary *)getSupportedTransportTypesReturn Value
Dictionary with <TransportType, ChannelDirection> as key-value wrapped in NSNumber
Discussion
Retrieves dictionary of transport types and their directions supported by this channel.
Declared In
KaaDataChannel.h
– getId
Retrieves the channel’s id. It should be unique in existing channels scope.
- (NSString *)getIdDiscussion
Retrieves the channel’s id. It should be unique in existing channels scope.
Declared In
KaaDataChannel.h