Class HapiMessageHeaders

java.lang.Object
ca.uhn.fhir.rest.server.messaging.json.HapiMessageHeaders
All Implemented Interfaces:
ca.uhn.fhir.model.api.IModelJson

public class HapiMessageHeaders extends Object implements ca.uhn.fhir.model.api.IModelJson
This class is for holding headers for BaseJsonMessages. Any serializable data can be thrown into the header map. There are also three special headers, defined by the constants in this class, which are for use in message handling retrying. There are also matching helper functions for fetching those special variables; however they can also be accessed in standard map fashion with a `get` on the map.