Constructs a new server using an already created socket.
Constructs a new server using an UDP socket for IPv4 addresses.
Binds the server to the given address.
Binds the server to the given IPv4 IP and port.
Binds the server to the "localhost" IP using the given local port.
Closes the server.
Checks if some messages are in the server buffer.
Gets the next message received.
A server receiving OSC packets.