Uses of Interface
net.anwiba.commons.http.IHttpRequestExecutor
-
Packages that use IHttpRequestExecutor Package Description net.anwiba.commons.http -
-
Uses of IHttpRequestExecutor in net.anwiba.commons.http
Classes in net.anwiba.commons.http that implement IHttpRequestExecutor Modifier and Type Class Description classCachingHttpRequestExecutorclassHttpRequestExecutorMethods in net.anwiba.commons.http that return IHttpRequestExecutor Modifier and Type Method Description IHttpRequestExecutorCachingHttpResquestExecutorFactory. create()IHttpRequestExecutorHttpRequestExecutorFactory. create()IHttpRequestExecutorIHttpRequestExecutorFactory. create()Constructors in net.anwiba.commons.http with parameters of type IHttpRequestExecutor Constructor Description CachingHttpRequestExecutor(IResourceCache cache, IResourceReferenceHandler resourceReferenceHandler, IHttpRequestExecutor httpRequestExecutor)ConvertingHttpRequestExecutor(IHttpRequestExecutor httpRequestExecutor)
-