Package google.registry.monitoring.blackbox.message
package google.registry.monitoring.blackbox.message
-
ClassDescriptionSuperclass of
EppRequestMessage
andEppResponseMessage
that represents skeleton of any kind of EPP message, whether inbound or outbound.EppMessage
subclass that implementsOutboundMessageType
, which represents an outbound Epp message.EppMessage
subclass that implementsInboundMessageType
, which represents an inbound EPP message and serves to verify the response received from the server.OutboundMessageType
subtype that acts identically toDefaultFullHttpRequest
.InboundMessageType
subtype that acts identically toDefaultFullHttpResponse
Marker Interface that is implemented by all classes that serve asinboundMessages
in channel pipelineMarker Interface that is implemented by all classes that serve asoutboundMessages
in channel pipeline