See http://code.google.com/p/i-jetty/

On Jan 24, 10:27 am, Jags <[email protected]> wrote:
> ah, these are the apis for hitting a url and get some info and post
> data to from m android device, is not it ?
>
> I wanna a small http server running on my android device [may be as a
> service] and hosting small http pages browsable from my PC. for
> example if my android device is connected to wifi and gets a ip
> 192.169.2.3 i can hithttp://192.168.2.3in pc browser connected to
> same network and get a welcome page :)
>
> i know running a web server in a mobile device is weird, but it is
> just for curiosity purposes, also my minimal server should be able to
> receive get post requests from the browsrs,
>
> i hope i am more clearer now
>
> regards
>
> On Jan 24, 4:11 am, Brion Emde <[email protected]> wrote:
>
> > I don't know exactly what you are talking about. The full Apache
> > HttpClient library is present, as well as the Java equivalent.
>
> > Take a look at the Apache DefaultHttpClient 
> > here:http://developer.android.com/reference/org/apache/http/impl/client/pa...
>
> > Also there is HttpGet and HttpPost and so on are all defined here:
>
> >http://developer.android.com/reference/org/apache/http/client/methods...
>
> > There are many examples of using these objects on the internet and in
> > this group.
>
> > On Jan 23, 8:39 am, Jags <[email protected]> wrote:
>
> > > is there a simple example of HttpServerConnection usage in android ?
> > > can it be used for posting some data to android device ? i mean get
> > > post type ?
>
> > > thanks and regards
> > > Jagat
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to