![]()  | 
  
    Diffusion Apple API 6.12.0
    
   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.
  
Instance Methods | |
| (void) | - diffusionTopicTreeRegistration:didReceiveRequestWithBinary:context:responder: | 
  Instance Methods inherited from <PTDiffusionTopicTreeRegistrationDelegate> | |
| (void) | - diffusionTopicTreeRegistrationDidClose: | 
| (void) | - diffusionTopicTreeRegistration:didFailWithError: | 
| - (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. |