sipXtapi home page


Public Member Functions | Private Attributes | List of all members
SdpMediaLine::SdpRemoteCandidate Class Reference

#include <SdpMediaLine.h>

Inheritance diagram for SdpMediaLine::SdpRemoteCandidate:
Inheritance graph
[legend]
Collaboration diagram for SdpMediaLine::SdpRemoteCandidate:
Collaboration graph
[legend]

Public Member Functions

 SdpRemoteCandidate (unsigned int componentId, const char *connectionAddress, unsigned int port)
 
 SdpRemoteCandidate (const SdpRemoteCandidate &rhs)
 
UtlContainableType getContainableType () const
 
unsigned hash () const
 
int compareTo (UtlContainable const *) const
 
UtlCopyableContainable * clone () const
 
void setComponentId (unsigned int componentId)
 
unsigned int getComponentId () const
 
void setConnectionAddress (const char *connectionAddress)
 
const UtlString & getConnectionAddress () const
 
void setPort (unsigned int port)
 
unsigned int getPort () const
 

Private Attributes

unsigned int mComponentId
 
UtlString mConnectionAddress
 
unsigned int mPort
 

Constructor & Destructor Documentation

SdpRemoteCandidate ( unsigned int  componentId,
const char *  connectionAddress,
unsigned int  port 
)
inline
SdpRemoteCandidate ( const SdpRemoteCandidate rhs)
inline

Member Function Documentation

UtlCopyableContainable* clone ( ) const
inline
int compareTo ( UtlContainable const *  ) const
inline
unsigned int getComponentId ( ) const
inline
const UtlString& getConnectionAddress ( ) const
inline
UtlContainableType getContainableType ( ) const
inline
unsigned int getPort ( ) const
inline
unsigned hash ( ) const
inline
void setComponentId ( unsigned int  componentId)
inline
void setConnectionAddress ( const char *  connectionAddress)
inline
void setPort ( unsigned int  port)
inline

Member Data Documentation

unsigned int mComponentId
private
UtlString mConnectionAddress
private
unsigned int mPort
private