Package 

Enum CandidateExtendedType

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum CandidateExtendedType
    
                        

    Enumeration which lists the different available methods used to discover new candidates.

    • Constructor Detail

    • Method Detail

      • toString

         String toString()

        Returns the name of this CandidateExtendedType (e.g. "host", "upnp", "stun peer reflexive", "stun server reflexive", "turn relayed", "google turn relayed" or "jingle node").

      • parse

         static CandidateExtendedType parse(String extendedTypeName)

        Returns a CandidateExtendedType instance corresponding to the specified extendedTypeName. For example, for name "host", this method would return HOST_CANDIDATE.

        Parameters:
        extendedTypeName - the name that we'd like to parse.