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.http
Fields in org.apache.juneau.http declared as LoopDetectedModifier and TypeFieldDescriptionstatic final LoopDetected
HttpResponses.LOOP_DETECTED
A synonym forINSTANCE
.Methods in org.apache.juneau.http that return LoopDetectedModifier and TypeMethodDescriptionstatic final LoopDetected
HttpResponses.loopDetected()
A shortcut for callingLoopDetected()
. -
Uses of LoopDetected in org.apache.juneau.http.response
Fields in org.apache.juneau.http.response declared as LoopDetectedModifier and TypeFieldDescriptionstatic final LoopDetected
LoopDetected.INSTANCE
Reusable 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