Uses of Class
org.apache.juneau.http.response.NonAuthoritiveInformation
Packages that use NonAuthoritiveInformation
Package
Description
HTTP Response Exception Beans
-
Uses of NonAuthoritiveInformation in org.apache.juneau.http
Fields in org.apache.juneau.http declared as NonAuthoritiveInformationModifier and TypeFieldDescriptionstatic final NonAuthoritiveInformation
HttpResponses.NON_AUTHORATIVE_INFORMATION
A synonym forINSTANCE
.Methods in org.apache.juneau.http that return NonAuthoritiveInformationModifier and TypeMethodDescriptionstatic final NonAuthoritiveInformation
HttpResponses.nonAuthoritiveInformation()
A shortcut for callingNonAuthoritiveInformation()
. -
Uses of NonAuthoritiveInformation in org.apache.juneau.http.response
Fields in org.apache.juneau.http.response declared as NonAuthoritiveInformationModifier and TypeFieldDescriptionstatic final NonAuthoritiveInformation
NonAuthoritiveInformation.INSTANCE
Default unmodifiable instanceMethods in org.apache.juneau.http.response that return NonAuthoritiveInformationModifier and TypeMethodDescriptionNonAuthoritiveInformation.copy()
Creates a builder for this class initialized with the contents of this bean.NonAuthoritiveInformation.setContent
(String value) NonAuthoritiveInformation.setContent
(HttpEntity value) NonAuthoritiveInformation.setHeader2
(String name, String value) NonAuthoritiveInformation.setHeader2
(Header value) NonAuthoritiveInformation.setHeaders
(List<Header> values) NonAuthoritiveInformation.setHeaders
(HeaderList value) NonAuthoritiveInformation.setHeaders2
(Header... values) NonAuthoritiveInformation.setLocale2
(Locale value) NonAuthoritiveInformation.setLocation
(String value) NonAuthoritiveInformation.setLocation
(URI value) NonAuthoritiveInformation.setProtocolVersion
(ProtocolVersion value) NonAuthoritiveInformation.setReasonPhrase2
(String value) NonAuthoritiveInformation.setReasonPhraseCatalog
(ReasonPhraseCatalog value) NonAuthoritiveInformation.setStatusCode2
(int value) NonAuthoritiveInformation.setStatusLine
(BasicStatusLine value) NonAuthoritiveInformation.setUnmodifiable()
Constructors in org.apache.juneau.http.response with parameters of type NonAuthoritiveInformationModifierConstructorDescriptionCopy constructor.