- ACCEPTED - Static variable in class com.microej.example.wifi.setup.rest.endpoint.SoftAPEndpoint
-
202 Accepted.
- ACCESSES - Static variable in class com.microej.example.wifi.setup.rest.internal.ApplicationStrings
-
Accesses.
- AccessPointJSON - Class in com.microej.example.wifi.setup.rest.internal
-
A JSON view of an AccessPoint
.
- AccessPointJSON(AccessPoint) - Constructor for class com.microej.example.wifi.setup.rest.internal.AccessPointJSON
-
- AccessPointJSON(String, int, SecurityMode, float, byte[]) - Constructor for class com.microej.example.wifi.setup.rest.internal.AccessPointJSON
-
- addEndpoint(RestEndpoint) - Method in class ej.restserver.RestartableServer
-
Add the endpoint.
- addEnpoints(RestartableServer) - Method in class com.microej.example.wifi.setup.rest.RestSoftAPConnector
-
Adds the server endpoints.
- append(StringBuilder, String, float) - Static method in class com.microej.example.wifi.setup.rest.internal.JSONHelper
-
Appends a float value ("key":value) to a StringBuilder.
- append(StringBuilder, String, int) - Static method in class com.microej.example.wifi.setup.rest.internal.JSONHelper
-
Appends an int value ("key":value) to a StringBuilder.
- append(StringBuilder, String, String) - Static method in class com.microej.example.wifi.setup.rest.internal.JSONHelper
-
Appends a String value ("key":"value") to a StringBuilder.
- appendString(StringBuilder, String) - Static method in class com.microej.example.wifi.setup.rest.internal.JSONHelper
-
Appends a String in double quote to a StringBuilder.
- APPLICATION_JSON - Static variable in class com.microej.example.wifi.setup.rest.internal.ApplicationStrings
-
The application JSON.
- ApplicationStrings - Class in com.microej.example.wifi.setup.rest.internal
-
Define the strings used for the application.