8 #ifndef FACEBOOK_NETWORK_PACKAGED_UDP_CLIENT_H
9 #define FACEBOOK_NETWORK_PACKAGED_UDP_CLIENT_H
This class wraps an address number with 32 bits.
Definition: Address4.h:26
This class is the base class for all packaged connectionless clients.
Definition: PackagedConnectionlessClient.h:31
This class implements a UDP client able to send larger messages as normally restricted by the UDP pro...
Definition: PackagedUDPClient.h:25
bool buildSocket(const Address4 &localAddress=Address4(), const Port localPort=Port())
Build the UDP socket.
PackagedUDPClient()
Creates a new UDP client.
~PackagedUDPClient() override
Destructs a UDP client.
This class wraps a port number with 16 bits.
Definition: Port.h:26
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15