Interface WebClient.UriSpec<S extends WebClient.RequestHeadersSpec<?>>
- Type Parameters:
S- a self reference to the spec type
- All Known Subinterfaces:
WebClient.RequestBodyUriSpec, WebClient.RequestHeadersUriSpec<S>
- Enclosing interface:
WebClient
public static interface WebClient.UriSpec<S extends WebClient.RequestHeadersSpec<?>>
Contract for specifying the URI for a request.
- Since:
- 5.0
- Author:
- Rossen Stoyanchev, Arjen Poutsma, Sebastien Deleuze, Brian Clozel
-
Method Summary
Modifier and TypeMethodDescriptionSpecify the URI for the request using a URI template and URI variables.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.Specify the URI by through aUriBuilder.
-
Method Details
-
uri
-
uri
-
uri
-
uri
-
uri
-