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 declared as Channel
protected  Channel[] ConnectionImpl.rxChannels
           
protected  Channel[] ConnectionImpl.txChannels
           
 

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, org.mobicents.media.server.spi.MediaType media)
          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)
           
 

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



Copyright © 2010. All Rights Reserved.