Uses of Class
org.apache.juneau.http.header.ProxyAuthorization
Packages that use ProxyAuthorization
-
Uses of ProxyAuthorization in org.apache.juneau.http
Methods in org.apache.juneau.http that return ProxyAuthorizationModifier and TypeMethodDescriptionstatic final ProxyAuthorization
HttpHeaders.proxyAuthorization
(String value) Creates a newProxyAuthorization
header.static final ProxyAuthorization
HttpHeaders.proxyAuthorization
(Supplier<String> value) Creates a newProxyAuthorization
header with a delayed value. -
Uses of ProxyAuthorization in org.apache.juneau.http.header
Methods in org.apache.juneau.http.header that return ProxyAuthorizationModifier and TypeMethodDescriptionstatic ProxyAuthorization
Static creator.static ProxyAuthorization
Static creator with delayed value.