File tree Expand file tree Collapse file tree
agent/src/com/cloud/agent Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636import org .apache .commons .daemon .Daemon ;
3737import org .apache .commons .daemon .DaemonContext ;
3838import org .apache .commons .daemon .DaemonInitException ;
39- import org .apache .commons .httpclient .MultiThreadedHttpConnectionManager ;
4039import org .apache .log4j .Logger ;
4140import org .apache .log4j .xml .DOMConfigurator ;
4241
5554public class AgentShell implements IAgentShell , Daemon {
5655 private static final Logger s_logger = Logger .getLogger (AgentShell .class
5756 .getName ());
58- private static final MultiThreadedHttpConnectionManager s_httpClientManager = new MultiThreadedHttpConnectionManager ();
5957
6058 private final Properties _properties = new Properties ();
6159 private final Map <String , Object > _cmdLineProperties = new HashMap <String , Object >();
You can’t perform that action at this time.
0 commit comments