Uses of Class
io.vertx.core.net.TrafficShapingOptions
-
Packages that use TrafficShapingOptions Package Description io.vertx.core.http io.vertx.core.net io.vertx.reactivex.core.http io.vertx.reactivex.core.net io.vertx.rxjava3.core.http io.vertx.rxjava3.core.net -
-
Uses of TrafficShapingOptions in io.vertx.core.http
Methods in io.vertx.core.http with parameters of type TrafficShapingOptions Modifier and Type Method Description HttpServerOptionsHttpServerOptions. setTrafficShapingOptions(TrafficShapingOptions trafficShapingOptions)voidHttpServer. updateTrafficShapingOptions(TrafficShapingOptions options)Update traffic shaping optionsoptions, the update happens if valid values are passed for traffic shaping options. -
Uses of TrafficShapingOptions in io.vertx.core.net
Methods in io.vertx.core.net that return TrafficShapingOptions Modifier and Type Method Description TrafficShapingOptionsNetServerOptions. getTrafficShapingOptions()TrafficShapingOptionsTrafficShapingOptions. setCheckIntervalForStats(long checkIntervalForStats)Set the delay between two computations of performances for channelsTrafficShapingOptionsTrafficShapingOptions. setCheckIntervalForStatsTimeUnit(TimeUnit checkIntervalForStatsTimeUnit)Set time unit for check interval for stats.TrafficShapingOptionsTrafficShapingOptions. setInboundGlobalBandwidth(long inboundGlobalBandwidth)Set bandwidth limit in bytes per second for inbound connectionsTrafficShapingOptionsTrafficShapingOptions. setMaxDelayToWait(long maxDelayToWaitTime)Set the maximum delay to wait in case of traffic excessTrafficShapingOptionsTrafficShapingOptions. setMaxDelayToWaitUnit(TimeUnit maxDelayToWaitTimeUnit)Set the maximum delay to wait time unitTrafficShapingOptionsTrafficShapingOptions. setOutboundGlobalBandwidth(long outboundGlobalBandwidth)Set bandwidth limit in bytes per second for outbound connectionsTrafficShapingOptionsTrafficShapingOptions. setPeakOutboundGlobalBandwidth(long peakOutboundGlobalBandwidth)Set the maximum global write size in bytes per second allowed in the buffer globally for all channels before write suspended is set.Methods in io.vertx.core.net with parameters of type TrafficShapingOptions Modifier and Type Method Description NetServerOptionsNetServerOptions. setTrafficShapingOptions(TrafficShapingOptions trafficShapingOptions)Set traffic shaping options.voidNetServer. updateTrafficShapingOptions(TrafficShapingOptions options)Update traffic shaping optionsoptions, the update happens if valid values are passed for traffic shaping options.Constructors in io.vertx.core.net with parameters of type TrafficShapingOptions Constructor Description TrafficShapingOptions(TrafficShapingOptions other) -
Uses of TrafficShapingOptions in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http with parameters of type TrafficShapingOptions Modifier and Type Method Description voidHttpServer. updateTrafficShapingOptions(TrafficShapingOptions options)Update traffic shaping optionsoptions, the update happens if valid values are passed for traffic shaping options. -
Uses of TrafficShapingOptions in io.vertx.reactivex.core.net
Methods in io.vertx.reactivex.core.net with parameters of type TrafficShapingOptions Modifier and Type Method Description voidNetServer. updateTrafficShapingOptions(TrafficShapingOptions options)Update traffic shaping optionsoptions, the update happens if valid values are passed for traffic shaping options. -
Uses of TrafficShapingOptions in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http with parameters of type TrafficShapingOptions Modifier and Type Method Description voidHttpServer. updateTrafficShapingOptions(TrafficShapingOptions options)Update traffic shaping optionsoptions, the update happens if valid values are passed for traffic shaping options. -
Uses of TrafficShapingOptions in io.vertx.rxjava3.core.net
Methods in io.vertx.rxjava3.core.net with parameters of type TrafficShapingOptions Modifier and Type Method Description voidNetServer. updateTrafficShapingOptions(TrafficShapingOptions options)Update traffic shaping optionsoptions, the update happens if valid values are passed for traffic shaping options.
-