A DNA compliant implementation of AcceptorManager.
The component takes a single configuration parameter;
"shutdownTimeout". This specifies the amount of time to wait
while waiting for connections to shutdown gracefully. A
sample configuration follows;
<!-- wait 200ms for connections to gracefully shutdown -->
<shutdownTimeout>200</shutdownTimeout>
author: Peter Donald version: $Revision: 1.3 $ $Date: 2004/04/25 11:14:17 $ See Also: org.codehaus.spice.netserve.connection.impl.DefaultAcceptorManager |