com.hs.mail.smtp.server
Class SmtpConnectionHandler

java.lang.Object
  extended by com.hs.mail.smtp.server.SmtpConnectionHandler
All Implemented Interfaces:
ConnectionHandler

public class SmtpConnectionHandler
extends Object
implements ConnectionHandler

Since:
May 3, 2010
Author:
Won Chul Doh

Constructor Summary
SmtpConnectionHandler()
           
 
Method Summary
 void handleConnection(Socket soc)
           
 void setDebug(boolean debug)
           
 void setDebugOut(PrintStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmtpConnectionHandler

public SmtpConnectionHandler()
Method Detail

setDebug

public void setDebug(boolean debug)

setDebugOut

public void setDebugOut(PrintStream out)

handleConnection

public void handleConnection(Socket soc)
                      throws IOException
Specified by:
handleConnection in interface ConnectionHandler
Throws:
IOException


Copyright © 2011. All Rights Reserved.