Uses of Class
org.mobicents.media.server.resource.Channel

Packages that use Channel
org.mobicents.media.server   
org.mobicents.media.server.resource   
 

Uses of Channel in org.mobicents.media.server
 

Fields in org.mobicents.media.server with type parameters of type Channel
protected  java.util.HashMap<java.lang.String,Channel> ConnectionImpl.rxChannels
           
protected  java.util.HashMap<java.lang.String,Channel> ConnectionImpl.txChannels
           
 

Methods in org.mobicents.media.server with parameters of type Channel
protected  void EndpointImpl.rxConnect(Channel channel, java.lang.String media)
           
protected  void EndpointImpl.rxDisconnect(Channel channel, java.lang.String media)
           
protected  void EndpointImpl.txConnect(Channel channel, java.lang.String media)
           
protected  void EndpointImpl.txDisconnect(Channel channel, java.lang.String media)
           
 

Uses of Channel in org.mobicents.media.server.resource
 

Methods in org.mobicents.media.server.resource that return Channel
 Channel ChannelFactory.newInstance(org.mobicents.media.server.spi.Endpoint endpoint)
          Returns new channel.
 

Methods in org.mobicents.media.server.resource with parameters of type Channel
 void Channel.connect(Channel rxChannel)
          Establish a connection with other channel
 void Channel.disconnect(Channel channel)
          Deletes connection with other channel
 void PipeFactory.openPipe(Channel channel)
           
 void ChannelFactory.release(Channel channel)
          Informs factory that specified channel not longer used.
 

Constructors in org.mobicents.media.server.resource with parameters of type Channel
Pipe(Channel channel)
          Coinstructs new pipe.
 



Copyright © 2010. All Rights Reserved.