Uses of Interface
ca.uhn.fhir.rest.server.interceptor.IServerInterceptor
-
Packages that use IServerInterceptor Package Description ca.uhn.fhir.rest.server ca.uhn.fhir.rest.server.interceptor -
-
Uses of IServerInterceptor in ca.uhn.fhir.rest.server
Methods in ca.uhn.fhir.rest.server that return types with arguments of type IServerInterceptor Modifier and Type Method Description List<IServerInterceptor>IRestfulServerDefaults. getInterceptors_()Returns the list of interceptors registered against this serverList<IServerInterceptor>RestfulServer. getInterceptors_()Deprecated.As of HAPI FHIR 3.8.0, useRestfulServer.getInterceptorService()to access the interceptor service.Methods in ca.uhn.fhir.rest.server with parameters of type IServerInterceptor Modifier and Type Method Description voidRestfulServer. setInterceptors(IServerInterceptor... theInterceptors)Deprecated.As of HAPI FHIR 3.8.0, useRestfulServer.getInterceptorService()to access the interceptor service. -
Uses of IServerInterceptor in ca.uhn.fhir.rest.server.interceptor
Subinterfaces of IServerInterceptor in ca.uhn.fhir.rest.server.interceptor Modifier and Type Interface Description interfaceIServerOperationInterceptorDeprecated.Ths interface is no longer neccessary as of HAPI FHIR 3.8.0 - You can create interceptor methods that are declared using theHookannotation without needing to implement any interceptorClasses in ca.uhn.fhir.rest.server.interceptor that implement IServerInterceptor Modifier and Type Class Description classBanUnsupportedHttpMethodsInterceptorThis interceptor causes the server to reject invocations for HTTP methods other than those supported by the server with an HTTP 405.classCorsInterceptorclassExceptionHandlingInterceptorclassInterceptorAdapterBase class forIServerInterceptorimplementations.classServerOperationInterceptorAdapterNOP implementation ofIServerOperationInterceptorclassVerboseLoggingInterceptorThis interceptor creates verbose server log entries containing the complete request and response payloads.
-