37 #ifndef RTPTCPADDRESS_H
39 #define RTPTCPADDRESS_H
41 #include "rtpconfig.h"
49 class RTPMemoryManager;
74 bool IsSameAddress(
const RTPAddress *addr)
const;
75 bool IsFromSameHost(
const RTPAddress *addr)
const;
77 std::string GetAddressString()
const;
This class is an abstract class which is used to specify destinations, multicast groups etc.
Definition: rtpaddress.h:51
A memory manager.
Definition: rtpmemorymanager.h:151
Represents a TCP 'address' and port.
Definition: rtptcpaddress.h:57
SocketType GetSocket() const
Returns the socket that was specified in the constructor.
Definition: rtptcpaddress.h:69
RTPTCPAddress(SocketType sock)
Creates an instance with which you can use a specific socket in the TCP transmitter (must be connecte...
Definition: rtptcpaddress.h:61