Modifier and Type | Method and Description |
---|---|
HttpServerOptions |
HttpServerOptions.setTrafficShapingOptions(TrafficShapingOptions trafficShapingOptions) |
void |
HttpServer.updateTrafficShapingOptions(TrafficShapingOptions options)
Update traffic shaping options
options , the update happens if valid values are passed for traffic
shaping options. |
Modifier and Type | Method and Description |
---|---|
TrafficShapingOptions |
NetServerOptions.getTrafficShapingOptions() |
TrafficShapingOptions |
TrafficShapingOptions.setCheckIntervalForStats(long checkIntervalForStats)
Set the delay between two computations of performances for channels
|
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.
|
void |
NetServer.updateTrafficShapingOptions(TrafficShapingOptions options)
Update traffic shaping options
options , the update happens if valid values are passed for traffic
shaping options. |
Constructor and Description |
---|
TrafficShapingOptions(TrafficShapingOptions other) |
Modifier and Type | Method and Description |
---|---|
void |
HttpServer.updateTrafficShapingOptions(TrafficShapingOptions options)
Update traffic shaping options
options , the update happens if valid values are passed for traffic
shaping options. |
Modifier and Type | Method and Description |
---|---|
void |
NetServer.updateTrafficShapingOptions(TrafficShapingOptions options)
Update traffic shaping options
options , the update happens if valid values are passed for traffic
shaping options. |
Modifier and Type | Method and Description |
---|---|
void |
HttpServer.updateTrafficShapingOptions(TrafficShapingOptions options)
Update traffic shaping options
options , the update happens if valid values are passed for traffic
shaping options. |
Modifier and Type | Method and Description |
---|---|
void |
NetServer.updateTrafficShapingOptions(TrafficShapingOptions options)
Update traffic shaping options
options , the update happens if valid values are passed for traffic
shaping options. |
Modifier and Type | Method and Description |
---|---|
void |
HttpServer.updateTrafficShapingOptions(TrafficShapingOptions options)
Update traffic shaping options
options , the update happens if valid values are passed for traffic
shaping options. |
Modifier and Type | Method and Description |
---|---|
void |
NetServer.updateTrafficShapingOptions(TrafficShapingOptions options)
Update traffic shaping options
options , the update happens if valid values are passed for traffic
shaping options. |
Copyright © 2024 Eclipse. All rights reserved.