Uses of Enum
net.aifusion.cimserver.HttpStatus
Packages that use HttpStatus
Package
Description
This package contains an implementation of a CIM Client and CIM Server based on a lightweight HTTP server.
-
Uses of HttpStatus in net.aifusion.cimserver
Methods in net.aifusion.cimserver that return HttpStatusModifier and TypeMethodDescriptionstatic HttpStatus
HttpStatus.lookup
(int status) Look up the status associated with a status codestatic HttpStatus
Returns the enum constant of this type with the specified name.static HttpStatus[]
HttpStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.