Uses of Class
planetj.dataengine.sqloperation.http.HttpOperationManager

Packages that use HttpOperationManager
planetj.dataengine.sqloperation.http   
 

Uses of HttpOperationManager in planetj.dataengine.sqloperation.http
 

Methods in planetj.dataengine.sqloperation.http that return HttpOperationManager
static HttpOperationManager HttpOperationManager.singleton()
          Gets the singleton instance of HttpOperationManager
 

Methods in planetj.dataengine.sqloperation.http with parameters of type HttpOperationManager
static void HttpOperationManager.setSingleton(HttpOperationManager singleton)
          Sets the singleton instance of the HttpOperationManager.