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.http
Fields in org.apache.juneau.http declared as HttpVersionNotSupportedModifier and TypeFieldDescriptionstatic final HttpVersionNotSupported
HttpResponses.HTTP_VERSION_NOT_SUPPORTED
A synonym forINSTANCE
.Methods in org.apache.juneau.http that return HttpVersionNotSupportedModifier and TypeMethodDescriptionstatic final HttpVersionNotSupported
HttpResponses.httpVersionNotSupported()
A shortcut for callingHttpVersionNotSupported()
. -
Uses of HttpVersionNotSupported in org.apache.juneau.http.response
Fields in org.apache.juneau.http.response declared as HttpVersionNotSupportedModifier and TypeFieldDescriptionstatic final HttpVersionNotSupported
HttpVersionNotSupported.INSTANCE
Reusable 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 HttpVersionNotSupportedModifierConstructorDescriptionprotected
Copy constructor.