Class TransportCandidate.Channel
java.lang.Object
org.jivesoftware.smackx.jingleold.nat.TransportCandidate.Channel
- Enclosing class:
- TransportCandidate
Type-safe enum for the transportElement channel.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TransportCandidate.Channel
static final TransportCandidate.Channel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static TransportCandidate.Channel
fromString
(String value) Returns the MediaChannel constant associated with the String value.int
hashCode()
boolean
isNull()
Return true if the channel is not valid.toString()
-
Field Details
-
MYRTPVOICE
-
MYRTCPVOICE
-
-
Constructor Details
-
Channel
-
-
Method Details
-
toString
-
fromString
Returns the MediaChannel constant associated with the String value.- Parameters:
value
- the input String.- Returns:
- the channel.
-
equals
-
hashCode
-
isNull
Return true if the channel is not valid.- Returns:
- true if the channel is null
-