BackendMetricsHandler |
Handler that records metrics for a backend channel.
|
EppServiceHandler |
Handler that processes EPP protocol logic.
|
FrontendMetricsHandler |
Handler that records metrics for a fronend channel.
|
HealthCheckHandler |
A handler that responds to GCP load balancer health check message
|
HttpsRelayServiceHandler |
Handler that relays a single (framed) ByteBuf message to an HTTPS server.
|
ProxyProtocolHandler |
Handler that processes possible existence of a PROXY protocol v1 header.
|
QuotaHandler |
Handler that checks quota fulfillment and terminates connection if necessary.
|
QuotaHandler.EppQuotaHandler |
Quota Handler for EPP protocol.
|
QuotaHandler.WhoisQuotaHandler |
Quota Handler for WHOIS protocol.
|
RelayHandler<I> |
Receives inbound massage of type I , and writes it to the relayChannel stored in
the inbound channel's attribute.
|
RelayHandler.FullHttpRequestRelayHandler |
Specialized RelayHandler that takes a FullHttpRequest as inbound payload.
|
RelayHandler.FullHttpResponseRelayHandler |
Specialized RelayHandler that takes a FullHttpResponse as inbound payload.
|
WebWhoisRedirectHandler |
Handler that redirects web WHOIS requests to a canonical website.
|
WhoisServiceHandler |
Handler that processes WHOIS protocol logic.
|