FMWebSyncMetaChannels Class Reference

Inherits from NSObject
Declared in FMWebSync.h

Overview

Contains the reserved Bayeux meta-channels and methods to assist in detecting them.

+ convertChannelFromServicedWithChannel:

Converts a serviced channel into its original form.

+ (NSString *)convertChannelFromServicedWithChannel:(NSString *)channel

Parameters

name="channel">The

channel to convert. The channel without the service prefix.

Discussion

Converts a serviced channel into its original form.

Declared In

FMWebSync.h

+ convertChannelToServicedWithChannel:

Converts a channel into its serviced equivalent.

+ (NSString *)convertChannelToServicedWithChannel:(NSString *)channel

Parameters

name="channel">The

channel to convert. The channel with the service prefix.

Discussion

Converts a channel into its serviced equivalent.

Declared In

FMWebSync.h

+ isMetaChannelWithChannel:

Determines whether the specified channel name is a reserved Bayeux /meta channel.

+ (bool)isMetaChannelWithChannel:(NSString *)channel

Parameters

name="channel">The

channel name to check. true if the specified channel name is a reserved Bayeux /meta channel; otherwise, false.

Discussion

Determines whether the specified channel name is a reserved Bayeux /meta channel.

Declared In

FMWebSync.h

+ isMetaChannel:

Determines whether the specified channel name is a reserved Bayeux /meta channel.

+ (bool)isMetaChannel:(NSString *)channel

Parameters

name="channel">The

channel name to check. true if the specified channel name is a reserved Bayeux /meta channel; otherwise, false.

Discussion

Determines whether the specified channel name is a reserved Bayeux /meta channel.

Declared In

FMWebSync.h

+ isReservedChannelWithChannel:

Determines whether the specified channel name is a reserved Bayeux channel.

+ (bool)isReservedChannelWithChannel:(NSString *)channel

Parameters

name="channel">The

channel name to check. true if the specified channel name is reserved; otherwise, false.

Discussion

Determines whether the specified channel name is a reserved Bayeux channel.

Declared In

FMWebSync.h

+ isReservedChannel:

Determines whether the specified channel name is a reserved Bayeux channel.

+ (bool)isReservedChannel:(NSString *)channel

Parameters

name="channel">The

channel name to check. true if the specified channel name is reserved; otherwise, false.

Discussion

Determines whether the specified channel name is a reserved Bayeux channel.

Declared In

FMWebSync.h

+ isServiceChannelWithChannel:

Determines whether the specified channel name is a reserved Bayeux /service channel.

+ (bool)isServiceChannelWithChannel:(NSString *)channel

Parameters

name="channel">The

channel name to check. true if the specified channel name is a reserved Bayeux /service channel; otherwise, false.

Discussion

Determines whether the specified channel name is a reserved Bayeux /service channel.

Declared In

FMWebSync.h

+ isServiceChannel:

Determines whether the specified channel name is a reserved Bayeux /service channel.

+ (bool)isServiceChannel:(NSString *)channel

Parameters

name="channel">The

channel name to check. true if the specified channel name is a reserved Bayeux /service channel; otherwise, false.

Discussion

Determines whether the specified channel name is a reserved Bayeux /service channel.

Declared In

FMWebSync.h