Android Couchbase - 附件的URI

时间:2012-02-01 17:49:21

标签: android couchdb uri attachment couchbase

我的一些couchdb附件是html文件。我想在webview中使用这些html文件。为此,我需要完整的附件网址。如何获得这些附件的完整路径?我应该使用哪些API。我正在使用Couchbase库用于Android和Ektorp客户端库。

谢谢, 普拉莫德

1 个答案:

答案 0 :(得分:0)

我得到了解决方案。

启动couchdb服务后,将使用ICouchBaseDelegateonCouchBaseStarted值调用host方法port。这是存储的,并且在couchdb a.html内的文档doc中的附件dbName的网址构造如下:

url = "http://" + host + ":" + port + "/" + dbName + "/" + doc + "a.html"