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.response
Subclasses of BasicHttpResponse in org.apache.juneau.http.responseModifier and TypeClassDescriptionclass
Represents anHTTP 202 Accepted response.class
Represents anHTTP 208 Already Reported response.class
Represents anHTTP 100 Continue response.class
Represents anHTTP 201 Created response.class
Represents anHTTP 103 Early Hints response.class
Represents anHTTP 302 Found response.class
Represents anHTTP 226 IM Used response.class
Represents anHTTP 301 Moved Permanently response.class
Represents anHTTP 300 Multiple Choices response.class
Represents anHTTP 207 Multi-Status response.class
Represents anHTTP 204 No Content response.class
Represents anHTTP 203 Non-Authoritative Information response.class
Represents anHTTP 304 Not Modified response.class
Represents anHTTP 200 OK response.class
Represents anHTTP 206 Partial Content response.class
Represents anHTTP 308 Permanent Redirect response.class
Represents anHTTP 102 Processing response.class
Represents anHTTP 205 Reset Content response.class
Represents anHTTP 303 See Other response.class
Represents anHTTP 101 Switching Protocols response.class
Represents anHTTP 307 Temporary Redirect response.class
Represents 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.beans
Subclasses of BasicHttpResponse in org.apache.juneau.rest.beansModifier and TypeClassDescriptionclass
Convenience subclass ofSeeOther
for redirecting a response to the servlet root.