| Modifier and Type | Method and Description |
|---|---|
List<Range> |
Request.getRanges()
Returns the ranges to return from the target resource's representation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Request.setRanges(List<Range> ranges)
Sets the modifiable list of ranges to return from the target resource's
representation.
|
| Modifier and Type | Method and Description |
|---|---|
List<Range> |
HttpRequest.getRanges() |
| Modifier and Type | Method and Description |
|---|---|
Range |
RangeRepresentation.getRange()
Returns the range specific to this wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RangeRepresentation.setRange(Range range)
Sets the range specific to this wrapper.
|
| Constructor and Description |
|---|
RangeRepresentation(Representation wrappedRepresentation,
Range range)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
HeaderWriter<Range> |
RangeWriter.append(Range range) |
static List<Range> |
RangeReader.read(String rangeHeader)
Parse the Range header and returns the list of corresponding Range
objects.
|
| Modifier and Type | Method and Description |
|---|---|
HeaderWriter<Range> |
RangeWriter.append(Range range) |
static String |
RangeWriter.write(Range range,
long size)
Formats
range as a Content-Range header value. |
| Modifier and Type | Method and Description |
|---|---|
RangeWriter |
RangeWriter.append(List<Range> ranges)
Formats
ranges as a Range header value |
static String |
RangeWriter.write(List<Range> ranges)
Formats
ranges as a Range header value |
| Constructor and Description |
|---|
RangeInputStream(InputStream in,
long totalSize,
Range range)
Constructs a stream exposing only a range of a given source stream.
|
| Modifier and Type | Method and Description |
|---|---|
List<Range> |
HttpInboundRequest.getRanges() |
| Modifier and Type | Method and Description |
|---|---|
List<Range> |
SipInboundRequest.getRanges()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Range |
Representation.getRange()
Returns the range where in the full content the partial content available
should be applied.
Note that when used with HTTP connectors, this property maps to the "Content-Range" header. |
| Modifier and Type | Method and Description |
|---|---|
void |
Representation.setRange(Range range)
Sets the range where in the full content the partial content available
should be applied.
Note that when used with HTTP connectors, this property maps to the "Content-Range" header. |
| Modifier and Type | Method and Description |
|---|---|
List<Range> |
Resource.getRanges()
Returns the ranges to return from the target resource's representation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientResource.setRanges(List<Range> ranges)
Sets the ranges to return from the target resource's representation.
|
| Modifier and Type | Method and Description |
|---|---|
Range |
WrapperRepresentation.getRange() |
| Modifier and Type | Method and Description |
|---|---|
List<Range> |
WrapperRequest.getRanges() |
| Modifier and Type | Method and Description |
|---|---|
void |
WrapperRepresentation.setRange(Range range) |
| Modifier and Type | Method and Description |
|---|---|
void |
WrapperRequest.setRanges(List<Range> ranges) |
Copyright © 2005–2016. All rights reserved.