Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

UDPSocket::UDPSocket ( const string &  localAddress,
unsigned short  localPort 
) throw (SocketException)

Construct a UDP socket with the given local port and address.

Parameters:
localAddress local address
localPort local port
Exceptions:
SocketException thrown if unable to create UDP socket

Definition at line 296 of file PracticalSocket.cpp.

00297                             : CommunicatingSocket(SOCK_DGRAM, IPPROTO_UDP) {
00298   setLocalAddressAndPort(localAddress, localPort);
00299   setBroadcast();
00300 }


Generated on Thu Jan 13 09:13:09 2011 for ImpalaSrc by  doxygen 1.5.1