Uses of Enum Class
tigase.meet.jingle.Candidate.ProtocolType
Packages that use Candidate.ProtocolType
-
Uses of Candidate.ProtocolType in tigase.meet.jingle
Methods in tigase.meet.jingle that return Candidate.ProtocolTypeModifier and TypeMethodDescriptionCandidate.getProtocolType()static Candidate.ProtocolTypeReturns the enum constant of this class with the specified name.static Candidate.ProtocolType[]Candidate.ProtocolType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in tigase.meet.jingle with parameters of type Candidate.ProtocolTypeModifierConstructorDescriptionCandidate(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)