| Package | Description | 
|---|---|
| org.restlet.client | 
 Core classes of the API. 
 | 
| org.restlet.client.data | 
 Information exchanged by components. 
 | 
| org.restlet.client.representation | 
 Common representation data elements. 
 | 
| org.restlet.client.resource | 
 Client and server resource classes. 
 | 
| org.restlet.client.util | 
 Various utility classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Range> | 
Request.getRanges()
Returns the ranges to return from the target resource's representation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Request.setRanges(java.util.List<Range> ranges)
Sets the modifiable list of ranges to return from the target resource's
 representation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
Range.isBytesRange(Range range)
Indicates if the unit of the given range is "bytes". 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Range | 
Representation.getRange()
Returns the range where in the full content the partial content available
 should be applied. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Representation.setRange(Range range)
Sets the range where in the full content the partial content available
 should be applied. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Range> | 
Resource.getRanges()
Returns the ranges to return from the target resource's representation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClientResource.setRanges(java.util.List<Range> ranges)
Sets the ranges to return from the target resource's representation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Range> | 
WrapperRequest.getRanges()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WrapperRequest.setRanges(java.util.List<Range> ranges)  | 
Copyright © 2005-2024 Restlet.