- All Implemented Interfaces:
QtAbstractEnumerator
,QtEnumerator
,Serializable
,Comparable<QHttpServerResponder.StatusCode>
,Constable
- Enclosing class:
QHttpServerResponder
Java wrapper for Qt enum QHttpServerResponder::StatusCode
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionRepresenting QHttpServerResponder::StatusCode::AcceptedRepresenting QHttpServerResponder::StatusCode::AlreadyReportedRepresenting QHttpServerResponder::StatusCode::BadGatewayRepresenting QHttpServerResponder::StatusCode::BadRequestRepresenting QHttpServerResponder::StatusCode::ConflictRepresenting QHttpServerResponder::StatusCode::ContinueRepresenting QHttpServerResponder::StatusCode::CreatedRepresenting QHttpServerResponder::StatusCode::ExpectationFailedRepresenting QHttpServerResponder::StatusCode::FailedDependencyRepresenting QHttpServerResponder::StatusCode::ForbiddenRepresenting QHttpServerResponder::StatusCode::FoundRepresenting QHttpServerResponder::StatusCode::GatewayTimeoutRepresenting QHttpServerResponder::StatusCode::GoneRepresenting QHttpServerResponder::StatusCode::ImATeapotRepresenting QHttpServerResponder::StatusCode::IMUsedRepresenting QHttpServerResponder::StatusCode::LengthRequiredRepresenting QHttpServerResponder::StatusCode::LockedRepresenting QHttpServerResponder::StatusCode::LoopDetectedRepresenting QHttpServerResponder::StatusCode::MethodNotAllowedRepresenting QHttpServerResponder::StatusCode::MisdirectedRequestRepresenting QHttpServerResponder::StatusCode::MovedPermanentlyRepresenting QHttpServerResponder::StatusCode::MultipleChoicesRepresenting QHttpServerResponder::StatusCode::MultiStatusRepresenting QHttpServerResponder::StatusCode::NoContentRepresenting QHttpServerResponder::StatusCode::NotAcceptableRepresenting QHttpServerResponder::StatusCode::NotExtendedRepresenting QHttpServerResponder::StatusCode::NotFoundRepresenting QHttpServerResponder::StatusCode::NotImplementedRepresenting QHttpServerResponder::StatusCode::NotModifiedRepresenting QHttpServerResponder::StatusCode::OkRepresenting QHttpServerResponder::StatusCode::PartialContentRepresenting QHttpServerResponder::StatusCode::PayloadTooLargeRepresenting QHttpServerResponder::StatusCode::PaymentRequiredRepresenting QHttpServerResponder::StatusCode::PermanentRedirectRepresenting QHttpServerResponder::StatusCode::PreconditionFailedRepresenting QHttpServerResponder::StatusCode::ProcessingRepresenting QHttpServerResponder::StatusCode::RequestTimeoutRepresenting QHttpServerResponder::StatusCode::ResetContentRepresenting QHttpServerResponder::StatusCode::SeeOtherRepresenting QHttpServerResponder::StatusCode::ServiceUnavailableRepresenting QHttpServerResponder::StatusCode::SwitchingProtocolsRepresenting QHttpServerResponder::StatusCode::TemporaryRedirectRepresenting QHttpServerResponder::StatusCode::TooManyRequestsRepresenting QHttpServerResponder::StatusCode::UnauthorizedRepresenting QHttpServerResponder::StatusCode::UpgradeRequiredRepresenting QHttpServerResponder::StatusCode::UriTooLongRepresenting QHttpServerResponder::StatusCode::UseProxy -
Method Summary
Modifier and TypeMethodDescriptionresolve
(int value) Returns the corresponding enum entry for the given value.int
value()
This function should return an integer value for the enum values of the enumeration that implements this interface.Returns the enum constant of this type with the specified name.static QHttpServerResponder.StatusCode[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface io.qt.QtEnumerator
getDeclaringClass, name, ordinal
-
Enum Constant Details
-
Continue
Representing QHttpServerResponder::StatusCode::Continue
-
SwitchingProtocols
Representing QHttpServerResponder::StatusCode::SwitchingProtocols
-
Processing
Representing QHttpServerResponder::StatusCode::Processing
-
Ok
Representing QHttpServerResponder::StatusCode::Ok
-
Created
Representing QHttpServerResponder::StatusCode::Created
-
Accepted
Representing QHttpServerResponder::StatusCode::Accepted
-
NonAuthoritativeInformation
-
NoContent
Representing QHttpServerResponder::StatusCode::NoContent
-
ResetContent
Representing QHttpServerResponder::StatusCode::ResetContent
-
PartialContent
Representing QHttpServerResponder::StatusCode::PartialContent
-
MultiStatus
Representing QHttpServerResponder::StatusCode::MultiStatus
-
AlreadyReported
Representing QHttpServerResponder::StatusCode::AlreadyReported
-
IMUsed
Representing QHttpServerResponder::StatusCode::IMUsed
-
MultipleChoices
Representing QHttpServerResponder::StatusCode::MultipleChoices
-
MovedPermanently
Representing QHttpServerResponder::StatusCode::MovedPermanently
-
Found
Representing QHttpServerResponder::StatusCode::Found
-
SeeOther
Representing QHttpServerResponder::StatusCode::SeeOther
-
NotModified
Representing QHttpServerResponder::StatusCode::NotModified
-
UseProxy
Representing QHttpServerResponder::StatusCode::UseProxy
-
TemporaryRedirect
Representing QHttpServerResponder::StatusCode::TemporaryRedirect
-
PermanentRedirect
Representing QHttpServerResponder::StatusCode::PermanentRedirect
-
BadRequest
Representing QHttpServerResponder::StatusCode::BadRequest
-
Unauthorized
Representing QHttpServerResponder::StatusCode::Unauthorized
-
PaymentRequired
Representing QHttpServerResponder::StatusCode::PaymentRequired
-
Forbidden
Representing QHttpServerResponder::StatusCode::Forbidden
-
NotFound
Representing QHttpServerResponder::StatusCode::NotFound
-
MethodNotAllowed
Representing QHttpServerResponder::StatusCode::MethodNotAllowed
-
NotAcceptable
Representing QHttpServerResponder::StatusCode::NotAcceptable
-
ProxyAuthenticationRequired
-
RequestTimeout
Representing QHttpServerResponder::StatusCode::RequestTimeout
-
Conflict
Representing QHttpServerResponder::StatusCode::Conflict
-
Gone
Representing QHttpServerResponder::StatusCode::Gone
-
LengthRequired
Representing QHttpServerResponder::StatusCode::LengthRequired
-
PreconditionFailed
Representing QHttpServerResponder::StatusCode::PreconditionFailed
-
PayloadTooLarge
Representing QHttpServerResponder::StatusCode::PayloadTooLarge
-
UriTooLong
Representing QHttpServerResponder::StatusCode::UriTooLong
-
UnsupportedMediaType
-
RequestRangeNotSatisfiable
-
ExpectationFailed
Representing QHttpServerResponder::StatusCode::ExpectationFailed
-
ImATeapot
Representing QHttpServerResponder::StatusCode::ImATeapot
-
MisdirectedRequest
Representing QHttpServerResponder::StatusCode::MisdirectedRequest
-
UnprocessableEntity
-
Locked
Representing QHttpServerResponder::StatusCode::Locked
-
FailedDependency
Representing QHttpServerResponder::StatusCode::FailedDependency
-
UpgradeRequired
Representing QHttpServerResponder::StatusCode::UpgradeRequired
-
PreconditionRequired
-
TooManyRequests
Representing QHttpServerResponder::StatusCode::TooManyRequests
-
RequestHeaderFieldsTooLarge
-
InternalServerError
-
NotImplemented
Representing QHttpServerResponder::StatusCode::NotImplemented
-
BadGateway
Representing QHttpServerResponder::StatusCode::BadGateway
-
GatewayTimeout
Representing QHttpServerResponder::StatusCode::GatewayTimeout
-
HttpVersionNotSupported
-
VariantAlsoNegotiates
-
InsufficientStorage
-
LoopDetected
Representing QHttpServerResponder::StatusCode::LoopDetected
-
NotExtended
Representing QHttpServerResponder::StatusCode::NotExtended
-
NetworkAuthenticationRequired
-
NetworkConnectTimeoutError
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
value
public int value()This function should return an integer value for the enum values of the enumeration that implements this interface. Default isEnum.ordinal()
.- Specified by:
value
in interfaceQtEnumerator
-
resolve
Returns the corresponding enum entry for the given value.- Parameters:
value
-- Returns:
- enum entry
-