Search code examples
androidjettyhttplistenerijetty

Android - Integrate iJetty Server In my Own Application


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 iJetty

Thanks.


Solution

  • 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