Uses of Class
org.apache.juneau.http.response.NotExtended
Packages that use NotExtended
Package
Description
HTTP Response Exception Beans
-
Uses of NotExtended in org.apache.juneau.http
Fields in org.apache.juneau.http declared as NotExtendedModifier and TypeFieldDescriptionstatic final NotExtended
HttpResponses.NOT_EXTENDED
A synonym forINSTANCE
.Methods in org.apache.juneau.http that return NotExtendedModifier and TypeMethodDescriptionstatic final NotExtended
HttpResponses.notExtended()
A shortcut for callingNotExtended()
. -
Uses of NotExtended in org.apache.juneau.http.response
Fields in org.apache.juneau.http.response declared as NotExtendedModifier and TypeFieldDescriptionstatic final NotExtended
NotExtended.INSTANCE
Reusable unmodifiable instanceMethods in org.apache.juneau.http.response that return NotExtendedModifier and TypeMethodDescriptionNotExtended.copy()
Creates a modifiable copy of this bean.NotExtended.setHeader2
(String name, Object value) NotExtended.setHeaders
(HeaderList value) NotExtended.setHeaders2
(Header... values) NotExtended.setLocale2
(Locale value) NotExtended.setMessage
(String message, Object... args) NotExtended.setProtocolVersion
(ProtocolVersion value) NotExtended.setReasonPhrase2
(String value) NotExtended.setReasonPhraseCatalog
(ReasonPhraseCatalog value) NotExtended.setStatusCode2
(int code) NotExtended.setStatusLine
(BasicStatusLine value) NotExtended.setUnmodifiable()
Constructors in org.apache.juneau.http.response with parameters of type NotExtended