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