![]() |
IOS Streaming Browser 1.0
An IOS streaming browser to stream the display to others or to a projector
|
#import <WebSocket.h>
Public Member Functions | |
(void) | - webSocketDidOpen: |
(void) | - webSocket:didReceiveMessage: |
(void) | - webSocketDidClose: |
There are two ways to create your own custom WebSocket:
They both exist to allow for maximum flexibility. In most cases it will be easier to subclass WebSocket. However some circumstances may lead one to prefer standard delegate callbacks instead. One such example, you're already subclassing another class, so subclassing WebSocket isn't an option.
Definition at line 145 of file WebSocket.h.
- (void) webSocket: | (WebSocket *) | ws | |
didReceiveMessage: | (NSString *) | msg | |
[optional] |
The websocket did receive an incoming message param WebSocket param NSString