Class S5bTransportMethod.Candidate

    • Constructor Detail

      • Candidate

        public Candidate​(String cid,
                         String hostname,
                         int port,
                         Jid jid,
                         S5bTransportMethod.Candidate.Type type,
                         int priority)
        Parameters:
        cid - The candidate id.
        hostname - The hostname.
        port - The port.
        jid - The JID.
        type - The type.
        priority - The priority, see calculatePriority(Type, int).