Uses of Class
org.apache.juneau.http.response.LoopDetected
Packages that use LoopDetected
Package
Description
HTTP Response Exception Beans
- 
Uses of LoopDetected in org.apache.juneau.httpFields in org.apache.juneau.http declared as LoopDetectedModifier and TypeFieldDescriptionstatic final LoopDetectedHttpResponses.LOOP_DETECTEDA synonym forINSTANCE.Methods in org.apache.juneau.http that return LoopDetectedModifier and TypeMethodDescriptionstatic final LoopDetectedHttpResponses.loopDetected()A shortcut for callingLoopDetected().
- 
Uses of LoopDetected in org.apache.juneau.http.responseFields in org.apache.juneau.http.response declared as LoopDetectedModifier and TypeFieldDescriptionstatic final LoopDetectedLoopDetected.INSTANCEReusable unmodifiable instanceMethods in org.apache.juneau.http.response that return LoopDetectedModifier and TypeMethodDescriptionLoopDetected.copy()Creates a modifiable copy of this bean.LoopDetected.setHeader2(String name, Object value) LoopDetected.setHeaders(HeaderList value) LoopDetected.setHeaders2(Header... values) LoopDetected.setLocale2(Locale value) LoopDetected.setMessage(String message, Object... args) LoopDetected.setProtocolVersion(ProtocolVersion value) LoopDetected.setReasonPhrase2(String value) LoopDetected.setReasonPhraseCatalog(ReasonPhraseCatalog value) LoopDetected.setStatusCode2(int code) LoopDetected.setStatusLine(BasicStatusLine value) LoopDetected.setUnmodifiable()Constructors in org.apache.juneau.http.response with parameters of type LoopDetected