
Uses of Class
org.hl7.fhir.dstu3.utils.client.network.ClientHeaders
Packages that use ClientHeaders
-
Uses of ClientHeaders in org.hl7.fhir.dstu3.utils.client.network
Methods in org.hl7.fhir.dstu3.utils.client.network that return ClientHeadersModifier and TypeMethodDescriptionClientHeaders.addHeader
(org.hl7.fhir.utilities.http.HTTPHeader header) Add a header to the list of stored headers for network operations.ClientHeaders.addHeaders
(List<org.hl7.fhir.utilities.http.HTTPHeader> headerList) Add a header to the list of stored headers for network operations.ClientHeaders.clearHeaders()
Clears all storedHTTPHeader
.ClientHeaders.removeHeader
(org.hl7.fhir.utilities.http.HTTPHeader header) Removes the passed in header from the list of stored headers.ClientHeaders.removeHeaders
(List<org.hl7.fhir.utilities.http.HTTPHeader> headerList) Removes the passed in headers from the list of stored headers.