FMWebSyncPublisher Class Reference
| Inherits from | FMWebSyncBaseClient : FMDynamic : FMSerializable : NSObject |
|---|---|
| Declared in | FMWebSync.h |
Overview
+ addOnNotifyRequestWithValue:
+ (FMCallback *)addOnNotifyRequestWithValue:(FMCallback *)valueDiscussion
Declared In
FMWebSync.h
+ addOnNotifyRequest:
+ (FMCallback *)addOnNotifyRequest:(FMCallback *)valueDiscussion
Declared In
FMWebSync.h
+ addOnNotifyRequestWithValueBlock:
+ (FMCallback *)addOnNotifyRequestWithValueBlock:(void ( ^ ) ( FMWebSyncPublisher *, FMWebSyncPublisherNotifyRequestArgs *))valueBlockDiscussion
Declared In
FMWebSync.h
+ addOnNotifyRequestBlock:
+ (FMCallback *)addOnNotifyRequestBlock:(void ( ^ ) ( FMWebSyncPublisher *, FMWebSyncPublisherNotifyRequestArgs *))valueBlockDiscussion
Declared In
FMWebSync.h
+ addOnNotifyResponseWithValue:
+ (FMCallback *)addOnNotifyResponseWithValue:(FMCallback *)valueDiscussion
Declared In
FMWebSync.h
+ addOnNotifyResponse:
+ (FMCallback *)addOnNotifyResponse:(FMCallback *)valueDiscussion
Declared In
FMWebSync.h
+ addOnNotifyResponseWithValueBlock:
+ (FMCallback *)addOnNotifyResponseWithValueBlock:(void ( ^ ) ( FMWebSyncPublisher *, FMWebSyncPublisherNotifyResponseArgs *))valueBlockDiscussion
Declared In
FMWebSync.h
+ addOnNotifyResponseBlock:
+ (FMCallback *)addOnNotifyResponseBlock:(void ( ^ ) ( FMWebSyncPublisher *, FMWebSyncPublisherNotifyResponseArgs *))valueBlockDiscussion
Declared In
FMWebSync.h
+ addOnPublishRequestWithValue:
+ (FMCallback *)addOnPublishRequestWithValue:(FMCallback *)valueDiscussion
Declared In
FMWebSync.h
+ addOnPublishRequest:
+ (FMCallback *)addOnPublishRequest:(FMCallback *)valueDiscussion
Declared In
FMWebSync.h
+ addOnPublishRequestWithValueBlock:
+ (FMCallback *)addOnPublishRequestWithValueBlock:(void ( ^ ) ( FMWebSyncPublisher *, FMWebSyncPublisherPublishRequestArgs *))valueBlockDiscussion
Declared In
FMWebSync.h
+ addOnPublishRequestBlock:
+ (FMCallback *)addOnPublishRequestBlock:(void ( ^ ) ( FMWebSyncPublisher *, FMWebSyncPublisherPublishRequestArgs *))valueBlockDiscussion
Declared In
FMWebSync.h
+ addOnPublishResponseWithValue:
+ (FMCallback *)addOnPublishResponseWithValue:(FMCallback *)valueDiscussion
Declared In
FMWebSync.h
+ addOnPublishResponse:
+ (FMCallback *)addOnPublishResponse:(FMCallback *)valueDiscussion
Declared In
FMWebSync.h
+ addOnPublishResponseWithValueBlock:
+ (FMCallback *)addOnPublishResponseWithValueBlock:(void ( ^ ) ( FMWebSyncPublisher *, FMWebSyncPublisherPublishResponseArgs *))valueBlockDiscussion
Declared In
FMWebSync.h
+ addOnPublishResponseBlock:
+ (FMCallback *)addOnPublishResponseBlock:(void ( ^ ) ( FMWebSyncPublisher *, FMWebSyncPublisherPublishResponseArgs *))valueBlockDiscussion
Declared In
FMWebSync.h
+ addOnServiceRequestWithValue:
+ (FMCallback *)addOnServiceRequestWithValue:(FMCallback *)valueDiscussion
Declared In
FMWebSync.h
+ addOnServiceRequest:
+ (FMCallback *)addOnServiceRequest:(FMCallback *)valueDiscussion
Declared In
FMWebSync.h
+ addOnServiceRequestWithValueBlock:
+ (FMCallback *)addOnServiceRequestWithValueBlock:(void ( ^ ) ( FMWebSyncPublisher *, FMWebSyncPublisherServiceRequestArgs *))valueBlockDiscussion
Declared In
FMWebSync.h
+ addOnServiceRequestBlock:
+ (FMCallback *)addOnServiceRequestBlock:(void ( ^ ) ( FMWebSyncPublisher *, FMWebSyncPublisherServiceRequestArgs *))valueBlockDiscussion
Declared In
FMWebSync.h
+ addOnServiceResponseWithValue:
+ (FMCallback *)addOnServiceResponseWithValue:(FMCallback *)valueDiscussion
Declared In
FMWebSync.h
+ addOnServiceResponse:
+ (FMCallback *)addOnServiceResponse:(FMCallback *)valueDiscussion
Declared In
FMWebSync.h
+ addOnServiceResponseWithValueBlock:
+ (FMCallback *)addOnServiceResponseWithValueBlock:(void ( ^ ) ( FMWebSyncPublisher *, FMWebSyncPublisherServiceResponseArgs *))valueBlockDiscussion
Declared In
FMWebSync.h
+ addOnServiceResponseBlock:
+ (FMCallback *)addOnServiceResponseBlock:(void ( ^ ) ( FMWebSyncPublisher *, FMWebSyncPublisherServiceResponseArgs *))valueBlockDiscussion
Declared In
FMWebSync.h
– initWithRequestUrl:
- (id)initWithRequestUrl:(NSString *)requestUrlParameters
name="requestUrl">The |
absolute URL of the WebSync server request handler. |
|---|
Discussion
Declared In
FMWebSync.h
– notifyManyWithNotifications:
- (NSMutableArray *)notifyManyWithNotifications:(NSMutableArray *)notificationsParameters
name="notifications">The |
notifications to send.
|
|---|
Discussion
Declared In
FMWebSync.h
– notifyWithClientId:dataBytes:
- (FMWebSyncNotification *)notifyWithClientId:(FMGuid *)clientId dataBytes:(NSMutableData *)dataBytesParameters
name="dataBytes">The |
data to deliver (in binary format).
|
|---|---|
name="clientId">The |
client to which the data should be sent. |
Discussion
Declared In
FMWebSync.h
– notifyWithClientId:dataBytes:tag:
- (FMWebSyncNotification *)notifyWithClientId:(FMGuid *)clientId dataBytes:(NSMutableData *)dataBytes tag:(NSString *)tagParameters
name="tag">The |
tag that identifies the contents of the payload.
|
|---|---|
name="dataBytes">The |
data to deliver (in binary format). |
name="clientId">The |
client to which the data should be sent. |
Discussion
Declared In
FMWebSync.h
– notifyWithClientId:dataJson:
- (FMWebSyncNotification *)notifyWithClientId:(FMGuid *)clientId dataJson:(NSString *)dataJsonParameters
name="dataJson">The |
data to deliver (in JSON format).
|
|---|---|
name="clientId">The |
client to which the data should be sent. |
Discussion
Declared In
FMWebSync.h
– notifyWithClientId:dataJson:tag:
- (FMWebSyncNotification *)notifyWithClientId:(FMGuid *)clientId dataJson:(NSString *)dataJson tag:(NSString *)tagParameters
name="dataJson">The |
data to deliver (in JSON format). |
|---|---|
name="tag">The |
tag that identifies the contents of the payload.
|
name="clientId">The |
client to which the data should be sent. |
Discussion
Declared In
FMWebSync.h
– notifyWithNotification:
- (FMWebSyncNotification *)notifyWithNotification:(FMWebSyncNotification *)notificationParameters
name="notification">The |
notification to send.
|
|---|
Discussion
Declared In
FMWebSync.h
+ publisherWithRequestUrl:
+ (FMWebSyncPublisher *)publisherWithRequestUrl:(NSString *)requestUrlParameters
name="requestUrl">The |
absolute URL of the WebSync server request handler. |
|---|
Discussion
Declared In
FMWebSync.h
– publishManyWithPublications:
- (NSMutableArray *)publishManyWithPublications:(NSMutableArray *)publicationsParameters
name="publications">The |
publications to send.
|
|---|
Discussion
Declared In
FMWebSync.h
– publishWithChannel:dataBytes:
- (FMWebSyncPublication *)publishWithChannel:(NSString *)channel dataBytes:(NSMutableData *)dataBytesParameters
name="channel">The |
channel to which the data should be sent. |
|---|---|
name="dataBytes">The |
data to send (in binary format).
|
Discussion
Declared In
FMWebSync.h
– publishWithChannel:dataBytes:tag:
- (FMWebSyncPublication *)publishWithChannel:(NSString *)channel dataBytes:(NSMutableData *)dataBytes tag:(NSString *)tagParameters
name="channel">The |
channel to which the data should be sent. |
|---|---|
name="dataBytes">The |
data to send (in binary format). |
name="tag">The |
tag that identifies the contents of the payload.
|
Discussion
Declared In
FMWebSync.h
– publishWithChannel:dataJson:
- (FMWebSyncPublication *)publishWithChannel:(NSString *)channel dataJson:(NSString *)dataJsonParameters
name="channel">The |
channel to which the data should be sent. |
|---|---|
name="dataJson">The |
data to send (in JSON format).
|
Discussion
Declared In
FMWebSync.h
– publishWithChannel:dataJson:tag:
- (FMWebSyncPublication *)publishWithChannel:(NSString *)channel dataJson:(NSString *)dataJson tag:(NSString *)tagParameters
name="channel">The |
channel to which the data should be sent. |
|---|---|
name="dataJson">The |
data to send (in JSON format). |
name="tag">The |
tag that identifies the contents of the payload.
|
Discussion
Declared In
FMWebSync.h
– publishWithPublication:
- (FMWebSyncPublication *)publishWithPublication:(FMWebSyncPublication *)publicationParameters
name="publication">The |
publication to send.
|
|---|
Discussion
Declared In
FMWebSync.h
+ removeOnNotifyRequestWithValue:
+ (void)removeOnNotifyRequestWithValue:(FMCallback *)valueDiscussion
Declared In
FMWebSync.h
+ removeOnNotifyRequest:
+ (void)removeOnNotifyRequest:(FMCallback *)valueDiscussion
Declared In
FMWebSync.h
+ removeOnNotifyResponseWithValue:
+ (void)removeOnNotifyResponseWithValue:(FMCallback *)valueDiscussion
Declared In
FMWebSync.h
+ removeOnNotifyResponse:
+ (void)removeOnNotifyResponse:(FMCallback *)valueDiscussion
Declared In
FMWebSync.h
+ removeOnPublishRequestWithValue:
+ (void)removeOnPublishRequestWithValue:(FMCallback *)valueDiscussion
Declared In
FMWebSync.h
+ removeOnPublishRequest:
+ (void)removeOnPublishRequest:(FMCallback *)valueDiscussion
Declared In
FMWebSync.h
+ removeOnPublishResponseWithValue:
+ (void)removeOnPublishResponseWithValue:(FMCallback *)valueDiscussion
Declared In
FMWebSync.h
+ removeOnPublishResponse:
+ (void)removeOnPublishResponse:(FMCallback *)valueDiscussion
Declared In
FMWebSync.h
+ removeOnServiceRequestWithValue:
+ (void)removeOnServiceRequestWithValue:(FMCallback *)valueDiscussion
Declared In
FMWebSync.h
+ removeOnServiceRequest:
+ (void)removeOnServiceRequest:(FMCallback *)valueDiscussion
Declared In
FMWebSync.h
+ removeOnServiceResponseWithValue:
+ (void)removeOnServiceResponseWithValue:(FMCallback *)valueDiscussion
Declared In
FMWebSync.h
+ removeOnServiceResponse:
+ (void)removeOnServiceResponse:(FMCallback *)valueDiscussion
Declared In
FMWebSync.h
– serviceManyWithMessages:
- (NSMutableArray *)serviceManyWithMessages:(NSMutableArray *)messagesParameters
name="messages">The |
messages to send.
|
|---|
Discussion
Declared In
FMWebSync.h
– serviceWithChannel:dataBytes:
- (FMWebSyncMessage *)serviceWithChannel:(NSString *)channel dataBytes:(NSMutableData *)dataBytesParameters
name="channel">The |
channel to which the data should be serviced. |
|---|---|
name="dataBytes">The |
data to send (in binary format).
|
Discussion
Declared In
FMWebSync.h
– serviceWithChannel:dataBytes:tag:
- (FMWebSyncMessage *)serviceWithChannel:(NSString *)channel dataBytes:(NSMutableData *)dataBytes tag:(NSString *)tagParameters
name="channel">The |
channel to which the data should be serviced. |
|---|---|
name="dataBytes">The |
data to send (in binary format). |
name="tag">The |
tag that identifies the contents of the payload.
|
Discussion
Declared In
FMWebSync.h
– serviceWithChannel:dataJson:
- (FMWebSyncMessage *)serviceWithChannel:(NSString *)channel dataJson:(NSString *)dataJsonParameters
name="channel">The |
channel to which the data should be serviced. |
|---|---|
name="dataJson">The |
data to send (in JSON format).
|
Discussion
Declared In
FMWebSync.h
– serviceWithChannel:dataJson:tag:
- (FMWebSyncMessage *)serviceWithChannel:(NSString *)channel dataJson:(NSString *)dataJson tag:(NSString *)tagParameters
name="channel">The |
channel to which the data should be serviced. |
|---|---|
name="dataJson">The |
data to send (in JSON format). |
name="tag">The |
tag that identifies the contents of the payload.
|
Discussion
Declared In
FMWebSync.h
– serviceWithMessage:
- (FMWebSyncMessage *)serviceWithMessage:(FMWebSyncMessage *)messageParameters
name="message">The |
message to send.
|
|---|
Discussion
Declared In
FMWebSync.h