[jira] Created: (HTTPCORE-226) java.nio.channels.IllegalSelectorException on Google Android

2010-04-29 Thread Wang Yue (JIRA)
java.nio.channels.IllegalSelectorException on Google Android Key: HTTPCORE-226 URL: https://issues.apache.org/jira/browse/HTTPCORE-226 Project: HttpComponents HttpCore Issue Type:

[jira] Commented: (HTTPCLIENT-427) Implement a cache to perform real request only when needed

2010-04-29 Thread David Mays (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12862399#action_12862399 ] David Mays commented on HTTPCLIENT-427: --- Oleg, That's outstanding! Congratulati

[jira] Commented: (HTTPCLIENT-427) Implement a cache to perform real request only when needed

2010-04-29 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12862372#action_12862372 ] Oleg Kalnichevski commented on HTTPCLIENT-427: -- Dave, My wife just gave b

Re: Can HttpCore NIO work on Android?

2010-04-29 Thread Oleg Kalnichevski
On Thu, 2010-04-29 at 17:51 +0800, ching wrote: > I'm implementing a download application that works like android's > DownloadProvider but based HttpCore NIO. > > A fatal problem I encountered is this: > 04-29 09:26:05.419: ERROR/AndroidRuntime(332): > java.nio.channels.IllegalSelectorException

[jira] Commented: (HTTPCLIENT-427) Implement a cache to perform real request only when needed

2010-04-29 Thread David Mays (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12862199#action_12862199 ] David Mays commented on HTTPCLIENT-427: --- Oleg, Thanks for letting me know! I was

Re: Can HttpCore NIO work on Android?

2010-04-29 Thread James Abley
Hi, Which version of HttpCore NIO are you using? That looks like it may be a bug which would need raising in JIRA. The Android docs [1] say that 1, 4, 8 and 16 are valid values for the bitmask ops parameter (or use the constants defined on SelectionKey); the code [2] is currently passing in 0. Th

Can HttpCore NIO work on Android?

2010-04-29 Thread ching
I'm implementing a download application that works like android's DownloadProvider but based HttpCore NIO. A fatal problem I encountered is this: 04-29 09:26:05.419: ERROR/AndroidRuntime(332): java.nio.channels.IllegalSelectorException 04-29 09:26:05.419: ERROR/AndroidRuntime(332): at java.