Uses of Class
org.apache.logging.log4j.core.util.internal.Status
-
Packages that use Status Package Description org.apache.logging.log4j.core.util.internal -
-
Uses of Status in org.apache.logging.log4j.core.util.internal
Fields in org.apache.logging.log4j.core.util.internal declared as Status Modifier and Type Field Description private Status
HttpInputStreamUtil.Result. status
Methods in org.apache.logging.log4j.core.util.internal that return Status Modifier and Type Method Description Status
HttpInputStreamUtil.Result. getStatus()
static Status
Status. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Status[]
Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.logging.log4j.core.util.internal with parameters of type Status Constructor Description Result(Status status)
-