Class BasicIdGenerator

java.lang.Object
org.apache.hc.client5.http.impl.cache.BasicIdGenerator

class BasicIdGenerator extends Object
Should produce reasonably unique tokens.
  • Field Details

    • hostname

      private final String hostname
    • rnd

      private final SecureRandom rnd
    • count

      private long count
  • Constructor Details

    • BasicIdGenerator

      public BasicIdGenerator()
  • Method Details