Class EppToken
java.lang.Object
google.registry.monitoring.blackbox.token.Token
google.registry.monitoring.blackbox.token.EppToken
- Direct Known Subclasses:
EppToken.Persistent
,EppToken.Transient
Token
subtype that deals performs specified actions for the EPP sequence.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
EppToken
Subclass that represents a token used in a persistent sequence, meaning the connection is maintained on each new iteration of theProbingSequence
.static class
EppToken
Subclass that represents a token used in a transient sequence, meaning the connection is remade on each new iteration of theProbingSequence
. -
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
protected
Constructor used when passing on sameChannel
to nextToken
. -
Method Summary
Modifier and TypeMethodDescriptionhost()
String corresponding to host that is relevant for loop in sequence.modifyMessage
(OutboundMessageType originalMessage) Modifies the message to reflect the new domain name and TRIDMethods inherited from class google.registry.monitoring.blackbox.token.Token
channel, next, setChannel
-
Field Details
-
tld
-
-
Constructor Details
-
EppToken
-
EppToken
Constructor used when passing on sameChannel
to nextToken
.
-
-
Method Details
-
modifyMessage
public OutboundMessageType modifyMessage(OutboundMessageType originalMessage) throws UndeterminedStateException Modifies the message to reflect the new domain name and TRID- Specified by:
modifyMessage
in classToken
- Throws:
UndeterminedStateException
-
host
Description copied from class:Token
String corresponding to host that is relevant for loop in sequence.
-