de.javawi.jstun.test.demo.ice
Class Candidate
java.lang.Object
de.javawi.jstun.test.demo.ice.Candidate
- All Implemented Interfaces:
- Comparable
public class Candidate
- extends Object
- implements Comparable
Candidate
public Candidate(Address address,
short componentId)
throws SocketException,
UnknownHostException,
UtilityException
- Throws:
SocketException
UnknownHostException
UtilityException
Candidate
public Candidate(Address address,
Candidate.CandidateType type,
short componentId,
Candidate base)
throws SocketException,
UnknownHostException,
UtilityException
- Throws:
SocketException
UnknownHostException
UtilityException
setBase
public void setBase(Candidate base)
getBase
public Candidate getBase()
getCandidateType
public Candidate.CandidateType getCandidateType()
setComponentId
public void setComponentId(short componentId)
getComponentId
public short getComponentId()
setFoundationId
public void setFoundationId(int foundationId)
getFoundationId
public int getFoundationId()
setPriority
public void setPriority(int priority)
getPriority
public int getPriority()
getAddress
public Address getAddress()
throws UtilityException
- Throws:
UtilityException
getPort
public int getPort()
setInUse
public void setInUse(boolean isInUse)
getInUse
public boolean getInUse()
compareTo
public int compareTo(Object arg0)
- Specified by:
compareTo
in interface Comparable
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object