Uses of Package
org.springframework.web.reactive.function
Packages that use org.springframework.web.reactive.function Package Description org.springframework.mock.web.reactive.function.server Mock objects for the functional web framework.org.springframework.test.web.reactive.server Support for testing Spring WebFlux server endpoints viaWebTestClient.org.springframework.web.reactive.function Provides a foundation for both the reactive client and server subpackages.org.springframework.web.reactive.function.client Provides a reactiveWebClientthat builds on top of theorg.springframework.http.client.reactivereactive HTTP adapter layer.org.springframework.web.reactive.function.client.support Classes supporting theorg.springframework.web.reactive.function.clientpackage.org.springframework.web.reactive.function.server Provides the types that make up Spring's functional web framework for Reactive environments.org.springframework.web.reactive.function.server.support Classes supporting theorg.springframework.web.reactive.function.serverpackage.Classes in org.springframework.web.reactive.function used by org.springframework.mock.web.reactive.function.server Class Description BodyExtractor A function that can extract data from aReactiveHttpInputMessagebody.Classes in org.springframework.web.reactive.function used by org.springframework.test.web.reactive.server Class Description BodyInserter A combination of functions that can populate aReactiveHttpOutputMessagebody.Classes in org.springframework.web.reactive.function used by org.springframework.web.reactive.function Class Description BodyExtractor A function that can extract data from aReactiveHttpInputMessagebody.BodyExtractor.Context Defines the context used during the extraction.BodyInserter A combination of functions that can populate aReactiveHttpOutputMessagebody.BodyInserter.Context Defines the context used during the insertion.BodyInserters.FormInserter Extension ofBodyInserterthat allows for adding form data or multipart form data.BodyInserters.MultipartInserter Extension ofBodyInserters.FormInserterthat allows for adding asynchronous parts.Classes in org.springframework.web.reactive.function used by org.springframework.web.reactive.function.client Class Description BodyExtractor A function that can extract data from aReactiveHttpInputMessagebody.BodyInserter A combination of functions that can populate aReactiveHttpOutputMessagebody.Classes in org.springframework.web.reactive.function used by org.springframework.web.reactive.function.client.support Class Description BodyExtractor A function that can extract data from aReactiveHttpInputMessagebody.Classes in org.springframework.web.reactive.function used by org.springframework.web.reactive.function.server Class Description BodyExtractor A function that can extract data from aReactiveHttpInputMessagebody.BodyInserter A combination of functions that can populate aReactiveHttpOutputMessagebody.Classes in org.springframework.web.reactive.function used by org.springframework.web.reactive.function.server.support Class Description BodyExtractor A function that can extract data from aReactiveHttpInputMessagebody.