Interface NettyClientCustomizer.Registry

All Known Implementing Classes:
DefaultNettyHttpClientRegistry
Enclosing interface:
NettyClientCustomizer

public static interface NettyClientCustomizer.Registry
Interface implemented by the HTTP client registry to register customizers.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Register a new customizer with this registry.
  • Method Details

    • register

      void register(@NonNull NettyClientCustomizer customizer)
      Register a new customizer with this registry.
      Parameters:
      customizer - The customizer to register.