![]() |
Diffusion Apple API 6.11.5
Unified Client Library for iOS, tvOS and OS X / macOS
|
Methods implemented by classes handling Binary messaging responses from individual sessions.
Instance Methods | |
(void) | - diffusionStream:didReceiveResponseWithBinary:fromSessionId: |
![]() | |
(void) | - diffusionStream:didReceiveError:fromSessionId: |
(void) | - diffusionStream:didFailWithError: |
(void) | - diffusionDidCloseStream: |
- (void) diffusionStream: | (PTDiffusionStream *) | stream | |
didReceiveResponseWithBinary: | (PTDiffusionBinary *) | binary | |
fromSessionId: | (PTDiffusionSessionId *) | sessionId | |
Called when a session responds to a request with a Binary.
stream | The stream that received the response. |
binary | The response that was received. |
sessionId | The id of the responding session. |