Skip to content

Harmonize Reactor client class names within the http.client package #33382

Closed
@jhoeller

Description

@jhoeller

The recent introduction of ReactorNettyClientRequestFactory brought a naming inconsistency with ReactorClientHttpConnector as well as HttpComponentsClientHttpRequestFactory: it would rather have to be called ReactorClientHttpRequestFactory. However, there is also ReactorNetty2ClientHttpConnector, so ReactorClientHttpConnector could also be named ReactorNettyClientHttpConnector instead. To wrap it up, HttpComponentsClientHttpRequestFactory could be named HttpComponentsClientRequestFactory (dropping the repeated Http from the interface name, just like in ReactorNettyClientRequestFactory).

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions