TransportSelection
public enum TransportSelection : String, CustomStringConvertible
See also
ConnectionOptions.forcedTransport
-
Websocket streaming or polling
Declaration
Swift
case WS = "WS" -
Websocket streaming
Declaration
Swift
case WS_STREAMING = "WS-STREAMING" -
Websocket polling
Declaration
Swift
case WS_POLLING = "WS-POLLING" -
HTTP streaming or polling
Declaration
Swift
case HTTP = "HTTP" -
HTTP streaming
Declaration
Swift
case HTTP_STREAMING = "HTTP-STREAMING" -
HTTP polling
Declaration
Swift
case HTTP_POLLING = "HTTP-POLLING" -
Declaration
Swift
public var description: String { get }
TransportSelection Enumeration Reference