Uses of Class
de.fraunhofer.iosb.ilt.frostclient.SensorThingsService
Packages that use SensorThingsService
Package
Description
-
Uses of SensorThingsService in de.fraunhofer.iosb.ilt.frostclient
Methods in de.fraunhofer.iosb.ilt.frostclient that return SensorThingsServiceModifier and TypeMethodDescriptionfinal SensorThingsServiceSensorThingsService.setEndpoint(URI endpoint) Sets the endpoint URL/URI.final SensorThingsServiceSensorThingsService.setEndpoint(URL endpoint) Sets the endpoint URL/URI.SensorThingsService.setTokenManager(TokenManager tokenManager) Sets the TokenManager.final SensorThingsServiceSensorThingsService.setUrlReplace(String urlReplace) In some cases the server generates URLs using a different base URL. -
Uses of SensorThingsService in de.fraunhofer.iosb.ilt.frostclient.dao
Methods in de.fraunhofer.iosb.ilt.frostclient.dao that return SensorThingsServiceConstructors in de.fraunhofer.iosb.ilt.frostclient.dao with parameters of type SensorThingsServiceModifierConstructorDescriptionBaseDao(SensorThingsService service, Entity parent, NavigationPropertyEntitySet navigationLink) BaseDao(SensorThingsService service, EntityType entityType) Constructor. -
Uses of SensorThingsService in de.fraunhofer.iosb.ilt.frostclient.model
Methods in de.fraunhofer.iosb.ilt.frostclient.model that return SensorThingsServiceMethods in de.fraunhofer.iosb.ilt.frostclient.model with parameters of type SensorThingsServiceModifier and TypeMethodDescriptionvoidEntity.setService(SensorThingsService service) voidEntitySet.setService(SensorThingsService service) Sets the service for the set and all Entities in the set.voidEntitySetImpl.setService(SensorThingsService service) -
Uses of SensorThingsService in de.fraunhofer.iosb.ilt.frostclient.query
Methods in de.fraunhofer.iosb.ilt.frostclient.query that return SensorThingsServiceConstructors in de.fraunhofer.iosb.ilt.frostclient.query with parameters of type SensorThingsServiceModifierConstructorDescriptionQuery(SensorThingsService service, Entity parent, NavigationPropertyEntitySet navigationLink) Query(SensorThingsService service, EntityType entityType) -
Uses of SensorThingsService in de.fraunhofer.iosb.ilt.frostclient.utils
Methods in de.fraunhofer.iosb.ilt.frostclient.utils with parameters of type SensorThingsServiceModifier and TypeMethodDescriptionstatic voidUtils.createInsecureHttpClient(SensorThingsService service)