public class ConnectionLimit extends Object
| Constructor and Description |
|---|
ConnectionLimit(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
Integer |
maxConcurrentRequests()
Maximum number of concurrent requests
|
ConnectionLimit |
maxConcurrentRequests(Integer value)
Maximum number of concurrent requests
|
Integer |
queueSize()
Number of requests to queue before they start being rejected
|
ConnectionLimit |
queueSize(Integer value)
Number of requests to queue before they start being rejected
|
public ConnectionLimit(String key)
public String getKey()
public Integer maxConcurrentRequests()
public ConnectionLimit maxConcurrentRequests(Integer value)
public Integer queueSize()
public ConnectionLimit queueSize(Integer value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.