Uses of Class
org.apache.juneau.http.response.UseProxy
Packages that use UseProxy
Package
Description
HTTP Response Exception Beans
- 
Uses of UseProxy in org.apache.juneau.httpFields in org.apache.juneau.http declared as UseProxyModifier and TypeFieldDescriptionstatic final UseProxyHttpResponses.USE_PROXYA synonym forINSTANCE.Methods in org.apache.juneau.http that return UseProxyModifier and TypeMethodDescriptionstatic final UseProxyHttpResponses.useProxy()A shortcut for callingUseProxy().
- 
Uses of UseProxy in org.apache.juneau.http.responseFields in org.apache.juneau.http.response declared as UseProxyModifier and TypeFieldDescriptionstatic final UseProxyUseProxy.INSTANCEDefault unmodifiable instanceMethods in org.apache.juneau.http.response that return UseProxyModifier and TypeMethodDescriptionUseProxy.copy()Creates a builder for this class initialized with the contents of this bean.UseProxy.setContent(String value) UseProxy.setContent(HttpEntity value) UseProxy.setHeader2(String name, String value) UseProxy.setHeader2(Header value) UseProxy.setHeaders(List<Header> values) UseProxy.setHeaders(HeaderList value) UseProxy.setHeaders2(Header... values) UseProxy.setLocale2(Locale value) UseProxy.setLocation(String value) UseProxy.setLocation(URI value) UseProxy.setProtocolVersion(ProtocolVersion value) UseProxy.setReasonPhrase2(String value) UseProxy.setReasonPhraseCatalog(ReasonPhraseCatalog value) UseProxy.setStatusCode2(int value) UseProxy.setStatusLine(BasicStatusLine value) UseProxy.setUnmodifiable()Constructors in org.apache.juneau.http.response with parameters of type UseProxy