Uses of Class
org.apache.juneau.http.response.SwitchingProtocols
Packages that use SwitchingProtocols
Package
Description
HTTP Response Exception Beans
-
Uses of SwitchingProtocols in org.apache.juneau.http
Fields in org.apache.juneau.http declared as SwitchingProtocolsModifier and TypeFieldDescriptionstatic final SwitchingProtocols
HttpResponses.SWITCHING_PROTOCOLS
A synonym forINSTANCE
.Methods in org.apache.juneau.http that return SwitchingProtocolsModifier and TypeMethodDescriptionstatic final SwitchingProtocols
HttpResponses.switchingProtocols()
A shortcut for callingSwitchingProtocols()
. -
Uses of SwitchingProtocols in org.apache.juneau.http.response
Fields in org.apache.juneau.http.response declared as SwitchingProtocolsModifier and TypeFieldDescriptionstatic final SwitchingProtocols
SwitchingProtocols.INSTANCE
Default unmodifiable instanceMethods in org.apache.juneau.http.response that return SwitchingProtocolsModifier and TypeMethodDescriptionSwitchingProtocols.copy()
Creates a builder for this class initialized with the contents of this bean.SwitchingProtocols.setContent
(String value) SwitchingProtocols.setContent
(HttpEntity value) SwitchingProtocols.setHeader2
(String name, String value) SwitchingProtocols.setHeader2
(Header value) SwitchingProtocols.setHeaders
(List<Header> values) SwitchingProtocols.setHeaders
(HeaderList value) SwitchingProtocols.setHeaders2
(Header... values) SwitchingProtocols.setLocale2
(Locale value) SwitchingProtocols.setLocation
(String value) SwitchingProtocols.setLocation
(URI value) SwitchingProtocols.setProtocolVersion
(ProtocolVersion value) SwitchingProtocols.setReasonPhrase2
(String value) SwitchingProtocols.setReasonPhraseCatalog
(ReasonPhraseCatalog value) SwitchingProtocols.setStatusCode2
(int value) SwitchingProtocols.setStatusLine
(BasicStatusLine value) SwitchingProtocols.setUnmodifiable()
Constructors in org.apache.juneau.http.response with parameters of type SwitchingProtocols