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.http
Fields in org.apache.juneau.http declared as UriTooLongModifier and TypeFieldDescriptionstatic final UriTooLong
HttpResponses.URI_TOO_LONG
A synonym forINSTANCE
.Methods in org.apache.juneau.http that return UriTooLongModifier and TypeMethodDescriptionstatic final UriTooLong
HttpResponses.uriTooLong()
A shortcut for callingUriTooLong()
. -
Uses of UriTooLong in org.apache.juneau.http.response
Fields in org.apache.juneau.http.response declared as UriTooLongModifier and TypeFieldDescriptionstatic final UriTooLong
UriTooLong.INSTANCE
Reusable 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