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