Package io.reactivex.netty.metrics

Examples of io.reactivex.netty.metrics.BytesInspector


     *                              underlying channel is used.
     */
    protected RxRequiredConfigurator(@SuppressWarnings("rawtypes") MetricEventsSubject eventsSubject,
                                     ChannelMetricEventProvider metricEventProvider,
                                     EventExecutorGroup handlersExecutorGroup) {
        bytesInspector = new BytesInspector(eventsSubject, metricEventProvider);
        this.handlersExecutorGroup = handlersExecutorGroup;
    }
View Full Code Here

TOP

Related Classes of io.reactivex.netty.metrics.BytesInspector

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.