接口 WebClient.UriSpec<S extends WebClient.RequestHeadersSpec<?>>
- 类型参数:
S- a self reference to the spec type
- 封闭接口:
- WebClient
public static interface WebClient.UriSpec<S extends WebClient.RequestHeadersSpec<?>>
Contract for specifying the URI for a request.
-
方法概要
修饰符和类型方法说明Specify the URI for the request using a URI template and URI variables.uri(String uri, Function<UriBuilder, URI> uriFunction) Specify the URI starting with a URI template and finishing off with aUriBuildercreated from the template.Specify the URI for the request using a URI template and URI variables.Specify the URI using an absolute, fully constructedURI.uri(Function<UriBuilder, URI> uriFunction) Specify the URI by through aUriBuilder.
-
方法详细资料
-
uri
Specify the URI using an absolute, fully constructedURI. -
uri
Specify the URI for the request using a URI template and URI variables. If aUriBuilderFactorywas configured for the client (e.g. with a base URI) it will be used to expand the URI template. -
uri
Specify the URI for the request using a URI template and URI variables. If aUriBuilderFactorywas configured for the client (e.g. with a base URI) it will be used to expand the URI template. -
uri
Specify the URI starting with a URI template and finishing off with aUriBuildercreated from the template.- 从以下版本开始:
- 4.0
-
uri
Specify the URI by through aUriBuilder.- 另请参阅:
-