8 #ifndef FACEBOOK_NETWORK_UDP_SERVER_H
9 #define FACEBOOK_NETWORK_UDP_SERVER_H
This class wraps an address number with 32 bits.
Definition: Address4.h:26
This class is the base class for all connectionless server.
Definition: ConnectionlessServer.h:30
This class wraps a port number with 16 bits.
Definition: Port.h:26
This class implements a UDP server.
Definition: UDPServer.h:25
bool buildSocket(const Address4 &localAddress=Address4(), const Port localPort=Port())
Creates a UDP server socket.
UDPServer()
Creates a new UDP server object.
bool start() override
Starts the server.
~UDPServer() override
Destructs a UDP server object.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15