Uses of Class
org.restlet.client.data.Range

Packages that use Range
org.restlet.client Core classes of the API. 
org.restlet.client.representation Common representation data elements. 
org.restlet.client.resource Client and server resource classes. 
org.restlet.client.util Various utility classes. 
 

Uses of Range in org.restlet.client
 

Methods in org.restlet.client 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.client 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.client.representation
 

Methods in org.restlet.client.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.client.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.client.resource
 

Methods in org.restlet.client.resource that return types with arguments of type Range
 List<Range> UniformResource.getRanges()
          Returns the ranges to return from the target resource's representation.
 

Method parameters in org.restlet.client.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.client.util
 

Methods in org.restlet.client.util that return types with arguments of type Range
 List<Range> WrapperRequest.getRanges()
           
 

Method parameters in org.restlet.client.util with type arguments of type Range
 void WrapperRequest.setRanges(List<Range> ranges)
           
 



Copyright © 2005-2010 Noelios Technologies.