Package | Description |
---|---|
org.jivesoftware.smackx.jingle.nat |
Modifier and Type | Field and Description |
---|---|
static TransportCandidate.Protocol |
TransportCandidate.Protocol.SSLTCP |
static TransportCandidate.Protocol |
TransportCandidate.Protocol.TCP |
static TransportCandidate.Protocol |
TransportCandidate.Protocol.TCPACT |
static TransportCandidate.Protocol |
TransportCandidate.Protocol.TCPPASS |
static TransportCandidate.Protocol |
TransportCandidate.Protocol.UDP |
Modifier and Type | Method and Description |
---|---|
static TransportCandidate.Protocol |
TransportCandidate.Protocol.fromString(String value)
Returns the Protocol constant associated with the String value.
|
TransportCandidate.Protocol |
ICECandidate.getProto()
Get the protocol used for the transmission
|
Modifier and Type | Method and Description |
---|---|
void |
ICECandidate.setProto(TransportCandidate.Protocol proto)
Set the protocol for the transmission
|