Uses of Enum
net.aifusion.cimserver.CimXHeader
Package
Description
This package contains an implementation of a CIM Client and CIM Server based on a lightweight HTTP server.
-
Uses of CimXHeader in net.aifusion.cimserver
Modifier and TypeMethodDescriptionstatic CimXHeader
Get the extension header corresponding to a string header valuestatic CimXHeader
Returns the enum constant of this type with the specified name.static CimXHeader[]
CimXHeader.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic List
<CimXHeader> CimXHeader.getXHeaders
(CimHeader h) Get all valid extension headers that should accompany a givenCimHeader
.