bitz-server  0.1.6
socketlibrary::UDPSocket Member List

This is the complete list of members for socketlibrary::UDPSocket, including all inherited members.

cleanUp()socketlibrary::Socketstatic
CommunicatingSocket(int type, int protocol) (defined in socketlibrary::CommunicatingSocket)socketlibrary::CommunicatingSocketprotected
CommunicatingSocket(int newSD) (defined in socketlibrary::CommunicatingSocket)socketlibrary::CommunicatingSocketprotected
connect(const string &foreignAddress, unsigned short foreignPort)socketlibrary::CommunicatingSocket
disconnect()socketlibrary::UDPSocket
getForeignAddress()socketlibrary::CommunicatingSocket
getForeignPort()socketlibrary::CommunicatingSocket
getLocalAddress()socketlibrary::Socket
getLocalPort()socketlibrary::Socket
joinGroup(const string &multicastGroup)socketlibrary::UDPSocket
leaveGroup(const string &multicastGroup)socketlibrary::UDPSocket
peek(void *buffer, int bufferLen)socketlibrary::CommunicatingSocket
readLine(char *buffer, int bufferLen, const char delimiter= '\n')socketlibrary::CommunicatingSocket
recv(void *buffer, int bufferLen)socketlibrary::CommunicatingSocket
recvFrom(void *buffer, int bufferLen, string &sourceAddress, unsigned short &sourcePort)socketlibrary::UDPSocket
resolveService(const string &service, const string &protocol="tcp")socketlibrary::Socketstatic
send(const void *buffer, int bufferLen)socketlibrary::CommunicatingSocket
sendTo(const void *buffer, int bufferLen, const string &foreignAddress, unsigned short foreignPort)socketlibrary::UDPSocket
setLocalAddressAndPort(const string &localAddress, unsigned short localPort=0)socketlibrary::Socket
setLocalPort(unsigned short localPort)socketlibrary::Socket
setMulticastTTL(unsigned char multicastTTL)socketlibrary::UDPSocket
sock (defined in socketlibrary::Socket)socketlibrary::Socketprotected
Socket(int type, int protocol) (defined in socketlibrary::Socket)socketlibrary::Socketprotected
Socket(int sock) (defined in socketlibrary::Socket)socketlibrary::Socketprotected
UDPSocket()socketlibrary::UDPSocket
UDPSocket(unsigned short localPort)socketlibrary::UDPSocket
UDPSocket(const string &localAddress, unsigned short localPort)socketlibrary::UDPSocket
~Socket()socketlibrary::Socket