![]() |
Diffusion Apple API 6.12.1
Unified Client Library for iOS, tvOS and OS X / macOS
|
Methods implemented by classes handling Binary messaging requests with a handler registered at the server. More...
#include <PTDiffusionBinaryRequestDelegate.h>
Instance Methods | |
| (void) | - diffusionTopicTreeRegistration:didReceiveRequestWithBinary:context:responder: |
| Instance Methods inherited from <PTDiffusionTopicTreeRegistrationDelegate> | |
| (void) | - diffusionTopicTreeRegistrationDidClose: |
| (void) | - diffusionTopicTreeRegistration:didFailWithError: |
Methods implemented by classes handling Binary messaging requests with a handler registered at the server.
| - (void) diffusionTopicTreeRegistration: | (PTDiffusionTopicTreeRegistration *) | registration | |
| didReceiveRequestWithBinary: | (PTDiffusionBinary *) | binary | |
| context: | (PTDiffusionRequestContext *) | context | |
| responder: | (PTDiffusionResponder *) | responder |
Called when a Binary request has been received.
| registration | The topic tree registration for which this handler applies. |
| binary | The request that was received. |
| context | Context object that provides the session ID of the session that sent the request along with the path and any requested session properties. |
| responder | Responder object to be used for responding to the request. |