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

ASF subversion and git services commented on HTTPCORE-798:
----------------------------------------------------------

Commit 52e323c932da0f5ae2a1cb4780abc762aeb3f8c8 in httpcomponents-core's branch 
refs/heads/master from Arturo Bernal
[ https://gitbox.apache.org/repos/asf?p=httpcomponents-core.git;h=52e323c93 ]

HTTPCORE-798: Make socket channel creation customizable
Add a socket channel factory extension point to the connecting I/O reactor.


> Make socket channel creation customizable in the connecting I/O reactor
> -----------------------------------------------------------------------
>
>                 Key: HTTPCORE-798
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-798
>             Project: HttpComponents HttpCore
>          Issue Type: Improvement
>            Reporter: Arturo Bernal
>            Priority: Major
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> The asynchronous I/O reactor currently creates outgoing SocketChannel
> instances internally.
> This makes it difficult for applications to provide alternative socket channel
> implementations while still relying on the reactor for connection
> establishment, selector registration, I/O session creation and lifecycle
> management.
> Provide a small extension point that allows the connecting I/O reactor to
> delegate SocketChannel creation to an application supplied factory.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to