git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@991013
13f79535-47bb-0310-9956-
ffa450edef68
/**
- * The shutdown signal to our background thread
- */
- protected boolean stopped = false;
-
- /**
* Flag to use IP-based virtual hosting.
*/
protected boolean useIPVHosts = false;
- /**
- * The background thread.
- */
- protected Thread thread = null;
-
/**
* Coyote Protocol handler class name.
description="Comma-separated list of SSL protocol variants to be enabled"
type="java.lang.String"/>
- <attribute name="stopped"
- description="Has this component been stopped?"
- type="boolean"
- writeable="false"/>
-
- <attribute name="strategy"
- description="Thread pool strategy"
- type="java.lang.String"/>
-
<!-- Common -->
<attribute name="tcpNoDelay"
description="Should we use TCP no delay?"