org.mobicents.media.server.connection
Class Connections.LocalChannel

java.lang.Object
  extended by org.mobicents.media.server.connection.Connections.LocalChannel
Enclosing class:
Connections

protected class Connections.LocalChannel
extends Object

Channel for joining connections in CNF mode.


Constructor Summary
Connections.LocalChannel()
           
 
Method Summary
protected  void join(BaseConnection connection1, BaseConnection connection2)
           
 boolean match(BaseConnection connection)
           
 void setDebug(boolean isDebug)
           
 void unjoin()
           
protected  void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Connections.LocalChannel

public Connections.LocalChannel()
Method Detail

join

protected void join(BaseConnection connection1,
                    BaseConnection connection2)

update

protected void update()

match

public boolean match(BaseConnection connection)

unjoin

public void unjoin()

setDebug

public void setDebug(boolean isDebug)


Copyright © 2012 TeleStax, Inc.. All Rights Reserved.