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