Harmonize Reactor client class names within the http.client
package
#33382
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
The recent introduction of
ReactorNettyClientRequestFactory
brought a naming inconsistency withReactorClientHttpConnector
as well asHttpComponentsClientHttpRequestFactory
: it would rather have to be calledReactorClientHttpRequestFactory
. However, there is alsoReactorNetty2ClientHttpConnector
, soReactorClientHttpConnector
could also be namedReactorNettyClientHttpConnector
instead. To wrap it up,HttpComponentsClientHttpRequestFactory
could be namedHttpComponentsClientRequestFactory
(dropping the repeatedHttp
from the interface name, just like inReactorNettyClientRequestFactory
).The text was updated successfully, but these errors were encountered: