|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Range | |
---|---|
org.restlet.data | Element of information handled by a component via a connector. |
org.restlet.resource | Common resource and representation data elements. |
org.restlet.util | Utility classes and interfaces used in the rest of the API. |
Uses of Range in org.restlet.data |
---|
Methods in org.restlet.data that return types with arguments of type Range | |
---|---|
java.util.List<Range> |
Request.getRanges()
Returns the ranges to return from the target resource's representation. |
Method parameters in org.restlet.data with type arguments of type Range | |
---|---|
void |
Request.setRanges(java.util.List<Range> ranges)
Sets the ranges to return from the target resource's representation. |
Uses of Range in org.restlet.resource |
---|
Methods in org.restlet.resource that return Range | |
---|---|
Range |
Representation.getRange()
Returns the range where in the full content the partial content available should be applied. |
Methods in org.restlet.resource with parameters of type Range | |
---|---|
void |
Representation.setRange(Range range)
Sets the range where in the full content the partial content available should be applied. |
Uses of Range in org.restlet.util |
---|
Methods in org.restlet.util that return Range | |
---|---|
Range |
WrapperRepresentation.getRange()
|
Methods in org.restlet.util with parameters of type Range | |
---|---|
void |
WrapperRepresentation.setRange(Range range)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |