Interface ServerYeast


public interface ServerYeast
  • Field Details

    • THREAD_RANDOM

      static final ThreadLocal<SecureRandom> THREAD_RANDOM
      A ThreadLocal is used to improve thread performance since SecureRandom do not perform well with thread contention.
    • ALPHABET

      static final char[] ALPHABET
  • Method Details

    • yeast

      static String yeast()
    • encode

      static String encode(long num)