Uses of Enum Class
de.iip_ecosphere.platform.support.aas.basyx2.AssetRestServer.HttpStat
Packages that use AssetRestServer.HttpStat
-
Uses of AssetRestServer.HttpStat in de.iip_ecosphere.platform.support.aas.basyx2
Fields in de.iip_ecosphere.platform.support.aas.basyx2 declared as AssetRestServer.HttpStatModifier and TypeFieldDescriptionprivate final AssetRestServer.HttpStatAssetRestServer.ResponseEnt.statusMethods in de.iip_ecosphere.platform.support.aas.basyx2 that return AssetRestServer.HttpStatModifier and TypeMethodDescriptionprivate AssetRestServer.HttpStatAssetRestServer.ResponseEnt.getStatus()Returns the HTTP status.static AssetRestServer.HttpStatReturns the enum constant of this class with the specified name.static AssetRestServer.HttpStat[]AssetRestServer.HttpStat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.iip_ecosphere.platform.support.aas.basyx2 with parameters of type AssetRestServer.HttpStatModifier and TypeMethodDescriptionprivate StringAssetRestServer.createErrorObject(de.iip_ecosphere.platform.support.rest.Rest.Request req, de.iip_ecosphere.platform.support.rest.Rest.Response res, AssetRestServer.HttpStat status, String error) Creates an error object (not usingAssetRestServer.mapperto avoid further exception handling).Constructors in de.iip_ecosphere.platform.support.aas.basyx2 with parameters of type AssetRestServer.HttpStatModifierConstructorDescriptionprivateResponseEnt(T body, AssetRestServer.HttpStat status) Creates a response entity instance.