public class ClientRequiredConfigurator<I,O> extends RxRequiredConfigurator<I,O>
BYTES_INSPECTOR_HANDLER_NAME, CONN_LIFECYCLE_HANDLER_NAME, NETTY_OBSERVABLE_ADAPTER_NAME
Constructor and Description |
---|
ClientRequiredConfigurator(MetricEventsSubject<ClientMetricsEvent<?>> eventsSubject) |
Modifier and Type | Method and Description |
---|---|
protected io.netty.channel.ChannelHandler |
newConnectionLifecycleHandler(io.netty.channel.ChannelPipeline pipeline) |
configureNewPipeline, getConnectionLifecycleHandlerExecutor, getObservableAdapterExecutor
public ClientRequiredConfigurator(MetricEventsSubject<ClientMetricsEvent<?>> eventsSubject)
protected io.netty.channel.ChannelHandler newConnectionLifecycleHandler(io.netty.channel.ChannelPipeline pipeline)
newConnectionLifecycleHandler
in class RxRequiredConfigurator<I,O>