public static interface NettyClientCustomizer.Registry
Modifier and Type | Method and Description |
---|---|
void |
register(NettyClientCustomizer customizer)
Register a new customizer with this registry.
|
void register(@NonNull NettyClientCustomizer customizer)
customizer
- The customizer to register.