[ 
https://issues.apache.org/jira/browse/HTTPCORE-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571943#action_12571943
 ] 

Oleg Kalnichevski commented on HTTPCORE-148:
--------------------------------------------

> Is it OK to make API incompatible changes in httpnio while it's in Alpha?

NIO extensions share the same release cycle with the rest of core, so HttpCore 
NIO is no longer alpha, even though admittedly it is less mature than the main 
module based blocking I/O.

> The only effected interfaces should be IOSession & IOControl. I can look into 
> doing the work required to use a full ScheduledExecutorService, if you think 
> that would be more useful.

This feature does seem quite useful, but it could also be implemented on the 
protocol handler level without having to change the existing I/O session API. 
Overall, we should not make API changes unless absolutely necessary.

Oleg

> Create AsyncNHttpServiceHandler & AsyncNHttpClientHandler
> ---------------------------------------------------------
>
>                 Key: HTTPCORE-148
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-148
>             Project: HttpComponents HttpCore
>          Issue Type: New Feature
>          Components: HttpCore NIO
>    Affects Versions: 4.0-beta1
>            Reporter: Sam Berlin
>            Assignee: Oleg Kalnichevski
>             Fix For: 4.0-beta2
>
>         Attachments: changes.txt, changes.txt, changes.txt, changes2.txt, 
> client-changes.txt
>
>
> Attached is a patch for AsyncNHttpServiceHandler.  It actually works (as 
> tested by running & hitting it with IE.)  :)
> To test, run the example 'AsyncNHttpFileServer' in the examples directory or 
> the TestAsyncNHttpHandlers test.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to