Uses of Class
org.linuxforhealth.fhir.config.FHIRRequestContext
-
Packages that use FHIRRequestContext Package Description org.linuxforhealth.fhir.config org.linuxforhealth.fhir.server.filter.rest -
-
Uses of FHIRRequestContext in org.linuxforhealth.fhir.config
Fields in org.linuxforhealth.fhir.config declared as FHIRRequestContext Modifier and Type Field Description (package private) FHIRRequestContext
MetricHandle. context
Methods in org.linuxforhealth.fhir.config that return FHIRRequestContext Modifier and Type Method Description static FHIRRequestContext
FHIRRequestContext. get()
Returns the FHIRRequestContext on the current thread.Methods in org.linuxforhealth.fhir.config with parameters of type FHIRRequestContext Modifier and Type Method Description static void
FHIRRequestContext. set(FHIRRequestContext context)
Sets the specified FHIRRequestContext instance on the current thread, so that it can be used by FHIR Server downstream processing.Constructors in org.linuxforhealth.fhir.config with parameters of type FHIRRequestContext Constructor Description MetricHandle(FHIRRequestContext context, CallTimeMetric metric, MetricHandle parent)
Protected constructor for a root-level metric -
Uses of FHIRRequestContext in org.linuxforhealth.fhir.server.filter.rest
Methods in org.linuxforhealth.fhir.server.filter.rest with parameters of type FHIRRequestContext Modifier and Type Method Description (package private) void
FHIRRestServletFilter. checkFhirVersionParameter(FHIRRequestContext context)
Check that FHIR version parameters in the HTTP headers are valid.
-