Uses of Class
org.restlet.data.Range
Packages that use Range
Package
Description
Core classes of the Restlet API.
Information exchanged by components.
Adapters between low-level HTTP calls and high-level Restlet Request and
Response objects.
Supports Restlet applications.
Supports HTTP header parsing and formatting.
Supports input and output work.
Common representation data elements.
Client and server resource classes.
Various utility classes.
-
Uses of Range in org.restlet
Methods in org.restlet that return types with arguments of type RangeModifier and TypeMethodDescriptionRequest.getRanges()Returns the ranges to return from the target resource's representation.Method parameters in org.restlet with type arguments of type Range -
Uses of Range in org.restlet.data
Methods in org.restlet.data with parameters of type RangeModifier and TypeMethodDescriptionstatic booleanRange.isBytesRange(Range range) Indicates if the unit of the given range is "bytes". -
Uses of Range in org.restlet.engine.adapter
Methods in org.restlet.engine.adapter that return types with arguments of type Range -
Uses of Range in org.restlet.engine.application
Methods in org.restlet.engine.application that return RangeModifier and TypeMethodDescriptionRangeRepresentation.getRange()Returns the range specific to this wrapper.Methods in org.restlet.engine.application with parameters of type RangeModifier and TypeMethodDescriptionvoidSets the range specific to this wrapper.Constructors in org.restlet.engine.application with parameters of type RangeModifierConstructorDescriptionRangeRepresentation(Representation wrappedRepresentation, Range range) Constructor. -
Uses of Range in org.restlet.engine.header
Methods in org.restlet.engine.header that return types with arguments of type RangeModifier and TypeMethodDescriptionParse the Range header and returns the list of corresponding Range objects.Methods in org.restlet.engine.header with parameters of type RangeMethod parameters in org.restlet.engine.header with type arguments of type Range -
Uses of Range in org.restlet.engine.io
Constructors in org.restlet.engine.io with parameters of type RangeModifierConstructorDescriptionRangeInputStream(InputStream in, long totalSize, Range range) Constructs a stream exposing only a range of a given source stream. -
Uses of Range in org.restlet.representation
Methods in org.restlet.representation that return RangeModifier and TypeMethodDescriptionRepresentation.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 -
Uses of Range in org.restlet.resource
Methods in org.restlet.resource that return types with arguments of type RangeModifier and TypeMethodDescriptionResource.getRanges()Returns the ranges to return from the target resource's representation.Method parameters in org.restlet.resource with type arguments of type Range -
Uses of Range in org.restlet.util
Methods in org.restlet.util that return RangeMethods in org.restlet.util that return types with arguments of type RangeMethods in org.restlet.util with parameters of type RangeMethod parameters in org.restlet.util with type arguments of type Range