Uses of Class
org.apache.juneau.http.response.UriTooLong
Packages that use UriTooLong
Package
Description
RFC2616 HTTP Headers
HTTP Response Exception Beans
-
Uses of UriTooLong in org.apache.juneau.http
Fields 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.response
Fields 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.setContent(String value) UriTooLong.setContent(HttpEntity value) UriTooLong.setHeader2(String name, Object value) UriTooLong.setHeaders(List<Header> values) 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