Uses of Interface
org.jboss.resteasy.spi.interception.ClientExecutionContext
-
Packages that use ClientExecutionContext Package Description 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.core.interception org.jboss.resteasy.plugins.interceptors.encoding org.jboss.resteasy.spi.interception JAX-RS specification 1.1 ({@link https://jcp.org/en/jsr/detail?id=311}) had no interceptor framework, so Resteasy release 2.x provided one. -
-
Uses of ClientExecutionContext in org.jboss.resteasy.client.cache
Methods in org.jboss.resteasy.client.cache with parameters of type ClientExecutionContext Modifier and Type Method Description ClientResponse
CacheInterceptor. 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 ClientExecutionContext Modifier and Type Class Description class
ClientExecutionContextImpl
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 ClientExecutionContext Modifier and Type Method Description ClientResponse
AcceptEncodingGZIPInterceptor. execute(ClientExecutionContext ctx)
Deprecated. -
Uses of ClientExecutionContext in org.jboss.resteasy.spi.interception
Methods in org.jboss.resteasy.spi.interception with parameters of type ClientExecutionContext Modifier and Type Method Description ClientResponse
ClientExecutionInterceptor. execute(ClientExecutionContext ctx)
Deprecated.
-