org.apache.james.util.connection
Class ServerConnection.ClientConnectionRunner

java.lang.Object
  |
  +--org.apache.avalon.framework.logger.AbstractLogEnabled
        |
        +--org.apache.james.util.connection.ServerConnection.ClientConnectionRunner
All Implemented Interfaces:
Component, LogEnabled, Runnable
Enclosing class:
ServerConnection

public class ServerConnection.ClientConnectionRunner
extends AbstractLogEnabled
implements Runnable, Component

Author:
Andrei Ivanov
, Peter M. Goldstein

Constructor Summary
ServerConnection.ClientConnectionRunner(Socket socket, ConnectionHandlerFactory handlerFactory)
           
 
Method Summary
 void dispose()
           
 void run()
           
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerConnection.ClientConnectionRunner

public ServerConnection.ClientConnectionRunner(Socket socket,
                                               ConnectionHandlerFactory handlerFactory)
Method Detail

dispose

public void dispose()
             throws Exception
Exception

run

public void run()
Specified by:
run in interface Runnable


Copyright © 1999-2002 Apache Jakarta Project. All Rights Reserved.