Diffusion Apple API 6.12.0
Unified Client Library for iOS, tvOS and OS X / macOS
Loading...
Searching...
No Matches
<PTDiffusionBinarySessionResponseStreamDelegate> Protocol Reference

Methods implemented by classes handling Binary messaging responses from individual sessions. More...

#include <PTDiffusionBinarySessionResponseStreamDelegate.h>

Inheritance diagram for <PTDiffusionBinarySessionResponseStreamDelegate>:
<PTDiffusionSessionResponseStreamDelegate> <PTDiffusionStreamDelegate>

Instance Methods

(void) - diffusionStream:didReceiveResponseWithBinary:fromSessionId:
Instance Methods inherited from <PTDiffusionSessionResponseStreamDelegate>
(void) - diffusionStream:didReceiveError:fromSessionId:
Instance Methods inherited from <PTDiffusionStreamDelegate>
(void) - diffusionStream:didFailWithError:
(void) - diffusionDidCloseStream:

Detailed Description

Methods implemented by classes handling Binary messaging responses from individual sessions.

See also
PTDiffusionBinary
PTDiffusionMessagingFeature
Since
6.1

Method Documentation

◆ diffusionStream:didReceiveResponseWithBinary:fromSessionId:

- (void) diffusionStream: (PTDiffusionStream *) stream
didReceiveResponseWithBinary: (PTDiffusionBinary *) binary
fromSessionId: (PTDiffusionSessionId *) sessionId 

Called when a session responds to a request with a Binary.

Parameters
streamThe stream that received the response.
binaryThe response that was received.
sessionIdThe id of the responding session.
Since
6.1