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.engine.adapter Adapters between low-level HTTP calls and high-level Restlet Request and Response objects.org.restlet.engine.application Supports Restlet applications.org.restlet.engine.header Supports HTTP header parsing and formatting.org.restlet.engine.io Supports input and output work.org.restlet.engine.local Supports local connectors and resources.org.restlet.ext.nio.internal.request 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
Fields in org.restlet with type parameters of type Range Modifier and Type Field Description private java.util.List<Range>Request. rangesThe ranges to return from the target resource's representation.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 voidRequest. 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 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 Modifier and Type Method Description java.util.List<Range>HttpRequest. getRanges() -
Uses of Range in org.restlet.engine.application
Fields in org.restlet.engine.application declared as Range Modifier and Type Field Description private RangeRangeRepresentation. rangeThe range specific to this wrapper.Methods in org.restlet.engine.application that return Range Modifier and Type Method Description RangeRangeRepresentation. getRange()Returns the range specific to this wrapper.Methods in org.restlet.engine.application with parameters of type Range Modifier and Type Method Description voidRangeRepresentation. setRange(Range range)Sets the range specific to this wrapper.Constructors in org.restlet.engine.application with parameters of type Range Constructor Description RangeRepresentation(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 Range Modifier and Type Method Description HeaderWriter<Range>RangeWriter. append(Range range)static java.util.List<Range>RangeReader. read(java.lang.String rangeHeader)Parse the Range header and returns the list of corresponding Range objects.Methods in org.restlet.engine.header with parameters of type Range Modifier and Type Method Description HeaderWriter<Range>RangeWriter. append(Range range)static java.lang.StringRangeWriter. write(Range range, long size)Formatsrangeas a Content-Range header value.Method parameters in org.restlet.engine.header with type arguments of type Range Modifier and Type Method Description RangeWriterRangeWriter. append(java.util.List<Range> ranges)Formatsrangesas a Range header valuestatic java.lang.StringRangeWriter. write(java.util.List<Range> ranges)Formatsrangesas a Range header value -
Uses of Range in org.restlet.engine.io
Fields in org.restlet.engine.io declared as Range Modifier and Type Field Description private RangeRangeInputStream. rangeThe range to satisfy.Constructors in org.restlet.engine.io with parameters of type Range Constructor Description RangeInputStream(java.io.InputStream in, long totalSize, Range range)Constructs a stream exposing only a range of a given source stream. -
Uses of Range in org.restlet.engine.local
Methods in org.restlet.engine.local with parameters of type Range Modifier and Type Method Description private StatusFileClientHelper. createFileWithPartialContent(Request request, java.io.File file, Range range)private StatusFileClientHelper. updateFileWithPartialContent(Request request, java.io.File file, Range range) -
Uses of Range in org.restlet.ext.nio.internal.request
Methods in org.restlet.ext.nio.internal.request that return types with arguments of type Range Modifier and Type Method Description java.util.List<Range>HttpInboundRequest. getRanges()Deprecated. -
Uses of Range in org.restlet.representation
Fields in org.restlet.representation declared as Range Modifier and Type Field Description private RangeRepresentation. rangeIndicates where in the full content the partial content available should be applied.Methods in org.restlet.representation that return Range Modifier and Type Method Description RangeRepresentation. 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 voidRepresentation. 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 voidClientResource. 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 RangeWrapperRepresentation. 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 voidWrapperRepresentation. setRange(Range range)Method parameters in org.restlet.util with type arguments of type Range Modifier and Type Method Description voidWrapperRequest. setRanges(java.util.List<Range> ranges)
-