Uses of Class
ca.uhn.fhir.rest.api.server.ResponseDetails
Package
Description
-
Uses of ResponseDetails in ca.uhn.fhir.rest.server.interceptor
Modifier and TypeMethodDescriptionboolean
InterceptorAdapter.outgoingResponse
(RequestDetails theRequestDetails, ResponseDetails theResponseDetails, jakarta.servlet.http.HttpServletRequest theServletRequest, jakarta.servlet.http.HttpServletResponse theServletResponse) boolean
IServerInterceptor.outgoingResponse
(RequestDetails theRequestDetails, ResponseDetails theResponseDetails, jakarta.servlet.http.HttpServletRequest theServletRequest, jakarta.servlet.http.HttpServletResponse theServletResponse) This method is called after the server implementation method has been called, but before any attempt to stream the response back to the client.boolean
ResponseHighlighterInterceptor.outgoingResponse
(RequestDetails theRequestDetails, ResponseDetails theResponseObject, jakarta.servlet.http.HttpServletRequest theServletRequest, jakarta.servlet.http.HttpServletResponse theServletResponse) void
FhirPathFilterInterceptor.preProcessOutgoingResponse
(RequestDetails theRequestDetails, ResponseDetails theResponseDetails) -
Uses of ResponseDetails in ca.uhn.fhir.rest.server.interceptor.consent
Modifier and TypeMethodDescriptionvoid
ConsentInterceptor.interceptOutgoingResponse
(RequestDetails theRequestDetails, ResponseDetails theResponseDetails) -
Uses of ResponseDetails in ca.uhn.fhir.rest.server.method
Modifier and TypeMethodDescriptionstatic boolean
BaseResourceReturningMethodBinding.callOutgoingResponseHook
(RequestDetails theRequest, ResponseDetails theResponseDetails)