MCPcopy Index your code
hub / github.com/processing/processing / Server

Method Server

java/libraries/net/src/processing/net/Server.java:70–72  ·  view source on GitHub ↗

@param parent typically use "this" @param port port used to transfer data

(PApplet parent, int port)

Source from the content-addressed store, hash-verified

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 /**

Callers

nothing calls this directly

Calls 3

registerMethodMethod · 0.80
getMethodMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected