Uses of Enum
net.aifusion.cimserver.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
Modifier 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.