cleanUp() | Socket | [static] |
CommunicatingSocket(int type, int protocol) | CommunicatingSocket | [protected] |
CommunicatingSocket(int newConnSD) | CommunicatingSocket | [protected] |
connect(const string &foreignAddress, unsigned short foreignPort) | CommunicatingSocket | |
disconnect() | UDPSocket | |
getForeignAddress() | CommunicatingSocket | |
getForeignPort() | CommunicatingSocket | |
getLocalAddress() | Socket | |
getLocalPort() | Socket | |
joinGroup(const string &multicastGroup) | UDPSocket | |
leaveGroup(const string &multicastGroup) | UDPSocket | |
recv(Buffer &buf, std::string &addr, u_int16_t &port) | UDPPacketSource | [virtual] |
UDPSocket::recv(void *buffer, int bufferLen) | CommunicatingSocket | |
recvFrom(void *buffer, int bufferLen, string &sourceAddress, unsigned short &sourcePort) | UDPSocket | |
resolveService(const string &service, const string &protocol="tcp") | Socket | [static] |
send(Buffer &buf, std::string addr, u_int16_t port) | UDPPacketSource | [virtual] |
UDPSocket::send(const void *buffer, int bufferLen) | CommunicatingSocket | |
sendTo(const void *buffer, int bufferLen, const string &foreignAddress, unsigned short foreignPort) | UDPSocket | |
setLocalAddressAndPort(const string &localAddress, unsigned short localPort=0) | Socket | |
setLocalPort(unsigned short localPort) | Socket | |
setMulticastTTL(unsigned char multicastTTL) | UDPSocket | |
sockDesc | Socket | [protected] |
Socket(int type, int protocol) | Socket | [protected] |
Socket(int sockDesc) | Socket | [protected] |
UDPPacketSource() | UDPPacketSource | |
UDPPacketSource(u_int16_t port) | UDPPacketSource | |
UDPPacketSource(std::string localaddr, u_int16_t port) | UDPPacketSource | |
UDPSocket() | UDPSocket | |
UDPSocket(unsigned short localPort) | UDPSocket | |
UDPSocket(const string &localAddress, unsigned short localPort) | UDPSocket | |
~PacketSource() | PacketSource | [inline, virtual] |
~Socket() | Socket | |