Uses of Class
org.mobicents.media.server.spi.ConnectionState

Packages that use ConnectionState
org.mobicents.media.server.spi   
 

Uses of ConnectionState in org.mobicents.media.server.spi
 

Methods in org.mobicents.media.server.spi that return ConnectionState
 ConnectionState Connection.getState()
          Returns state of this connection
static ConnectionState ConnectionState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConnectionState[] ConnectionState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.mobicents.media.server.spi with parameters of type ConnectionState
 void ConnectionListener.onStateChange(Connection connection, ConnectionState oldState)
           
 



Copyright © 2010. All Rights Reserved.