Uses of Interface
org.hawk.http.IHttpExecutor

Packages that use IHttpExecutor
org.hawk.http   
 

Uses of IHttpExecutor in org.hawk.http
 

Classes in org.hawk.http that implement IHttpExecutor
 class AbstractHttpExecutor
          An utility to communicate with the targetURL.
 class DefaultHttpExecutor
          Default implementation of AbstractHttpExecutor
 

Methods in org.hawk.http that return IHttpExecutor
 IHttpExecutor HawkHttpAgent.getHttpExecutor()
           
 

Methods in org.hawk.http with parameters of type IHttpExecutor
 void HawkHttpAgent.setHttpExecutor(IHttpExecutor httpExecutor)
           
 

Constructors in org.hawk.http with parameters of type IHttpExecutor
HawkHttpAgent(HttpModule httpModule, IHttpExecutor httpExecutor, java.lang.Object args)