Uses of Interface
org.jboss.resteasy.client.core.BaseClientResponse.BaseClientResponseStreamFactory
Packages that use BaseClientResponse.BaseClientResponseStreamFactory
-
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 TypeMethodDescriptionvoidBaseClientResponse.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)