Uses of Class
org.apache.cxf.throttling.ThrottleResponse
Packages that use ThrottleResponse
-
Uses of ThrottleResponse in org.apache.cxf.throttling
Subclasses of ThrottleResponse in org.apache.cxf.throttlingModifier and TypeClassDescriptionclassSuspends or aborts the requests if the threshold has been reachedMethods in org.apache.cxf.throttling that return ThrottleResponseModifier and TypeMethodDescriptionThrottleResponse.addResponseHeader(String header, String value) Add headers to the response.SimpleThrottlingManager.getThrottleResponse(String phase, Message m) ThrottlingManager.getThrottleResponse(String phase, Message m) Use information in the message to determine what throttling measures should be takenThrottleResponse.setDelay(long d) ThrottleResponse.setResponseCode(int rc) ThrottleResponse.setResponseCode(int rc, String msg)