Package 

Enum CandidateTcpType

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

    
    public enum CandidateTcpType
    
                        

    Represents the TCP types for ICE TCP candidates. See http://tools.ietf.org/html/rfc6544

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      SO

      The "so" (simultaneous-open) TCP candidate type.

      PASSIVE

      The "passive" TCP candidate type.

      ACTIVE

      The "active" TCP candidate type.

    • Method Summary

      Modifier and Type Method Description
      String toString() Returns the name of this CandidateTcpType (e.g.
      static CandidateTcpType parse(String candidateTcpTypeName) Parses the string candidateTcpTypeName and return the corresponding CandidateTcpType instance.
      static Array<CandidateTcpType> values()
      static CandidateTcpType valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait