Uses of Interface
org.jboss.resteasy.client.core.BaseClientResponse.BaseClientResponseStreamFactory
Packages that use BaseClientResponse.BaseClientResponseStreamFactory
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.BaseClientResponseStreamFactory in org.jboss.resteasy.client.cache
Classes in org.jboss.resteasy.client.cache that implement BaseClientResponse.BaseClientResponseStreamFactoryModifier and TypeClassDescription(package private) static class
Deprecated. -
Uses of BaseClientResponse.BaseClientResponseStreamFactory in org.jboss.resteasy.client.core
Fields in org.jboss.resteasy.client.core declared as BaseClientResponse.BaseClientResponseStreamFactoryMethods in org.jboss.resteasy.client.core that return BaseClientResponse.BaseClientResponseStreamFactoryMethods in org.jboss.resteasy.client.core with parameters of type BaseClientResponse.BaseClientResponseStreamFactoryModifier and TypeMethodDescriptionvoid
BaseClientResponse.setStreamFactory
(BaseClientResponse.BaseClientResponseStreamFactory streamFactory) Constructors in org.jboss.resteasy.client.core with parameters of type BaseClientResponse.BaseClientResponseStreamFactoryModifierConstructorDescriptionBaseClientResponse
(BaseClientResponse.BaseClientResponseStreamFactory streamFactory, ClientExecutor executor) -
Uses of BaseClientResponse.BaseClientResponseStreamFactory in org.jboss.resteasy.client.core.executors
Methods in org.jboss.resteasy.client.core.executors that return BaseClientResponse.BaseClientResponseStreamFactoryModifier and TypeMethodDescriptionInMemoryClientExecutor.createStreamFactory
(MockHttpResponse mockResponse)