Package | Description |
---|---|
org.apache.cxf.throttling |
Modifier and Type | Method and Description |
---|---|
ThrottleResponse |
ThrottleResponse.addResponseHeader(String header,
String value)
Add headers to the response.
|
ThrottleResponse |
ThrottlingManager.getThrottleResponse(String phase,
Message m)
Use information in the message to determine what throttling measures should be taken
|
ThrottleResponse |
ThrottleResponse.setDelay(long d) |
ThrottleResponse |
ThrottleResponse.setResponseCode(int rc) |
ThrottleResponse |
ThrottleResponse.setResponseCode(int rc,
String msg) |
Apache CXF