Uses of Interface
org.jboss.resteasy.client.core.BaseClientResponse.BaseClientResponseStreamFactory
-
Packages that use BaseClientResponse.BaseClientResponseStreamFactory Package Description org.jboss.resteasy.client.cache The client cache facility in Resteasy 2.x is deprecated in favor of the client cache facility in the resteasy-client module.org.jboss.resteasy.client.core org.jboss.resteasy.client.core.executors -
-
Uses of BaseClientResponse.BaseClientResponseStreamFactory in org.jboss.resteasy.client.cache
Classes in org.jboss.resteasy.client.cache that implement BaseClientResponse.BaseClientResponseStreamFactory Modifier and Type Class Description (package private) static classCacheInterceptor.CachedStreamFactoryDeprecated. -
Uses of BaseClientResponse.BaseClientResponseStreamFactory in org.jboss.resteasy.client.core
Fields in org.jboss.resteasy.client.core declared as BaseClientResponse.BaseClientResponseStreamFactory Modifier and Type Field Description protected BaseClientResponse.BaseClientResponseStreamFactoryBaseClientResponse. streamFactoryMethods in org.jboss.resteasy.client.core that return BaseClientResponse.BaseClientResponseStreamFactory Modifier and Type Method Description BaseClientResponse.BaseClientResponseStreamFactoryBaseClientResponse. getStreamFactory()Methods in org.jboss.resteasy.client.core with parameters of type BaseClientResponse.BaseClientResponseStreamFactory Modifier and Type Method Description voidBaseClientResponse. setStreamFactory(BaseClientResponse.BaseClientResponseStreamFactory streamFactory)Constructors in org.jboss.resteasy.client.core with parameters of type BaseClientResponse.BaseClientResponseStreamFactory Constructor Description BaseClientResponse(BaseClientResponse.BaseClientResponseStreamFactory streamFactory)BaseClientResponse(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.BaseClientResponseStreamFactory Modifier and Type Method Description static BaseClientResponse.BaseClientResponseStreamFactoryInMemoryClientExecutor. createStreamFactory(MockHttpResponse mockResponse)
-