@param parent typically use "this" @param port port used to transfer data
(PApplet parent, int port)
| 68 | * @param port port used to transfer data |
| 69 | */ |
| 70 | public Server(PApplet parent, int port) { |
| 71 | this(parent, port, null); |
| 72 | } |
| 73 | |
| 74 | |
| 75 | /** |
nothing calls this directly
no test coverage detected