Class MultipleChoices

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

@Response @StatusCode(300) @Schema(description="Multiple Choices") public class MultipleChoices extends BasicHttpResponse
Represents an HTTP 300 Multiple Choices response.

Indicates multiple options for the resource from which the client may choose (via agent-driven content negotiation). For example, this code could be used to present multiple video format options, to list files with different filename extensions, or to suggest word-sense disambiguation.

See Also: