Uses of Class
org.lastbamboo.common.ice.candidate.IceCandidatePairState

Packages that use IceCandidatePairState
org.lastbamboo.common.ice.candidate   
 

Uses of IceCandidatePairState in org.lastbamboo.common.ice.candidate
 

Methods in org.lastbamboo.common.ice.candidate that return IceCandidatePairState
 IceCandidatePairState IceUdpCandidatePair.getState()
           
 IceCandidatePairState IceCandidatePair.getState()
          Accesses the state of the pair.
static IceCandidatePairState IceCandidatePairState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IceCandidatePairState[] IceCandidatePairState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.lastbamboo.common.ice.candidate with parameters of type IceCandidatePairState
 void IceUdpCandidatePair.setState(IceCandidatePairState state)
           
 void IceCandidatePair.setState(IceCandidatePairState state)
          Sets the state of the pair.
 



Copyright © 2013 LittleShoot. All Rights Reserved.