Uses of Class
org.restlet.data.Range
-
Packages that use Range Package Description org.restlet Core classes of the API.org.restlet.data Information exchanged by components.org.restlet.representation Common representation data elements.org.restlet.resource Client and server resource classes.org.restlet.util Various utility classes. -
-
Uses of Range in org.restlet
Methods in org.restlet that return types with arguments of type Range Modifier and Type Method Description java.util.List<Range>
Request. getRanges()
Returns the ranges to return from the target resource's representation.Method parameters in org.restlet with type arguments of type Range Modifier and Type Method Description void
Request. setRanges(java.util.List<Range> ranges)
Sets the modifiable list of ranges to return from the target resource's representation. -
Uses of Range in org.restlet.data
Methods in org.restlet.data with parameters of type Range Modifier and Type Method Description static boolean
Range. isBytesRange(Range range)
Indicates if the unit of the given range is "bytes". -
Uses of Range in org.restlet.representation
Methods in org.restlet.representation that return Range Modifier and Type Method 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.Methods in org.restlet.representation with parameters of type Range Modifier and Type Method 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. -
Uses of Range in org.restlet.resource
Methods in org.restlet.resource that return types with arguments of type Range Modifier and Type Method Description java.util.List<Range>
Resource. getRanges()
Returns the ranges to return from the target resource's representation.Method parameters in org.restlet.resource with type arguments of type Range Modifier and Type Method Description void
ClientResource. setRanges(java.util.List<Range> ranges)
Sets the ranges to return from the target resource's representation. -
Uses of Range in org.restlet.util
Methods in org.restlet.util that return Range Modifier and Type Method Description Range
WrapperRepresentation. getRange()
Methods in org.restlet.util that return types with arguments of type Range Modifier and Type Method Description java.util.List<Range>
WrapperRequest. getRanges()
Methods in org.restlet.util with parameters of type Range Modifier and Type Method Description void
WrapperRepresentation. setRange(Range range)
Method parameters in org.restlet.util with type arguments of type Range Modifier and Type Method Description void
WrapperRequest. setRanges(java.util.List<Range> ranges)
-