Uses of Interface
ca.uhn.fhir.rest.server.interceptor.IServerInterceptor
-
Uses of IServerInterceptor in ca.uhn.fhir.rest.server
Modifier and TypeMethodDescriptionIRestfulServerDefaults.getInterceptors_()
Returns the list of interceptors registered against this serverRestfulServer.getInterceptors_()
Deprecated.Modifier and TypeMethodDescriptionvoid
RestfulServer.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
Modifier and TypeInterfaceDescriptioninterface
Deprecated.Ths interface is no longer neccessary as of HAPI FHIR 3.8.0 - You can create interceptor methods that are declared using theHook
annotation without needing to implement any interceptorModifier and TypeClassDescriptionclass
This interceptor causes the server to reject invocations for HTTP methods other than those supported by the server with an HTTP 405.class
class
Base class forIServerInterceptor
implementations.class
NOP implementation ofIServerOperationInterceptor
class
This interceptor creates verbose server log entries containing the complete request and response payloads.
RestfulServer.getInterceptorService()
to access the interceptor service.