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.httpFields in org.apache.juneau.http declared as NotExtendedModifier and TypeFieldDescriptionstatic final NotExtendedHttpResponses.NOT_EXTENDEDA synonym forINSTANCE.Methods in org.apache.juneau.http that return NotExtendedModifier and TypeMethodDescriptionstatic final NotExtendedHttpResponses.notExtended()A shortcut for callingNotExtended().
- 
Uses of NotExtended in org.apache.juneau.http.responseFields in org.apache.juneau.http.response declared as NotExtendedModifier and TypeFieldDescriptionstatic final NotExtendedNotExtended.INSTANCEReusable 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