Package google.registry.monitoring.blackbox.handler
package google.registry.monitoring.blackbox.handler
-
ClassDescriptionSuperclass of all
ChannelHandler
s placed at end of channel pipelineSubclass ofActionHandler
that deals with the Epp SequenceChannelHandler
that converts inboundByteBuf
to custom typeEppResponseMessage
and similarly converts the outboundEppRequestMessage
to aByteBuf
.Subclass ofActionHandler
that deals with the WebWhois SequenceChannelHandler
that converts inboundFullHttpResponse
to custom typeHttpResponseMessage
and retainsHttpRequestMessage
in case of reuse for redirection.