]
Alessio Soldano resolved WFLY-10361.
------------------------------------
Resolution: Done
This was actually included in WFLY 12
Async (NIO) request processing support in RESTEasy ClientHttpEngine
-------------------------------------------------------------------
Key: WFLY-10361
URL:
https://issues.jboss.org/browse/WFLY-10361
Project: WildFly
Issue Type: Feature Request
Components: REST
Reporter: Alessio Soldano
Assignee: Alessio Soldano
Fix For: 12.0.0.Final
Provide an asynch version of the ClientHttpEngine abstraction within RESTEasy, to have
non-blocking behavior on client side basically down up to the socket.
A default implementation based on Apache HttpComponents HttpAsyncClient is also needed.