public static final class S5bTransportMethod.Candidate extends Object implements Comparable<S5bTransportMethod.Candidate>
| Modifier and Type | Class and Description |
|---|---|
static class |
S5bTransportMethod.Candidate.Type |
| Constructor and Description |
|---|
Candidate(String cid,
String host,
Jid jid,
int localPriority) |
Candidate(String cid,
String host,
Jid jid,
int localPriority,
S5bTransportMethod.Candidate.Type type,
int port) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(S5bTransportMethod.Candidate o) |
String |
getCid() |
String |
getHost() |
Jid |
getJid() |
int |
getPort() |
int |
getPriority() |
S5bTransportMethod.Candidate.Type |
getType() |
public Candidate(String cid, String host, Jid jid, int localPriority, S5bTransportMethod.Candidate.Type type, int port)
public String getCid()
public String getHost()
public Jid getJid()
public int getPort()
public int getPriority()
public S5bTransportMethod.Candidate.Type getType()
public int compareTo(S5bTransportMethod.Candidate o)
compareTo in interface Comparable<S5bTransportMethod.Candidate>Copyright © 2014 XMPP.rocks. All rights reserved.