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 HttpServerOptions
HttpServerOptions. setTrafficShapingOptions(TrafficShapingOptions trafficShapingOptions)
void
HttpServer. 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 TrafficShapingOptions
NetServerOptions. getTrafficShapingOptions()
TrafficShapingOptions
TrafficShapingOptions. setCheckIntervalForStats(long checkIntervalForStats)
Set the delay between two computations of performances for channelsTrafficShapingOptions
TrafficShapingOptions. setCheckIntervalForStatsTimeUnit(TimeUnit checkIntervalForStatsTimeUnit)
Set time unit for check interval for stats.TrafficShapingOptions
TrafficShapingOptions. setInboundGlobalBandwidth(long inboundGlobalBandwidth)
Set bandwidth limit in bytes per second for inbound connectionsTrafficShapingOptions
TrafficShapingOptions. setMaxDelayToWait(long maxDelayToWaitTime)
Set the maximum delay to wait in case of traffic excessTrafficShapingOptions
TrafficShapingOptions. setMaxDelayToWaitUnit(TimeUnit maxDelayToWaitTimeUnit)
Set the maximum delay to wait time unitTrafficShapingOptions
TrafficShapingOptions. setOutboundGlobalBandwidth(long outboundGlobalBandwidth)
Set bandwidth limit in bytes per second for outbound connectionsTrafficShapingOptions
TrafficShapingOptions. 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 NetServerOptions
NetServerOptions. setTrafficShapingOptions(TrafficShapingOptions trafficShapingOptions)
Set traffic shaping options.void
NetServer. 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 void
HttpServer. 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 void
NetServer. 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 void
HttpServer. 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 void
NetServer. updateTrafficShapingOptions(TrafficShapingOptions options)
Update traffic shaping optionsoptions
, the update happens if valid values are passed for traffic shaping options.
-