org.apache.james.smtpserver
Class SMTPHandler

java.lang.Object
  |
  +--org.apache.avalon.framework.logger.AbstractLogEnabled
        |
        +--org.apache.james.smtpserver.SMTPHandler
All Implemented Interfaces:
Component, ConnectionHandler, LogEnabled, org.apache.avalon.excalibur.pool.Poolable

public class SMTPHandler
extends AbstractLogEnabled
implements ConnectionHandler, org.apache.avalon.excalibur.pool.Poolable

Provides SMTP functionality by carrying out the server side of the SMTP interaction.

Version:
This is $Revision: 1.9 $
Author:
Serge Knystautas , Federico Barbieri , Jason Borden , Matthew Pangaro , Danny Angus , Peter M. Goldstein

Constructor Summary
SMTPHandler()
           
 
Method Summary
 void handleConnection(Socket connection)
           
 
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

SMTPHandler

public SMTPHandler()
Method Detail

handleConnection

public void handleConnection(Socket connection)
                      throws IOException
Specified by:
handleConnection in interface ConnectionHandler
IOException
See Also:
ConnectionHandler.handleConnection(Socket)


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