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 |
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.
|
int |
hashCode() |
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 static TransportCandidate.Protocol fromString(String value)
public boolean isNull()