public static class TransportCandidate.Protocol extends Object
Modifier and Type | Field and Description |
---|---|
static TransportCandidate.Protocol |
SSLTCP |
static TransportCandidate.Protocol |
TCP |
static TransportCandidate.Protocol |
TCPACT |
static TransportCandidate.Protocol |
TCPPASS |
static TransportCandidate.Protocol |
UDP |
Constructor and Description |
---|
TransportCandidate.Protocol(String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static TransportCandidate.Protocol |
fromString(String value)
Returns the Protocol constant associated with the String value.
|
boolean |
isNull()
Return true if the protocol is not valid.
|
String |
toString() |
public static final TransportCandidate.Protocol UDP
public static final TransportCandidate.Protocol TCP
public static final TransportCandidate.Protocol TCPACT
public static final TransportCandidate.Protocol TCPPASS
public static final TransportCandidate.Protocol SSLTCP
public TransportCandidate.Protocol(String value)
public static TransportCandidate.Protocol fromString(String value)
public boolean isNull()