Uses of Interface
org.springframework.web.util.UriBuilderFactory
Package
Description
Support for testing Spring WebFlux server endpoints via
WebTestClient
.Provides a reactive
WebClient
that builds on top of the
org.springframework.http.client.reactive
reactive HTTP adapter layer.Miscellaneous web utility classes, such as HTML escaping and cookie handling.
-
Uses of UriBuilderFactory in org.springframework.test.web.reactive.server
Modifier and TypeMethodDescriptionWebTestClient.Builder.uriBuilderFactory
(UriBuilderFactory uriBuilderFactory) Provide a pre-configuredUriBuilderFactory
instance as an alternative to and effectively overridingWebTestClient.Builder.baseUrl(String)
. -
Uses of UriBuilderFactory in org.springframework.web.reactive.function.client
Modifier and TypeMethodDescriptionWebClient.Builder.uriBuilderFactory
(UriBuilderFactory uriBuilderFactory) Provide a pre-configuredUriBuilderFactory
instance. -
Uses of UriBuilderFactory in org.springframework.web.util
Modifier and TypeClassDescriptionclass
UriBuilderFactory
that relies onUriComponentsBuilder
for the actual building of the URI.