|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcgl.narada.samples.rtp.RTPServer
public class RTPServer
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 |
---|
public RTPServer(boolean assignedAddress)
Method Detail |
---|
public void setUpNode(Properties props, String transportType)
public void nodeAdditionRequest(String node, int level)
public void gatewayCreationRequest(String node, int gatewayLevel)
public void connectTo(String hostName, int portNum, byte transport)
public void createLink(Properties props, String transportType)
public void sendTo(String client, byte[] data)
public void setupMeetings(String confFile)
public void addMeeting(int meetingID)
public void addParticipant(int meetingID, String ip, int port)
public static void main(String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |