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