Questions
we can use the trafficHandler on netty pipeline,buy it is unvisiable in the mqttserver。
such as:
trafficHandler = new GlobalTrafficShapingHandler(xxx);
ChannelPipeline pipeline = pipeline();
pipeline.addLast("global-traffic-shaping", trafficHandler);
unfortunately, the pipeline is unvisiable in the mqttserver.
can I get the pipeline by someway?
Questions
we can use the trafficHandler on netty pipeline,buy it is unvisiable in the mqttserver。
such as:
trafficHandler = new GlobalTrafficShapingHandler(xxx);
ChannelPipeline pipeline = pipeline();
pipeline.addLast("global-traffic-shaping", trafficHandler);
unfortunately, the pipeline is unvisiable in the mqttserver.
can I get the pipeline by someway?