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.rxChannel
           
protected  Channel ConnectionImpl.txChannel
           
 

Methods in org.mobicents.media.server that return Channel
protected  Channel EndpointImpl.createRxChannel(org.mobicents.media.server.spi.Connection connection)
           
protected  Channel EndpointImpl.createTxChannel(org.mobicents.media.server.spi.Connection connection)
           
 

Methods in org.mobicents.media.server with parameters of type Channel
protected  void EndpointImpl.releaseRxChannel(Channel channel)
           
protected  void EndpointImpl.releaseTxChannel(Channel channel)
           
 

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 © 2009. All Rights Reserved.