Uses of Class
org.apache.juneau.http.response.HttpVersionNotSupported
Packages that use HttpVersionNotSupported
Package
Description
HTTP Response Exception Beans
- 
Uses of HttpVersionNotSupported in org.apache.juneau.httpFields in org.apache.juneau.http declared as HttpVersionNotSupportedModifier and TypeFieldDescriptionstatic final HttpVersionNotSupportedHttpResponses.HTTP_VERSION_NOT_SUPPORTEDA synonym forINSTANCE.Methods in org.apache.juneau.http that return HttpVersionNotSupportedModifier and TypeMethodDescriptionstatic final HttpVersionNotSupportedHttpResponses.httpVersionNotSupported()A shortcut for callingHttpVersionNotSupported().
- 
Uses of HttpVersionNotSupported in org.apache.juneau.http.responseFields in org.apache.juneau.http.response declared as HttpVersionNotSupportedModifier and TypeFieldDescriptionstatic final HttpVersionNotSupportedHttpVersionNotSupported.INSTANCEReusable unmodifiable instanceMethods in org.apache.juneau.http.response that return HttpVersionNotSupportedModifier and TypeMethodDescriptionHttpVersionNotSupported.copy()Creates a modifiable copy of this bean.HttpVersionNotSupported.setHeader2(String name, Object value) HttpVersionNotSupported.setHeaders(HeaderList value) HttpVersionNotSupported.setHeaders2(Header... values) HttpVersionNotSupported.setLocale2(Locale value) HttpVersionNotSupported.setMessage(String message, Object... args) HttpVersionNotSupported.setProtocolVersion(ProtocolVersion value) HttpVersionNotSupported.setReasonPhrase2(String value) HttpVersionNotSupported.setReasonPhraseCatalog(ReasonPhraseCatalog value) HttpVersionNotSupported.setStatusCode2(int code) HttpVersionNotSupported.setStatusLine(BasicStatusLine value) HttpVersionNotSupported.setUnmodifiable()Constructors in org.apache.juneau.http.response with parameters of type HttpVersionNotSupportedModifierConstructorDescriptionprotectedCopy constructor.