Uses of Class
org.restlet.service.RangeService
-
Packages that use RangeService Package Description org.restlet Core classes of the API.org.restlet.engine.application Supports Restlet applications. -
-
Uses of RangeService in org.restlet
Methods in org.restlet that return RangeService Modifier and Type Method Description RangeServiceApplication. getRangeService()Returns the range service.Methods in org.restlet with parameters of type RangeService Modifier and Type Method Description voidApplication. setRangeService(RangeService rangeService)Sets the range service. -
Uses of RangeService in org.restlet.engine.application
Methods in org.restlet.engine.application that return RangeService Modifier and Type Method Description RangeServiceRangeFilter. getRangeService()Returns the Range service of the parent application.
-