Uses of Class
org.jboss.resteasy.client.ClientResponse
Packages that use ClientResponse
Package
Description
JAX-RS specification 1.1 ({@link <a href="https://jcp.org/en/jsr/detail?id=311">https://jcp.org/en/jsr/detail?id=311</a>})
had no client framework, so Resteasy release 2.x provided one.
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 ({@link <a href="https://jcp.org/en/jsr/detail?id=311">https://jcp.org/en/jsr/detail?id=311</a>})
had no interceptor framework, so Resteasy release 2.x provided one.
-
Uses of ClientResponse in org.jboss.resteasy.client
Fields in org.jboss.resteasy.client declared as ClientResponseModifier and TypeFieldDescriptionprivate ClientResponse
ClientResponseFailure.response
Deprecated.Methods in org.jboss.resteasy.client that return ClientResponseModifier and TypeMethodDescriptionClientRequest.delete()
Deprecated.<T> ClientResponse<T>
Deprecated.<T> ClientResponse<T>
Deprecated.<T> ClientResponse<T>
ClientRequest.delete
(GenericType type) Deprecated.ClientExecutor.execute
(ClientRequest request) Deprecated.ClientRequest.execute()
Deprecated.ClientRequest.get()
Deprecated.<T> ClientResponse<T>
Deprecated.Templates the returned ClientResponse for easy access to returned entity<T> ClientResponse<T>
Deprecated.<T> ClientResponse<T>
ClientRequest.get
(GenericType type) Deprecated.ClientResponseFailure.getResponse()
Deprecated.ClientRequest.head()
Deprecated.ClientRequest.httpMethod
(String httpMethod) Deprecated.<T> ClientResponse<T>
ClientRequest.httpMethod
(String method, Class<T> returnType) Deprecated.<T> ClientResponse<T>
ClientRequest.httpMethod
(String method, Class<T> returnType, Type genericType) Deprecated.<T> ClientResponse<T>
ClientRequest.httpMethod
(String method, GenericType type) Deprecated.ClientRequest.options()
Deprecated.<T> ClientResponse<T>
Deprecated.<T> ClientResponse<T>
Deprecated.<T> ClientResponse<T>
ClientRequest.options
(GenericType type) Deprecated.ClientRequest.post()
Deprecated.<T> ClientResponse<T>
Deprecated.<T> ClientResponse<T>
Deprecated.<T> ClientResponse<T>
ClientRequest.post
(GenericType type) Deprecated.ClientRequest.put()
Deprecated.<T> ClientResponse<T>
Deprecated.<T> ClientResponse<T>
Deprecated.<T> ClientResponse<T>
ClientRequest.put
(GenericType type) Deprecated.Constructors in org.jboss.resteasy.client with parameters of type ClientResponseModifierConstructorDescriptionClientResponseFailure
(String s, Throwable throwable, ClientResponse response) Deprecated.ClientResponseFailure
(String s, ClientResponse response) Deprecated.ClientResponseFailure
(Throwable throwable, ClientResponse response) Deprecated.ClientResponseFailure
(ClientResponse response) Deprecated. -
Uses of ClientResponse in org.jboss.resteasy.client.cache
Methods in org.jboss.resteasy.client.cache that return ClientResponseModifier and TypeMethodDescriptionprivate ClientResponse
CacheInterceptor.cache
(ClientRequest request, ClientResponse response) Deprecated.CacheInterceptor.cacheIfPossible
(ClientRequest request, BaseClientResponse response) Deprecated.CacheInterceptor.execute
(ClientExecutionContext ctx) Deprecated.protected ClientResponse
CacheInterceptor.handleExpired
(ClientExecutionContext ctx, ClientRequest request, BrowserCache.Entry entry) Deprecated.CacheInterceptor.updateOnNotModified
(ClientRequest request, BrowserCache.Entry old, BaseClientResponse response) Deprecated.Methods in org.jboss.resteasy.client.cache with parameters of type ClientResponseModifier and TypeMethodDescriptionprivate ClientResponse
CacheInterceptor.cache
(ClientRequest request, ClientResponse response) Deprecated. -
Uses of ClientResponse in org.jboss.resteasy.client.core
Subclasses of ClientResponse in org.jboss.resteasy.client.coreMethods in org.jboss.resteasy.client.core that return ClientResponseModifier and TypeMethodDescriptionstatic ClientResponse
BaseClientResponse.copyFromError
(ClientResponse copy) Store entity within a byte array input stream because we want to release the connection if a ClientResponseFailure is thrown.Methods in org.jboss.resteasy.client.core with parameters of type ClientResponseModifier and TypeMethodDescriptionstatic ClientResponse
BaseClientResponse.copyFromError
(ClientResponse copy) Store entity within a byte array input stream because we want to release the connection if a ClientResponseFailure is thrown.void
ClientErrorInterceptor.handle
(ClientResponse<?> response) Attempt to handle the currentClientResponse
. -
Uses of ClientResponse in org.jboss.resteasy.client.core.executors
Methods in org.jboss.resteasy.client.core.executors that return ClientResponseModifier and TypeMethodDescriptionApacheHttpClient4Executor.execute
(ClientRequest request) InMemoryClientExecutor.execute
(ClientRequest request) URLConnectionClientExecutor.execute
(ClientRequest request) private <T> ClientResponse<T>
URLConnectionClientExecutor.execute
(ClientRequest request, HttpURLConnection connection) -
Uses of ClientResponse in org.jboss.resteasy.core.interception
Methods in org.jboss.resteasy.core.interception that return ClientResponse -
Uses of ClientResponse in org.jboss.resteasy.plugins.interceptors.encoding
Methods in org.jboss.resteasy.plugins.interceptors.encoding that return ClientResponseModifier and TypeMethodDescriptionAcceptEncodingGZIPInterceptor.execute
(ClientExecutionContext ctx) Deprecated. -
Uses of ClientResponse in org.jboss.resteasy.spi.interception
Methods in org.jboss.resteasy.spi.interception that return ClientResponseModifier and TypeMethodDescriptionClientExecutionInterceptor.execute
(ClientExecutionContext ctx) Deprecated.ClientExecutionContext.proceed()
Deprecated.