mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 14:40:00 +00:00
Update references to HTTP service clients in docs
Closes gh-35522
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ public class HttpRequestValues {
|
||||
/**
|
||||
* Return the {@link UriBuilderFactory} to expand
|
||||
* the {@link HttpRequestValues#uriTemplate} and {@link #getUriVariables()} with.
|
||||
* <p>The {@link UriBuilderFactory} is passed into the HTTP interface method
|
||||
* <p>The {@link UriBuilderFactory} is passed into the HTTP Service client method
|
||||
* in order to override the UriBuilderFactory (and its baseUrl) used by the
|
||||
* underlying client.
|
||||
* @since 6.1
|
||||
|
||||
+2
-2
@@ -33,7 +33,7 @@ public interface HttpServiceProxyRegistry {
|
||||
* Return an HTTP service client from any group as long as there is only one
|
||||
* client of this type across all groups.
|
||||
* @param httpServiceType the type of client
|
||||
* @param <P> the type of HTTP interface client
|
||||
* @param <P> the type of HTTP service client
|
||||
* @return the matched client
|
||||
* @throws IllegalArgumentException if there is no client of the given type,
|
||||
* or there is more than one client of the given type.
|
||||
@@ -44,7 +44,7 @@ public interface HttpServiceProxyRegistry {
|
||||
* Return an HTTP service client from the named group.
|
||||
* @param groupName the name of the group
|
||||
* @param httpServiceType the type of client
|
||||
* @param <P> the type of HTTP interface client
|
||||
* @param <P> the type of HTTP service client
|
||||
* @return the matched client
|
||||
* @throws IllegalArgumentException if there is no matching client.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user