webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
cricket::TurnServerAllocation::Channel Class Reference
Inheritance diagram for cricket::TurnServerAllocation::Channel:
rtc::MessageHandler

Public Member Functions

 Channel (rtc::Thread *thread, int id, const rtc::SocketAddress &peer)
 
 ~Channel ()
 
int id () const
 
const rtc::SocketAddresspeer () const
 
void Refresh ()
 
- Public Member Functions inherited from rtc::MessageHandler
virtual WEBRTC_DYLIB_EXPORT ~MessageHandler ()
 
virtual WEBRTC_DYLIB_EXPORT ~MessageHandler ()
 

Public Attributes

sigslot::signal1< Channel * > SignalDestroyed
 

Additional Inherited Members

- Protected Member Functions inherited from rtc::MessageHandler
 MessageHandler ()
 
 MessageHandler ()
 

Constructor & Destructor Documentation

◆ Channel()

cricket::TurnServerAllocation::Channel::Channel ( rtc::Thread thread,
int  id,
const rtc::SocketAddress peer 
)

◆ ~Channel()

cricket::TurnServerAllocation::Channel::~Channel ( )

Member Function Documentation

◆ id()

int cricket::TurnServerAllocation::Channel::id ( ) const
inline

◆ peer()

const rtc::SocketAddress& cricket::TurnServerAllocation::Channel::peer ( ) const
inline

◆ Refresh()

void cricket::TurnServerAllocation::Channel::Refresh ( )

Member Data Documentation

◆ SignalDestroyed

sigslot::signal1<Channel*> cricket::TurnServerAllocation::Channel::SignalDestroyed

The documentation for this class was generated from the following file: