Protocols
The following protocols are available globally.
-
The
See moreWebSocketServiceprotocol is implemented by classes that wish to be WebSocket server side end points. An instance of theWebSocketServiceprotocol is the server side of a WebSocket connection. There can be many WebSocket connections connected to a singleWebSocketServiceprotocol instance. The protocol is a set of callbacks that are invoked when various events occur.Declaration
Swift
public protocol WebSocketService : AnyObject
View on GitHub
Protocols Reference