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

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

Uses of IceCandidateType in org.lastbamboo.common.ice
 

Methods in org.lastbamboo.common.ice with parameters of type IceCandidateType
static long IcePriorityCalculator.calculatePriority(IceCandidateType type, IceTransportProtocol transport)
          Calculates teh priority for the specified type using the default component ID of 1 and the default local preference.
 

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

Methods in org.lastbamboo.common.ice.candidate that return IceCandidateType
 IceCandidateType IceCandidate.getType()
          Gets the type of the ICE candidate.
 IceCandidateType AbstractIceCandidate.getType()
           
static IceCandidateType IceCandidateType.toType(String sdp)
          Gets the type for the associated SDP encoding.
static IceCandidateType IceCandidateType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IceCandidateType[] IceCandidateType.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 IceCandidateType
static String IceFoundationCalculator.calculateFoundation(IceCandidateType type, InetAddress baseAddress, IceTransportProtocol transport)
          Returns the foundation using the type and the base address.
static String IceFoundationCalculator.calculateFoundation(IceCandidateType type, InetAddress baseAddress, IceTransportProtocol transport, InetAddress stunServerAddress)
          Returns the foundation using the type, base address, and STUN server address.
 

Constructors in org.lastbamboo.common.ice.candidate with parameters of type IceCandidateType
AbstractIceCandidate(InetSocketAddress socketAddress, InetAddress baseAddress, IceCandidateType type, IceTransportProtocol transport, boolean controlling)
          Creates a new ICE candidate.
AbstractIceCandidate(InetSocketAddress socketAddress, String foundation, IceCandidateType type, IceTransportProtocol transport, long priority, boolean controlling, int componentId, IceCandidate baseCandidate, InetAddress relatedAddress, int relatedPort)
           
 



Copyright © 2013 LittleShoot. All Rights Reserved.