WebSocketServerProtocol

public protocol WebSocketServerProtocol

Undocumented

  • Undocumented

    Declaration

    Swift

    func start(address: String, port: UInt16) -> Error?
  • Undocumented

    Declaration

    Swift

    func stop()