Uses of Enum Class
me.panjohnny.jip.commons.StatusCode
Packages that use StatusCode
-
Uses of StatusCode in me.panjohnny.jip.commons
Methods in me.panjohnny.jip.commons that return StatusCodeModifier and TypeMethodDescriptionstatic StatusCode
StatusCode.getFromCode
(String code) Převede číselnou hodnotu na kód.static StatusCode
Returns the enum constant of this class with the specified name.static StatusCode[]
StatusCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in me.panjohnny.jip.commons with parameters of type StatusCodeModifier and TypeMethodDescriptionvoid
Response.setStatus
(StatusCode code) Nastaví stavový kód odpovědi. -
Uses of StatusCode in me.panjohnny.jip.transport.packet
Methods in me.panjohnny.jip.transport.packet that return StatusCode