Uses of Class
io.vertx.core.net.TrafficShapingOptions
Packages that use TrafficShapingOptions
Package
Description
-
Uses of TrafficShapingOptions in io.vertx.core.http
Methods in io.vertx.core.http with parameters of type TrafficShapingOptionsModifier and TypeMethodDescriptionHttpServerOptions.setTrafficShapingOptions(TrafficShapingOptions trafficShapingOptions) HttpServer.updateTrafficShapingOptions(TrafficShapingOptions options) Update the server with new trafficoptions, the update happens if the options object is valid and different from the existing options object. -
Uses of TrafficShapingOptions in io.vertx.core.net
Methods in io.vertx.core.net that return TrafficShapingOptionsModifier and TypeMethodDescriptionNetServerOptions.getTrafficShapingOptions()TcpServerConfig.getTrafficShapingOptions()TrafficShapingOptions.setCheckIntervalForStats(long checkIntervalForStats) Set the delay between two computations of performances for channelsTrafficShapingOptions.setCheckIntervalForStatsTimeUnit(TimeUnit checkIntervalForStatsTimeUnit) Set time unit for check interval for stats.TrafficShapingOptions.setInboundGlobalBandwidth(long inboundGlobalBandwidth) Set bandwidth limit in bytes per second for inbound connectionsTrafficShapingOptions.setMaxDelayToWait(long maxDelayToWaitTime) Set the maximum delay to wait in case of traffic excessTrafficShapingOptions.setMaxDelayToWaitUnit(TimeUnit maxDelayToWaitTimeUnit) Set the maximum delay to wait time unitTrafficShapingOptions.setOutboundGlobalBandwidth(long outboundGlobalBandwidth) Set bandwidth limit in bytes per second for outbound connectionsTrafficShapingOptions.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 TrafficShapingOptionsModifier and TypeMethodDescriptionNetServerOptions.setTrafficShapingOptions(TrafficShapingOptions trafficShapingOptions) Set traffic shaping options.TcpServerConfig.setTrafficShapingOptions(TrafficShapingOptions trafficShapingOptions) Set traffic shaping options.NetServer.updateTrafficShapingOptions(TrafficShapingOptions options) Update the server with new trafficoptions, the update happens if the options object is valid and different from the existing options object.Constructors in io.vertx.core.net with parameters of type TrafficShapingOptions -
Uses of TrafficShapingOptions in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http with parameters of type TrafficShapingOptionsModifier and TypeMethodDescriptionHttpServer.rxUpdateTrafficShapingOptions(TrafficShapingOptions options) Update the server with new trafficoptions, the update happens if the options object is valid and different from the existing options object.HttpServer.updateTrafficShapingOptions(TrafficShapingOptions options) Update the server with new trafficoptions, the update happens if the options object is valid and different from the existing options object. -
Uses of TrafficShapingOptions in io.vertx.reactivex.core.net
Methods in io.vertx.reactivex.core.net with parameters of type TrafficShapingOptionsModifier and TypeMethodDescriptionNetServer.rxUpdateTrafficShapingOptions(TrafficShapingOptions options) Update the server with new trafficoptions, the update happens if the options object is valid and different from the existing options object.NetServer.updateTrafficShapingOptions(TrafficShapingOptions options) Update the server with new trafficoptions, the update happens if the options object is valid and different from the existing options object. -
Uses of TrafficShapingOptions in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http with parameters of type TrafficShapingOptionsModifier and TypeMethodDescriptionHttpServer.rxUpdateTrafficShapingOptions(TrafficShapingOptions options) Update the server with new trafficoptions, the update happens if the options object is valid and different from the existing options object.HttpServer.updateTrafficShapingOptions(TrafficShapingOptions options) Update the server with new trafficoptions, the update happens if the options object is valid and different from the existing options object. -
Uses of TrafficShapingOptions in io.vertx.rxjava3.core.net
Methods in io.vertx.rxjava3.core.net with parameters of type TrafficShapingOptionsModifier and TypeMethodDescriptionNetServer.rxUpdateTrafficShapingOptions(TrafficShapingOptions options) Update the server with new trafficoptions, the update happens if the options object is valid and different from the existing options object.NetServer.updateTrafficShapingOptions(TrafficShapingOptions options) Update the server with new trafficoptions, the update happens if the options object is valid and different from the existing options object.