@Deprecated public class CandidateField extends Object implements Comparable<CandidateField>
a=candidate:1995739850 1 udp 2113937151 192.168.1.65 54550 typ host
generation 0
a=candidate:2162486046 1 udp 1845501695 85.241.121.60 60495 typ srflx raddr
192.168.1.65 rport 54550 generation 0
a=candidate:2564697628 1 udp 33562367 75.126.93.124 53056 typ relay raddr
85.241.121.60 rport 55027 generation 0
Modifier and Type | Class and Description |
---|---|
static class |
CandidateField.AddressType
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static Text |
CANDIDATE_FIELD
Deprecated.
|
Constructor and Description |
---|
CandidateField(Text line)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(CandidateField o)
Deprecated.
Compares two
CandidateField by weight. |
Text |
getAddress()
Deprecated.
|
Text |
getComponentId()
Deprecated.
|
Text |
getFoundation()
Deprecated.
|
Text |
getGeneration()
Deprecated.
|
Text |
getPort()
Deprecated.
|
Text |
getProtocol()
Deprecated.
|
Text |
getRelatedAddress()
Deprecated.
|
Text |
getRelatedPort()
Deprecated.
|
Text |
getType()
Deprecated.
|
Text |
getWeight()
Deprecated.
|
boolean |
hasRelatedAddress()
Deprecated.
|
String |
toString()
Deprecated.
|
public static final Text CANDIDATE_FIELD
public CandidateField(Text line)
public Text getFoundation()
public Text getComponentId()
public Text getProtocol()
public Text getWeight()
public Text getAddress()
public Text getPort()
public Text getType()
public Text getRelatedAddress()
public boolean hasRelatedAddress()
public Text getRelatedPort()
public Text getGeneration()
public int compareTo(CandidateField o)
CandidateField
by weight.compareTo
in interface Comparable<CandidateField>
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.