Package google.registry.monitoring.blackbox.handler
-
Class Summary Class Description ActionHandler Superclass of allChannelHandler
s placed at end of channel pipelineEppActionHandler Subclass ofActionHandler
that deals with the Epp SequenceEppMessageHandler ChannelHandler
that converts inboundByteBuf
to custom typeEppResponseMessage
and similarly converts the outboundEppRequestMessage
to aByteBuf
.WebWhoisActionHandler Subclass ofActionHandler
that deals with the WebWhois SequenceWebWhoisMessageHandler ChannelHandler
that converts inboundFullHttpResponse
to custom typeHttpResponseMessage
and retainsHttpRequestMessage
in case of reuse for redirection.