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