Class SensorResource

  • All Implemented Interfaces:
    org.eclipse.californium.core.server.resources.Resource

    public class SensorResource
    extends org.eclipse.californium.core.CoapResource
    • Field Summary

      • Fields inherited from class org.eclipse.californium.core.CoapResource

        LOGGER
    • 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)
    • Method Detail

      • handleGET

        public void handleGET​(org.eclipse.californium.core.server.resources.CoapExchange exchange)
        Overrides:
        handleGET in class org.eclipse.californium.core.CoapResource