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 HttpStatusHttpStatus.lookup(int status) Look up the status associated with a status codestatic HttpStatusReturns 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.