- PATH - Static variable in class piserver.Constants
-
- Peripheral - Class in piserver
-
Peripheral: this class implement a logic peripheral connected to the Raspberry server
- Peripheral() - Constructor for class piserver.Peripheral
-
- Peripheral(String, String) - Constructor for class piserver.Peripheral
-
- PI_VOLTAGE - Static variable in class piserver.Constants
-
- piserver - package piserver
-
- PiServer - Class in piserver
-
PiServer: this class implements a the server running on a Raspberry.
- PiServer() - Constructor for class piserver.PiServer
-
- Processing - Class in piserver
-
Processing: class who implements methods for do some process.
- Processing() - Constructor for class piserver.Processing
-
- Processor - Class in piserver
-
Processor: this class implements a logic component on the network.
- Processor() - Constructor for class piserver.Processor
-
Processor: Constructor without parameters.
- Processor(String, String, boolean) - Constructor for class piserver.Processor
-
Processor: Constructor with parameters.
- processPOSTCommand(ServerStatus, Raspberry, Request) - Static method in class piserver.Processing
-
processPOSTCommand: this method process the command send by POST http method
- PROTOCOL - Static variable in class piserver.Constants
-