A B C D E F G H I J L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
W
- WebThingServer - Class in com.gears42.iot.webthing
-
Server to represent a Web Thing over HTTP.
- WebThingServer(Context, WebThingServer.ThingsType) - Constructor for class com.gears42.iot.webthing.WebThingServer
-
Initialize the WebThingServer on port 80.
- WebThingServer(Context, WebThingServer.ThingsType, Integer) - Constructor for class com.gears42.iot.webthing.WebThingServer
-
Initialize the WebThingServer.
- WebThingServer(Context, WebThingServer.ThingsType, Integer, String) - Constructor for class com.gears42.iot.webthing.WebThingServer
-
Initialize the WebThingServer.
- WebThingServer(Context, WebThingServer.ThingsType, Integer, String, WebThingServer.SSLOptions) - Constructor for class com.gears42.iot.webthing.WebThingServer
-
Initialize the WebThingServer.
- WebThingServer.ActionHandler - Class in com.gears42.iot.webthing
-
Handle a request to /actions/<action_name>.
- WebThingServer.ActionIDHandler - Class in com.gears42.iot.webthing
-
Handle a request to /actions/<action_name>/<action_id>.
- WebThingServer.ActionsHandler - Class in com.gears42.iot.webthing
-
Handle a request to /actions.
- WebThingServer.BaseHandler - Class in com.gears42.iot.webthing
-
Base handler that responds to every request with a 405 Method Not Allowed.
- WebThingServer.ComplianceEventHandler - Class in com.gears42.iot.webthing
- WebThingServer.ComplianceHandler - Class in com.gears42.iot.webthing
- WebThingServer.EventHandler - Class in com.gears42.iot.webthing
-
Handle a request to /events/<event_name>.
- WebThingServer.EventsHandler - Class in com.gears42.iot.webthing
-
Handle a request to /events.
- WebThingServer.LoginHandler - Class in com.gears42.iot.webthing
- WebThingServer.MDMAttributesHandler - Class in com.gears42.iot.webthing
-
Handle a request to /thinginfo/<property>.
- WebThingServer.MultipleThings - Class in com.gears42.iot.webthing
-
A container for multiple things.
- WebThingServer.PropertiesHandler - Class in com.gears42.iot.webthing
-
Handle a request to /properties.
- WebThingServer.PropertyHandler - Class in com.gears42.iot.webthing
-
Handle a request to /properties/<property>.
- WebThingServer.SingleThing - Class in com.gears42.iot.webthing
-
A container for a single thing.
- WebThingServer.SSLOptions - Class in com.gears42.iot.webthing
-
Class to hold options required by SSL server.
- WebThingServer.ThingHandler - Class in com.gears42.iot.webthing
-
Handle a request to /.
- WebThingServer.ThingHandler.ThingWebSocket - Class in com.gears42.iot.webthing
-
Class to handle WebSockets to a Thing.
- WebThingServer.ThingsHandler - Class in com.gears42.iot.webthing
-
Handle a request to / when the server manages multiple things.
All Classes All Packages