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 BaseClientResponseCacheInterceptor.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) BaseClientResponseApacheHttpClient4Executor.ResponseStream.responseMethods in org.jboss.resteasy.client.core.executors that return BaseClientResponseModifier and TypeMethodDescriptionprotected BaseClientResponseInMemoryClientExecutor.createResponse(ClientRequest request, MockHttpResponse mockResponse) Methods in org.jboss.resteasy.client.core.executors with parameters of type BaseClientResponseModifier and TypeMethodDescriptionprotected voidInMemoryClientExecutor.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.clientResponseMethods in org.jboss.resteasy.client.core.extractors that return BaseClientResponseMethods in org.jboss.resteasy.client.core.extractors with parameters of type BaseClientResponseModifier and TypeMethodDescriptionvoidClientErrorHandler.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)