Package tigase.meet.jingle
Class Candidate
java.lang.Object
tigase.meet.jingle.Candidate
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Constructor Summary
ConstructorsConstructorDescriptionCandidate(String component, String foundation, int generation, String id, String ip, int network, int port, int priority, Candidate.ProtocolType protocolType, Optional<String> relAddr, Optional<Integer> relPort, Optional<Candidate.CandidateType> type, Optional<String> tcpType) -
Method Summary
-
Constructor Details
-
Candidate
-
-
Method Details
-
from
-
from
-
getComponent
-
getFoundation
-
getGeneration
public int getGeneration() -
getId
-
getIp
-
getNetwork
public int getNetwork() -
getPort
public int getPort() -
getPriority
public int getPriority() -
getProtocolType
-
getRelAddr
-
getRelPort
-
getType
-
getTcpType
-
toElement
public tigase.xml.Element toElement() -
toSDP
-