Package org.jboss.resteasy.annotations.interception
-
Annotation Types Summary Annotation Type Description ClientInterceptor Identifies an interceptor as a client-side interceptorDecoderPrecedence This interceptor is an Content-Encoding decoder.EncoderPrecedence This interceptor is an Content-Encoding encoder.HeaderDecoratorPrecedence HeaderDecoratorPrecedence interceptors should always come first as they decorate a response (on the server), or an outgoing request (on the client) with special, user-defined, headers.Precedence RedirectPrecedence Should be placed on a PreProcessInterceptor.SecurityPrecedence Should be placed on a PreProcessInterceptor.ServerInterceptor Identifies an interceptor as a server-side interceptor