-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum CandidateTcpTypeRepresents the TCP types for ICE TCP candidates. See http://tools.ietf.org/html/rfc6544
-
-
Method Summary
Modifier and Type Method Description StringtoString()Returns the name of this CandidateTcpType (e.g. static CandidateTcpTypeparse(String candidateTcpTypeName)Parses the string candidateTcpTypeName and return the corresponding CandidateTcpType instance. static Array<CandidateTcpType>values()static CandidateTcpTypevalueOf(String name)-
-
Method Detail
-
toString
String toString()
Returns the name of this CandidateTcpType (e.g. "active", "passive", or "so").
-
parse
static CandidateTcpType parse(String candidateTcpTypeName)
Parses the string candidateTcpTypeName and return the corresponding CandidateTcpType instance.
- Parameters:
candidateTcpTypeName- the string to parse
-
values
static Array<CandidateTcpType> values()
-
valueOf
static CandidateTcpType valueOf(String name)
-
-
-
-