Class SwitchingProtocols

java.lang.Object
org.apache.juneau.http.response.BasicHttpResponse
org.apache.juneau.http.response.SwitchingProtocols
All Implemented Interfaces:
HttpMessage, HttpResponse

@Response @StatusCode(101) @Schema(description="Switching Protocols") public class SwitchingProtocols extends BasicHttpResponse
Represents an HTTP 101 Switching Protocols response.

The requester has asked the server to switch protocols and the server has agreed to do so.

See Also: