Uses of Class
org.apache.juneau.http.response.BasicHttpResponse
Packages that use BasicHttpResponse
Package
Description
HTTP Response Exception Beans
REST Interface Helper Classes
- 
Uses of BasicHttpResponse in org.apache.juneau.http.responseSubclasses of BasicHttpResponse in org.apache.juneau.http.responseModifier and TypeClassDescriptionclassRepresents anHTTP 202 Accepted response.classRepresents anHTTP 208 Already Reported response.classRepresents anHTTP 100 Continue response.classRepresents anHTTP 201 Created response.classRepresents anHTTP 103 Early Hints response.classRepresents anHTTP 302 Found response.classRepresents anHTTP 226 IM Used response.classRepresents anHTTP 301 Moved Permanently response.classRepresents anHTTP 300 Multiple Choices response.classRepresents anHTTP 207 Multi-Status response.classRepresents anHTTP 204 No Content response.classRepresents anHTTP 203 Non-Authoritative Information response.classRepresents anHTTP 304 Not Modified response.classRepresents anHTTP 200 OK response.classRepresents anHTTP 206 Partial Content response.classRepresents anHTTP 308 Permanent Redirect response.classRepresents anHTTP 102 Processing response.classRepresents anHTTP 205 Reset Content response.classRepresents anHTTP 303 See Other response.classRepresents anHTTP 101 Switching Protocols response.classRepresents anHTTP 307 Temporary Redirect response.classRepresents anHTTP 305 Use Proxy response.Methods in org.apache.juneau.http.response that return BasicHttpResponseModifier and TypeMethodDescriptionBasicHttpResponse.setContent(String value) Sets the body on this response.BasicHttpResponse.setContent(HttpEntity value) Sets the body on this response.BasicHttpResponse.setHeader2(String name, String value) Sets the specified header to the end of the headers in this builder.BasicHttpResponse.setHeader2(Header value) Sets the specified header to the end of the headers in this builder.BasicHttpResponse.setHeaders(List<Header> values) Sets the specified headers to the end of the headers in this builder.BasicHttpResponse.setHeaders(HeaderList value) Sets the specified headers on this response.BasicHttpResponse.setHeaders2(Header... values) Sets the specified headers to the end of the headers in this builder.BasicHttpResponse.setLocale2(Locale value) Sets the locale used to retrieve reason phrases.BasicHttpResponse.setLocation(String value) Specifies the value for theLocation header.BasicHttpResponse.setLocation(URI value) Specifies the value for theLocation header.BasicHttpResponse.setProtocolVersion(ProtocolVersion value) Sets the protocol version on the status line.BasicHttpResponse.setReasonPhrase2(String value) Sets the reason phrase on the status line.BasicHttpResponse.setReasonPhraseCatalog(ReasonPhraseCatalog value) Sets the reason phrase catalog used to retrieve reason phrases.BasicHttpResponse.setStatusCode2(int value) Sets the status code on the status line.BasicHttpResponse.setStatusLine(BasicStatusLine value) Sets the protocol version on the status line.BasicHttpResponse.setUnmodifiable()Specifies whether this bean should be unmodifiable.Constructors in org.apache.juneau.http.response with parameters of type BasicHttpResponse
- 
Uses of BasicHttpResponse in org.apache.juneau.rest.beansSubclasses of BasicHttpResponse in org.apache.juneau.rest.beansModifier and TypeClassDescriptionclassConvenience subclass ofSeeOtherfor redirecting a response to the servlet root.