Uses of Interface
net.anwiba.commons.http.IRequest
Packages that use IRequest
-
Uses of IRequest in net.anwiba.commons.http
Classes in net.anwiba.commons.http that implement IRequestMethods in net.anwiba.commons.http that return IRequestMethods in net.anwiba.commons.http with parameters of type IRequestModifier and TypeMethodDescription<T> TConvertingHttpRequestExecutor.execute(ICanceler cancelable, IRequest request, IApplicableResultProducer<T> resultProducer, IApplicableHttpResponseExceptionFactory... exceptionFactories) <T> TConvertingHttpRequestExecutor.execute(ICanceler cancelable, IRequest request, IApplicableResultProducer<T> resultProducer, IResultProducer<IOException> errorProducer) <T> TIConvertingHttpRequestExecutor.execute(ICanceler cancelable, IRequest request, IApplicableResultProducer<T> resultProducer, IApplicableHttpResponseExceptionFactory... exceptionFactories) <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) -
Uses of IRequest in net.anwiba.commons.http.apache
Methods in net.anwiba.commons.http.apache with parameters of type IRequestModifier and TypeMethodDescriptionorg.apache.hc.client5.http.classic.methods.HttpUriRequestorg.apache.hc.core5.http.protocol.HttpContextHttpContextFactory.create(IHttpClientConfiguration configuration, IRequest request)