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
Subclasses with type arguments of type ResourceRegion in org.springframework.core.codecMethod parameters in org.springframework.core.codec with type arguments of type ResourceRegionModifier and TypeMethodDescriptionResourceRegionEncoder.encode(Publisher<? extends ResourceRegion> input, DataBufferFactory bufferFactory, ResolvableType elementType, @Nullable MimeType mimeType, @Nullable 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)