Protocols
The following protocols are available globally.
-
Protocol that is used to implement socket.io WebSocket support
See moreDeclaration
Swift
public protocol SocketEngineWebsocket : SocketEngineSpec, WebSocketDelegate
-
Protocol that is used to implement socket.io polling support
See moreDeclaration
Swift
public protocol SocketEnginePollable : SocketEngineSpec
-
Specifies a SocketEngine.
See moreDeclaration
Swift
@objc public protocol SocketEngineSpec
-
A marking protocol that says a type can be represented in a socket.io packet.
Declaration
Swift
public protocol SocketData
-
Represents a class will log client events.
See moreDeclaration
Swift
public protocol SocketLogger : class
-
Declares that a type will be a delegate to an engine.
See moreDeclaration
Swift
@objc public protocol SocketEngineClient
-
Undocumented
See more
Protocols Reference