java.lang.Object
google.registry.monitoring.blackbox.token.Token
Direct Known Subclasses:
EppToken, WebWhoisToken

public abstract class Token extends Object
Superclass that represents information passed to each ProbingStep in a single loop of a ProbingSequence.

Modifies the message passed in to reflect information relevant to a single loop in a ProbingSequence. Additionally, passes on channel that remains unchanged within a loop of the sequence.

Also obtains the next Token corresponding to the next iteration of a loop in the sequence.

  • Field Details

    • channel

      protected io.netty.channel.Channel channel
      Channel that always starts out as null. Once a persistent connection is made (such as EPP), that channel is stored in the token and passed on to later steps in the sequence until a new loop begins.
  • Constructor Details

    • Token

      public Token()
  • Method Details