Wednesday, December 12, 2012

[android-developers] Re: Identifying HTTP Get requests in Android

Hi, 

I used  request.getRequestLine().getMethod(); that tells me if the method is GET/DELETE/POST and handle it accordingly. Any idea of how can I make my HTTP server in the Android phone non-blocking? I mean to simultaneously handle POST, GET and DELETE requests ?

Thank you!

On Tuesday, December 4, 2012 12:58:42 PM UTC+2, skink wrote:


Archana wrote:
> Hi,
>
>  is it using HttpService.handleRequest? Please help as I dont have much
> idea of using HTTP Core.
>
>

i have not used HttpService so cant help much

pskink

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

No comments:

Post a Comment