Uses of Interface
org.jboss.resteasy.spi.interception.ClientExecutionContext
Packages that use ClientExecutionContext
Package
Description
The client cache facility in Resteasy 2.x is deprecated in favor of the client cache
facility in the resteasy-client module.
JAX-RS specification 1.1 (
})
had no interceptor framework, so Resteasy release 2.x provided one.
invalid @link
{@link <a href="https://jcp.org/en/jsr/detail?id=311">https://jcp.org/en/jsr/detail?id=311</a>
-
Uses of ClientExecutionContext in org.jboss.resteasy.client.cache
Methods in org.jboss.resteasy.client.cache with parameters of type ClientExecutionContextModifier and TypeMethodDescriptionCacheInterceptor.execute
(ClientExecutionContext ctx) Deprecated.protected ClientResponse
CacheInterceptor.handleExpired
(ClientExecutionContext ctx, ClientRequest request, BrowserCache.Entry entry) Deprecated. -
Uses of ClientExecutionContext in org.jboss.resteasy.core.interception
Classes in org.jboss.resteasy.core.interception that implement ClientExecutionContextModifier and TypeClassDescriptionclass
Deprecated.The Resteasy interceptor facility introduced in release 2.x is replaced by the JAX-RS 2.0 compliant interceptor facility in release 3.0.x. -
Uses of ClientExecutionContext in org.jboss.resteasy.plugins.interceptors.encoding
Methods in org.jboss.resteasy.plugins.interceptors.encoding with parameters of type ClientExecutionContextModifier and TypeMethodDescriptionAcceptEncodingGZIPInterceptor.execute
(ClientExecutionContext ctx) Deprecated. -
Uses of ClientExecutionContext in org.jboss.resteasy.spi.interception
Methods in org.jboss.resteasy.spi.interception with parameters of type ClientExecutionContextModifier and TypeMethodDescriptionClientExecutionInterceptor.execute
(ClientExecutionContext ctx) Deprecated.