Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 10:32:58 2010 for ImpalaSrc by  doxygen 1.5.1