Uses of Class
org.jboss.resteasy.client.core.BaseClientResponse
Packages that use BaseClientResponse
Package
Description
The client cache facility in Resteasy 2.x is deprecated in favor of the client cache
facility in the resteasy-client module.
-
Uses of BaseClientResponse in org.jboss.resteasy.client.cache
Methods in org.jboss.resteasy.client.cache that return BaseClientResponseModifier and TypeMethodDescriptionprivate BaseClientResponse
CacheInterceptor.createClientResponse
(ClientRequest request, BrowserCache.Entry entry) Deprecated.Methods in org.jboss.resteasy.client.cache with parameters of type BaseClientResponseModifier and TypeMethodDescriptionCacheInterceptor.cacheIfPossible
(ClientRequest request, BaseClientResponse response) Deprecated.CacheInterceptor.updateOnNotModified
(ClientRequest request, BrowserCache.Entry old, BaseClientResponse response) Deprecated. -
Uses of BaseClientResponse in org.jboss.resteasy.client.core.executors
Fields in org.jboss.resteasy.client.core.executors declared as BaseClientResponseModifier and TypeFieldDescription(package private) BaseClientResponse
ApacheHttpClient4Executor.ResponseStream.response
Methods in org.jboss.resteasy.client.core.executors that return BaseClientResponseModifier and TypeMethodDescriptionprotected BaseClientResponse
InMemoryClientExecutor.createResponse
(ClientRequest request, MockHttpResponse mockResponse) Methods in org.jboss.resteasy.client.core.executors with parameters of type BaseClientResponseModifier and TypeMethodDescriptionprotected void
InMemoryClientExecutor.setHeaders
(MockHttpResponse mockResponse, BaseClientResponse response) Constructors in org.jboss.resteasy.client.core.executors with parameters of type BaseClientResponse -
Uses of BaseClientResponse in org.jboss.resteasy.client.core.extractors
Fields in org.jboss.resteasy.client.core.extractors declared as BaseClientResponseModifier and TypeFieldDescriptionprivate BaseClientResponse
<?> ClientRequestContext.clientResponse
Methods in org.jboss.resteasy.client.core.extractors that return BaseClientResponseMethods in org.jboss.resteasy.client.core.extractors with parameters of type BaseClientResponseModifier and TypeMethodDescriptionvoid
ClientErrorHandler.clientErrorHandling
(BaseClientResponse clientResponse, RuntimeException e) Constructors in org.jboss.resteasy.client.core.extractors with parameters of type BaseClientResponseModifierConstructorDescriptionClientRequestContext
(ClientRequest request, BaseClientResponse<?> clientResponse, ClientErrorHandler errorHandler, EntityExtractorFactory extractorFactory, URI baseURI)