WebSocketServerEvent
public enum WebSocketServerEvent : Sendable
Undocumented
-
Undocumented
Declaration
Swift
case connected(WebSocketConnection, [String : String])
-
Undocumented
Declaration
Swift
case disconnected(WebSocketConnection, String, UInt16)
-
Undocumented
Declaration
Swift
case text(WebSocketConnection, String)
-
Undocumented
Declaration
Swift
case binary(WebSocketConnection, Data)
-
Undocumented
Declaration
Swift
case pong(WebSocketConnection, Data?)
-
Undocumented
Declaration
Swift
case ping(WebSocketConnection, Data?)