Modifier and Type | Method and Description |
---|---|
static ServerStatus |
Utilities.getConfig(ServerStatus server)
getConfig: this method read the configuration file.
|
static ServerStatus |
Utilities.getRules(ServerStatus server)
getRules: this method read the rules configuration file.
|
static ServerStatus |
Processing.updateServer(ServerStatus server,
java.lang.String strStatus)
updateServer: This method update the global status stored in this server.
|
static ServerStatus |
Processing.updateStatus(ServerStatus server,
Raspberry rpi)
updateStatus: this method update the server status.
|
Modifier and Type | Method and Description |
---|---|
static ServerStatus |
Utilities.getConfig(ServerStatus server)
getConfig: this method read the configuration file.
|
static ServerStatus |
Utilities.getRules(ServerStatus server)
getRules: this method read the rules configuration file.
|
static Response |
Processing.processPOSTCommand(ServerStatus server,
Raspberry rpi,
Request objRequest)
processPOSTCommand: this method process the command send by POST http method
|
static ServerStatus |
Processing.updateServer(ServerStatus server,
java.lang.String strStatus)
updateServer: This method update the global status stored in this server.
|
static ServerStatus |
Processing.updateStatus(ServerStatus server,
Raspberry rpi)
updateStatus: this method update the server status.
|
Constructor and Description |
---|
AutonomousMode(Raspberry rpi,
ServerStatus server)
AutonomousMode: This class implements the autonomous mode.
|