Class SensorResource
- java.lang.Object
-
- org.eclipse.californium.core.CoapResource
-
- io.patriot_framework.generator.controll.resources.SensorResource
-
- All Implemented Interfaces:
org.eclipse.californium.core.server.resources.Resource
public class SensorResource extends org.eclipse.californium.core.CoapResource
-
-
Constructor Summary
Constructors Constructor Description SensorResource(Sensor sensor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleGET(org.eclipse.californium.core.server.resources.CoapExchange exchange)
-
Methods inherited from class org.eclipse.californium.core.CoapResource
add, add, add, addObserver, addObserveRelation, changed, changed, checkObserveRelation, clearAndNotifyObserveRelations, clearObserveRelations, createClient, createClient, createClient, delete, delete, delete, execute, executeAndWait, getAttributes, getChild, getChildren, getEndpoints, getExecutor, getName, getObserverCount, getParent, getPath, getURI, handleDELETE, handlePOST, handlePUT, handleRequest, isCachable, isObservable, isVisible, notifyObserverRelations, removeObserver, removeObserveRelation, setName, setObservable, setObserveType, setParent, setPath, setVisible
-
-
-
-
Constructor Detail
-
SensorResource
public SensorResource(Sensor sensor)
-
-