Uses of Class
org.apache.cxf.throttling.ThrottleResponse
-
Packages that use ThrottleResponse Package Description org.apache.cxf.throttling -
-
Uses of ThrottleResponse in org.apache.cxf.throttling
Subclasses of ThrottleResponse in org.apache.cxf.throttling Modifier and Type Class Description classSimpleThrottlingManagerSuspends or aborts the requests if the threshold has been reachedMethods in org.apache.cxf.throttling that return ThrottleResponse Modifier and Type Method Description ThrottleResponseThrottleResponse. addResponseHeader(String header, String value)Add headers to the response.ThrottleResponseSimpleThrottlingManager. getThrottleResponse(String phase, Message m)ThrottleResponseThrottlingManager. getThrottleResponse(String phase, Message m)Use information in the message to determine what throttling measures should be takenThrottleResponseThrottleResponse. setDelay(long d)ThrottleResponseThrottleResponse. setResponseCode(int rc)ThrottleResponseThrottleResponse. setResponseCode(int rc, String msg)
-