public enum WebRtcCandidateType extends Enum<WebRtcCandidateType>
| Modifier and Type | Method and Description |
|---|---|
static WebRtcCandidateType |
find(String candidateType) |
String |
getJsFunction() |
String |
toString() |
static WebRtcCandidateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebRtcCandidateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebRtcCandidateType HOST
public static final WebRtcCandidateType RELAY
public static final WebRtcCandidateType SRFLX
public static final WebRtcCandidateType ALL
public static final WebRtcCandidateType PRFLX
public static WebRtcCandidateType[] values()
for (WebRtcCandidateType c : WebRtcCandidateType.values()) System.out.println(c);
public static WebRtcCandidateType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static WebRtcCandidateType find(String candidateType)
public String getJsFunction()
public String toString()
toString in class Enum<WebRtcCandidateType>Copyright © 2019 Kurento. All rights reserved.