Uses of Enum
net.aifusion.cimserver.CimHeader
Packages that use CimHeader
Package
Description
This package contains an implementation of a CIM Client and CIM Server based on a lightweight HTTP server.
-
Uses of CimHeader in net.aifusion.cimserver
Methods in net.aifusion.cimserver that return CimHeaderModifier and TypeMethodDescriptionstatic CimHeader
Lookup a particular Extension header from the HTTP requeststatic CimHeader
Returns the enum constant of this type with the specified name.static CimHeader[]
CimHeader.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.aifusion.cimserver with parameters of type CimHeaderModifier and TypeMethodDescriptionboolean
Test if this extension header should accompany a givenCimHeader
.static List
<CimXHeader> CimXHeader.getXHeaders
(CimHeader h) Get all valid extension headers that should accompany a givenCimHeader
.