Class EppToken.Transient

Enclosing class:
EppToken

public static class EppToken.Transient extends EppToken
EppToken Subclass that represents a token used in a transient sequence, meaning the connection is remade on each new iteration of the ProbingSequence.
  • Constructor Details

    • Transient

      @Inject public Transient(@Named("eppTld") String tld, @Named("eppHost") String host)
  • Method Details

    • next

      public Token next()
      Description copied from class: Token
      Obtains next Token for next loop in sequence.
      Specified by:
      next in class Token