Uses of Interface
org.apache.juneau.rest.client.RestCallInterceptor
Packages that use RestCallInterceptor
Package
Description
REST Client API
REST Server Mock API
-
Uses of RestCallInterceptor in org.apache.juneau.rest.client
Classes in org.apache.juneau.rest.client that implement RestCallInterceptorMethods in org.apache.juneau.rest.client with parameters of type RestCallInterceptorModifier and TypeMethodDescriptionRestRequest.interceptors
(RestCallInterceptor... interceptors) Add one or more interceptors for this call only. -
Uses of RestCallInterceptor in org.apache.juneau.rest.mock
Methods in org.apache.juneau.rest.mock with parameters of type RestCallInterceptorModifier and TypeMethodDescriptionMockRestRequest.interceptors
(RestCallInterceptor... interceptors)