Uses of Enum
org.simpleframework.http.Status
Packages that use Status
-
Uses of Status in org.simpleframework.http
Methods in org.simpleframework.http that return StatusModifier and TypeMethodDescriptionResponseWrapper.getStatus()
This is used to acquire the status from the response.static Status
Status.getStatus
(int code) This is used to provide the status value.StatusLine.getStatus()
This is used to acquire the status from the response.static Status
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.Methods in org.simpleframework.http with parameters of type Status -
Uses of Status in org.simpleframework.http.core
Methods in org.simpleframework.http.core that return StatusModifier and TypeMethodDescriptionResponseMessage.getStatus()
This is used to acquire the status from the response.Methods in org.simpleframework.http.core with parameters of type Status