| Package | Description |
|---|---|
| io.vertx.core.http | |
| io.vertx.core.net |
| Modifier and Type | Method and Description |
|---|---|
HttpServerOptions |
HttpServerOptions.setTrafficShapingOptions(TrafficShapingOptions trafficShapingOptions) |
| Modifier and Type | Method and Description |
|---|---|
TrafficShapingOptions |
NetServerOptions.getTrafficShapingOptions() |
TrafficShapingOptions |
TrafficShapingOptions.setCheckIntervalForStats(long checkIntervalForStats)
Set the delay between two computations of performances for channels or 0 if no stats are to be computed
|
TrafficShapingOptions |
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 connections
|
TrafficShapingOptions |
TrafficShapingOptions.setMaxDelayToWait(long maxDelayToWaitTime)
Set the maximum delay to wait in case of traffic excess
|
TrafficShapingOptions |
TrafficShapingOptions.setMaxDelayToWaitUnit(TimeUnit maxDelayToWaitTimeUnit)
Set the maximum delay to wait time unit
|
TrafficShapingOptions |
TrafficShapingOptions.setOutboundGlobalBandwidth(long outboundGlobalBandwidth)
Set bandwidth limit in bytes per second for outbound connections
|
TrafficShapingOptions |
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.
|
| Modifier and Type | Method and Description |
|---|---|
NetServerOptions |
NetServerOptions.setTrafficShapingOptions(TrafficShapingOptions trafficShapingOptions)
Set traffic shaping options.
|
| Constructor and Description |
|---|
TrafficShapingOptions(TrafficShapingOptions other) |
Copyright © 2023 Eclipse. All rights reserved.