Uses of Class
org.springframework.core.io.support.ResourceRegion
Packages that use ResourceRegion
Package
Description
Contains a basic abstraction over client/server-side HTTP.
Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
-
Uses of ResourceRegion in org.springframework.core.codec
Method parameters in org.springframework.core.codec with type arguments of type ResourceRegionModifier and TypeMethodDescriptionreactor.core.publisher.Flux<DataBuffer>ResourceRegionEncoder.encode(Publisher<? extends ResourceRegion> input, DataBufferFactory bufferFactory, ResolvableType elementType, MimeType mimeType, Map<String, Object> hints) -
Uses of ResourceRegion in org.springframework.http
Methods in org.springframework.http that return ResourceRegionModifier and TypeMethodDescriptionHttpRange.toResourceRegion(Resource resource) Turn aResourceinto aResourceRegionusing the range information contained in the currentHttpRange.Methods in org.springframework.http that return types with arguments of type ResourceRegionModifier and TypeMethodDescriptionstatic List<ResourceRegion>HttpRange.toResourceRegions(List<HttpRange> ranges, Resource resource) Convert eachHttpRangeinto aResourceRegion, selecting the appropriate segment of the givenResourceusing HTTP Range information. -
Uses of ResourceRegion in org.springframework.http.converter
Methods in org.springframework.http.converter that return ResourceRegionModifier and TypeMethodDescriptionprotected ResourceRegionResourceRegionHttpMessageConverter.readInternal(Class<?> clazz, HttpInputMessage inputMessage) Methods in org.springframework.http.converter with parameters of type ResourceRegionModifier and TypeMethodDescriptionprotected voidResourceRegionHttpMessageConverter.writeResourceRegion(ResourceRegion region, HttpOutputMessage outputMessage)