![]() |
Diffusion Apple API 6.12.1
Unified Client Library for iOS, tvOS and OS X / macOS
|
Methods implemented by classes handling Binary messaging requests. More...
#include <PTDiffusionBinaryRequestStreamDelegate.h>
Instance Methods | |
| (void) | - diffusionStream:didReceiveRequestWithBinary:responder: |
| Instance Methods inherited from <PTDiffusionStreamDelegate> | |
| (void) | - diffusionStream:didFailWithError: |
| (void) | - diffusionDidCloseStream: |
Methods implemented by classes handling Binary messaging requests.
| - (void) diffusionStream: | (PTDiffusionStream *) | stream | |
| didReceiveRequestWithBinary: | (PTDiffusionBinary *) | binary | |
| responder: | (PTDiffusionResponder *) | responder |
Called when a Binary request has been received.
| stream | The stream that received the request. |
| binary | The request that was received. |
| responder | Responder object to be used for responding to the request. |