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.http
Fields in org.apache.juneau.http declared as NetworkAuthenticationRequiredModifier and TypeFieldDescriptionstatic final NetworkAuthenticationRequired
HttpResponses.NETWORK_AUTHENTICATION_REQUIRED
A synonym forINSTANCE
.Methods in org.apache.juneau.http that return NetworkAuthenticationRequiredModifier and TypeMethodDescriptionstatic final NetworkAuthenticationRequired
HttpResponses.networkAuthenticationRequired()
A shortcut for callingNetworkAuthenticationRequired()
. -
Uses of NetworkAuthenticationRequired in org.apache.juneau.http.response
Fields in org.apache.juneau.http.response declared as NetworkAuthenticationRequiredModifier and TypeFieldDescriptionstatic final NetworkAuthenticationRequired
NetworkAuthenticationRequired.INSTANCE
Reusable 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 NetworkAuthenticationRequiredModifierConstructorDescriptionprotected
Copy constructor.