Interface ClientExecutionInterceptor
-
- All Known Implementing Classes:
AcceptEncodingGZIPInterceptor
,CacheInterceptor
@Deprecated public interface ClientExecutionInterceptor
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.- Version:
- $Revision: 1 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ClientResponse
execute(ClientExecutionContext ctx)
Deprecated.
-
-
-
Method Detail
-
execute
ClientResponse execute(ClientExecutionContext ctx) throws java.lang.Exception
Deprecated.- Throws:
java.lang.Exception
-
-