Uses of Class
org.springframework.http.codec.ResourceHttpMessageWriter
Packages that use ResourceHttpMessageWriter Package Description org.springframework.web.reactive.resource Support classes for serving static resources.Uses of ResourceHttpMessageWriter in org.springframework.web.reactive.resource
Methods in org.springframework.web.reactive.resource that return ResourceHttpMessageWriter Modifier and Type Method Description ResourceHttpMessageWriterResourceWebHandler. getResourceHttpMessageWriter()Return the configured resource message writer.Methods in org.springframework.web.reactive.resource with parameters of type ResourceHttpMessageWriter Modifier and Type Method Description voidResourceWebHandler. setResourceHttpMessageWriter(ResourceHttpMessageWriter httpMessageWriter)Configure theResourceHttpMessageWriterto use.