Package | Description |
---|---|
org.springframework.core.codec | |
org.springframework.http |
Contains a basic abstraction over client/server-side HTTP.
|
org.springframework.http.converter |
Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<DataBuffer> |
ResourceRegionEncoder.encode(Publisher<? extends ResourceRegion> input,
DataBufferFactory bufferFactory,
ResolvableType elementType,
MimeType mimeType,
Map<String,Object> hints) |
Modifier and Type | Method and Description |
---|---|
ResourceRegion |
HttpRange.toResourceRegion(Resource resource)
Turn a
Resource into a ResourceRegion using the range
information contained in the current HttpRange . |
Modifier and Type | Method and Description |
---|---|
static List<ResourceRegion> |
HttpRange.toResourceRegions(List<HttpRange> ranges,
Resource resource)
Convert each
HttpRange into a ResourceRegion , selecting the
appropriate segment of the given Resource using HTTP Range information. |
Modifier and Type | Method and Description |
---|---|
protected ResourceRegion |
ResourceRegionHttpMessageConverter.readInternal(Class<?> clazz,
HttpInputMessage inputMessage) |
Modifier and Type | Method and Description |
---|---|
protected void |
ResourceRegionHttpMessageConverter.writeResourceRegion(ResourceRegion region,
HttpOutputMessage outputMessage) |