cgl.narada.samples.rtp
Class RTPServer

java.lang.Object
  extended by cgl.narada.samples.rtp.RTPServer

public class RTPServer
extends Object

RTPServer.java


Constructor Summary
RTPServer(boolean assignedAddress)
           
 
Method Summary
 void addMeeting(int meetingID)
          add a meeting, currently doing nothing
 void addParticipant(int meetingID, String ip, int port)
          add a participant to a meeting
 void connectTo(String hostName, int portNum, byte transport)
           
 void createLink(Properties props, String transportType)
           
 void gatewayCreationRequest(String node, int gatewayLevel)
           
static void main(String[] args)
           
 void nodeAdditionRequest(String node, int level)
           
 void sendTo(String client, byte[] data)
           
 void setupMeetings(String confFile)
          read the configuration file and set up the metting specified over there
 void setUpNode(Properties props, String transportType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTPServer

public RTPServer(boolean assignedAddress)
Method Detail

setUpNode

public void setUpNode(Properties props,
                      String transportType)

nodeAdditionRequest

public void nodeAdditionRequest(String node,
                                int level)

gatewayCreationRequest

public void gatewayCreationRequest(String node,
                                   int gatewayLevel)

connectTo

public void connectTo(String hostName,
                      int portNum,
                      byte transport)

createLink

public void createLink(Properties props,
                       String transportType)

sendTo

public void sendTo(String client,
                   byte[] data)

setupMeetings

public void setupMeetings(String confFile)
read the configuration file and set up the metting specified over there


addMeeting

public void addMeeting(int meetingID)
add a meeting, currently doing nothing


addParticipant

public void addParticipant(int meetingID,
                           String ip,
                           int port)
add a participant to a meeting


main

public static void main(String[] args)


For comments and suggestions please send e-mail to The NaradaBrokering Project