Uses of Interface
net.anwiba.commons.http.IResultProducer
Packages that use IResultProducer
-
Uses of IResultProducer in net.anwiba.commons.http
Subinterfaces of IResultProducer in net.anwiba.commons.httpClasses in net.anwiba.commons.http that implement IResultProducerMethods in net.anwiba.commons.http with parameters of type IResultProducerModifier and TypeMethodDescriptionIObjectRequestExecutorBuilder.addResultProducer(BiFunction<Integer, String, Boolean> applicable, IResultProducer<T> resultProducer) IObjectRequestExecutorBuilder.addResultProducer(IApplicable<String> applicable, IResultProducer<T> resultProducer) ObjectRequestExecutorBuilder.addResultProducer(BiFunction<Integer, String, Boolean> applicable, IResultProducer<T> resultProducer) ObjectRequestExecutorBuilder.addResultProducer(IApplicable<String> applicable, IResultProducer<T> resultProducer) <T> TConvertingHttpRequestExecutor.execute(ICanceler cancelable, IRequest request, IApplicableResultProducer<T> resultProducer, IResultProducer<IOException> errorProducer) <T> TIConvertingHttpRequestExecutor.execute(ICanceler cancelable, IRequest request, IApplicableResultProducer<T> resultProducer, IResultProducer<IOException> errorProducer) default <T> TIConvertingHttpRequestExecutor.execute(ICanceler cancelable, IRequest request, IResultProducer<T> resultProducer, IResultProducer<IOException> errorProducer) IObjectRequestExecutorBuilder.setResultProducer(IResultProducer<T> resultProducer) ObjectRequestExecutorBuilder.setResultProducer(IResultProducer<T> resultProducer)