org.apache.james
Class BaseConnectionHandler
java.lang.Object
|
+--org.apache.avalon.framework.logger.AbstractLoggable
|
+--org.apache.james.BaseConnectionHandler
- All Implemented Interfaces:
- org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.logger.Loggable
- Direct Known Subclasses:
- NNTPHandler, POP3Handler, RemoteManagerHandler, SMTPHandler
- public class BaseConnectionHandler
- extends org.apache.avalon.framework.logger.AbstractLoggable
- implements org.apache.avalon.framework.configuration.Configurable
Different connection handlers extend this class
Common Connection Handler code could be factored into this class.
At present(April 28' 2001) there is not much in this class
- Author:
- Harmeet Bedi
Method Summary |
void |
configure(org.apache.avalon.framework.configuration.Configuration configuration)
|
Methods inherited from class org.apache.avalon.framework.logger.AbstractLoggable |
getLogger, setLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
timeout
protected int timeout
helloName
protected java.lang.String helloName
BaseConnectionHandler
public BaseConnectionHandler()
configure
public void configure(org.apache.avalon.framework.configuration.Configuration configuration)
throws org.apache.avalon.framework.configuration.ConfigurationException
- Specified by:
configure
in interface org.apache.avalon.framework.configuration.Configurable
"Copyright © 2001 Apache Jakarta Project. All Rights Reserved."