Class RTCP_Thread

Class RTCP_Thread

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----RTCP_Thread

class RTCP_Thread
extends Thread
Class contains functions that receives datagram packets, retrieves user information and update accordingly on the user list of the user Panel.

Constructor Index

 o RTCP_Thread(MenuWindow)
Construction function

Method Index

 o run()
Thread loops while receiving packets through the RTCP receiver multicast socket.
 o stopthread()
Terminates the RTCP receiver thread
 o updateMemberVec(int)
Udpates a vector that keeps track of the number of participating users.

Constructors

 o RTCP_Thread
  public RTCP_Thread(MenuWindow parent)
Construction function

Methods

 o run
  public void run()
Thread loops while receiving packets through the RTCP receiver multicast socket. The user information retrieved is then updated on the user list.
Overrides:
run in class Thread
 o updateMemberVec
  public void updateMemberVec(int SSRCRead)
Udpates a vector that keeps track of the number of participating users.
 o stopthread
  public void stopthread()
Terminates the RTCP receiver thread