- readAutomaticConfig(Client) - Static method in class picontrol.Processing
-
readAutomaticConfig: read the file with the automatic configuration.
- readEmailConfig() - Static method in class picontrol.SendMail
-
readEmailConfig: read the email configuration from a file.
- readManualConfig(Client, Connection) - Static method in class picontrol.Processing
-
readManualConfig: Read the manual configuration from the database.
- Request - Class in picontrol
-
Request: This class implements a server request.
- Request() - Constructor for class picontrol.Request
-
Request: Constructor without parameters
- Request(String) - Constructor for class picontrol.Request
-
Request: Constructor with command parameter
- Request(String, String) - Constructor for class picontrol.Request
-
Request: Constructor with command and parameters
- Response - Class in picontrol
-
Response: This class implements a server response.
- Response() - Constructor for class picontrol.Response
-
Response: Constructor without parameters
- Response(Constants.CONNECTION_ERROR, String) - Constructor for class picontrol.Response
-
Response: Constructor with message and error code
- Response(String) - Constructor for class picontrol.Response
-
Response: Constructor with message
- Response(Constants.CONNECTION_ERROR) - Constructor for class picontrol.Response
-
Response: Constructor with error code