|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Range | |
---|---|
org.restlet | Core classes of the API. |
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 | |
---|---|
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 | |
---|---|
void |
Request.setRanges(List<Range> ranges)
Sets the modifiable list of ranges to return from the target resource's representation. |
Uses of Range in org.restlet.representation |
---|
Methods in org.restlet.representation that return Range | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
void |
ClientResource.setRanges(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 | |
---|---|
Range |
WrapperRepresentation.getRange()
|
Methods in org.restlet.util that return types with arguments of type Range | |
---|---|
List<Range> |
WrapperRequest.getRanges()
|
Methods in org.restlet.util with parameters of type Range | |
---|---|
void |
WrapperRepresentation.setRange(Range range)
|
Method parameters in org.restlet.util with type arguments of type Range | |
---|---|
void |
WrapperRequest.setRanges(List<Range> ranges)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |