What's wrong with the question you posted on the other thread? Was there a compelling reason to spam people and duplicating effort by starting another thread that contains the same questions?
Kris On Tue, Dec 18, 2012 at 8:37 AM, Archana <[email protected]>wrote: > > ** > > I have implemented HTTP server(handling GET. POST and DELETE requests) in > Android using sockets. In order to make the server non-blocking, I saw > there is > > java.nio package > http://developer.android.com/reference/java/nio/package-summary.html. > > > The selector keys are accept, read or write. Is there any example link or > tutorial of how will I implement non-blocking server > using nio for each of the methods GET/ POST/ DELETE)? Currently, I am using > request.getRequestLine().getMethod(); to know the method > > > Note: Http Core cannot be used as Android does not support > org.apache.http.nio.* > > Thanks in advance! > > -- > 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 -- 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

