Can anyone tell me or guide me how to integrate iJetty webserver in my own application, I want to implement its HttpListener feature in my application so that I can send and receive data over the local network using WIFI.
I want to be able to implement HTTP verbs like "POST", "GET", "PUT", "DELETE" through iJ开发者_运维知识库etty
Thanks.
I was able to do this on my own if anyone else wants to know follow the link.
http://codersapprentice.blogspot.com/2011/09/android-integrate-jetty-server-in-my.html
精彩评论