-
Interfaces Interface Description org.jboss.resteasy.client.cache.BrowserCache Caching in the Resteasy client framework in resteasy-jaxrs is replaced by caching in the JAX-RS 2.0 compliant resteasy-client module.org.jboss.resteasy.client.ClientExecutor The Resteasy client framework in resteasy-jaxrs is replaced by the JAX-RS 2.0 compliant resteasy-client module.org.jboss.resteasy.client.core.marshallers.ResteasyClientProxy The Resteasy client framework in resteasy-jaxrs is replaced by the JAX-RS 2.0 compliant resteasy-client module.org.jboss.resteasy.client.EntityTypeFactory The Resteasy client framework in resteasy-jaxrs is replaced by the JAX-RS 2.0 compliant resteasy-client module.org.jboss.resteasy.core.interception.InterceptorRegistryListener 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.org.jboss.resteasy.spi.AsynchronousResponse Replaced by javax.ws.rs.container.AsyncResponseorg.jboss.resteasy.spi.interception.AcceptedByMethod 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.org.jboss.resteasy.spi.interception.ClientExecutionContext 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.org.jboss.resteasy.spi.interception.ClientExecutionInterceptor 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.org.jboss.resteasy.spi.interception.MessageBodyReaderContext 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.org.jboss.resteasy.spi.interception.MessageBodyReaderInterceptor 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.org.jboss.resteasy.spi.interception.MessageBodyWriterContext 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.org.jboss.resteasy.spi.interception.MessageBodyWriterInterceptor 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.org.jboss.resteasy.spi.interception.PostProcessInterceptor 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.org.jboss.resteasy.spi.interception.PreProcessInterceptor 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.org.jboss.resteasy.spi.StringConverter Replaced by javax.ws.rs.ext.ParamConverter
-
Classes Class Description org.jboss.resteasy.client.cache.CacheEntry Caching in the Resteasy client framework in resteasy-jaxrs is replaced by caching in the JAX-RS 2.0 compliant resteasy-client module.org.jboss.resteasy.client.cache.CacheFactory Caching in the Resteasy client framework in resteasy-jaxrs is replaced by caching in the JAX-RS 2.0 compliant resteasy-client module.org.jboss.resteasy.client.cache.CacheInterceptor Caching in the Resteasy client framework in resteasy-jaxrs is replaced by caching in the JAX-RS 2.0 compliant resteasy-client module.org.jboss.resteasy.client.cache.LightweightBrowserCache Caching in the Resteasy client framework in resteasy-jaxrs is replaced by caching in the JAX-RS 2.0 compliant resteasy-client module.org.jboss.resteasy.client.cache.MapCache Caching in the Resteasy client framework in resteasy-jaxrs is replaced by caching in the JAX-RS 2.0 compliant resteasy-client module.org.jboss.resteasy.client.ClientRequest The Resteasy client framework in resteasy-jaxrs is replaced by the JAX-RS 2.0 compliant resteasy-client module.org.jboss.resteasy.client.ClientRequestFactory The Resteasy client framework in resteasy-jaxrs is replaced by the JAX-RS 2.0 compliant resteasy-client module.org.jboss.resteasy.client.ClientResponse The Resteasy client framework in resteasy-jaxrs is replaced by the JAX-RS 2.0 compliant resteasy-client module.org.jboss.resteasy.client.jaxrs.ClientHttpEngineBuilder4 org.jboss.resteasy.client.ProxyBuilder The Resteasy proxy facility in the client framework in resteasy-jaxrs is replaced by the proxy facility extension in the JAX-RS 2.0 compliant resteasy-client module.org.jboss.resteasy.client.ProxyConfig The Resteasy proxy facility in the client framework in resteasy-jaxrs is replaced by the proxy facility extension in the JAX-RS 2.0 compliant resteasy-client module.org.jboss.resteasy.client.ProxyFactory The Resteasy proxy facility in the client framework in resteasy-jaxrs is replaced by the proxy facility extension in the JAX-RS 2.0 compliant resteasy-client module.org.jboss.resteasy.core.interception.ClientExecutionContextImpl 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.org.jboss.resteasy.core.interception.InterceptorRegistry 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.org.jboss.resteasy.core.interception.LegacyPrecedence org.jboss.resteasy.core.SuspendInjector Replaced by org.jboss.resteasy.core.AsynchronousResponseInjectororg.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor org.jboss.resteasy.plugins.providers.SerializableProvider org.jboss.resteasy.spi.Link Replaced by javax.ws.rs.core.Link in jaxrs-api module.org.jboss.resteasy.util.GenericType Replaced by javax.ws.rs.core.GenericType
-
Exceptions Exceptions Description org.jboss.resteasy.client.ClientResponseFailure The Resteasy client framework in resteasy-jaxrs is replaced by the JAX-RS 2.0 compliant resteasy-client module.org.jboss.resteasy.spi.ForbiddenException Replaced by javax.ws.rs.ForbiddenException in jaxrs-api module.org.jboss.resteasy.spi.MethodNotAllowedException Replaced by javax.ws.rs.NotAllowedException in jaxrs-api module.org.jboss.resteasy.spi.NotAcceptableException Replaced by javax.ws.rs.NotAcceptableException in jaxrs-api module.org.jboss.resteasy.spi.NotFoundException Replaced by javax.ws.rs.NotFoundException in jaxrs-api module.org.jboss.resteasy.spi.UnauthorizedException Replaced by javax.ws.rs.NotAuthorizedException in jaxrs-api module.org.jboss.resteasy.spi.UnsupportedMediaTypeException Replaced by javax.ws.rs.NotSupportedException in jaxrs-api module.
-
Annotation Types Annotation Type Description org.jboss.resteasy.annotations.ClientResponseType org.jboss.resteasy.annotations.Suspend Replaced by javax.ws.rs.container.Suspended