Uses of Interface
org.jboss.resteasy.client.core.ClientInterceptorRepository
-
Packages that use ClientInterceptorRepository Package Description org.jboss.resteasy.client JAX-RS specification 1.1 ({@link https://jcp.org/en/jsr/detail?id=311}) had no client framework, so Resteasy release 2.x provided one.org.jboss.resteasy.client.cache The client cache facility in Resteasy 2.x is deprecated in favor of the client cache facility in the resteasy-client module.org.jboss.resteasy.client.core -
-
Uses of ClientInterceptorRepository in org.jboss.resteasy.client
Classes in org.jboss.resteasy.client that implement ClientInterceptorRepository Modifier and Type Class Description class
ClientRequest
Deprecated.The Resteasy client framework in resteasy-jaxrs is replaced by the JAX-RS 2.0 compliant resteasy-client module.Methods in org.jboss.resteasy.client that return ClientInterceptorRepository Modifier and Type Method Description ClientInterceptorRepository
ClientRequestFactory. getPrefixInterceptors()
Deprecated.ClientInterceptorRepository
ClientRequestFactory. getSuffixInterceptors()
Deprecated. -
Uses of ClientInterceptorRepository in org.jboss.resteasy.client.cache
Methods in org.jboss.resteasy.client.cache with parameters of type ClientInterceptorRepository Modifier and Type Method Description static void
CacheFactory. makeCacheable(ClientInterceptorRepository interceptorRepository, BrowserCache cache)
Deprecated.Make a raw ClientRequest cache results in the provided cache. -
Uses of ClientInterceptorRepository in org.jboss.resteasy.client.core
Classes in org.jboss.resteasy.client.core that implement ClientInterceptorRepository Modifier and Type Class Description class
ClientInterceptorRepositoryImpl
class
ClientInvoker
-