com.hs.mail.smtp.processor
Class EhloProcessor
java.lang.Object
com.hs.mail.smtp.processor.AbstractSmtpProcessor
com.hs.mail.smtp.processor.EhloProcessor
- All Implemented Interfaces:
- SmtpProcessor
public class EhloProcessor
- extends AbstractSmtpProcessor
Handler for EHLO command. Responds with a greeting and informs the client the
supported extensions.
- Since:
- May 29, 2010
- Author:
- Won Chul Doh
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EhloProcessor
public EhloProcessor()
doProcess
protected void doProcess(SmtpSession session,
TcpTransport trans,
StringTokenizer st)
throws SmtpException
- Specified by:
doProcess
in class AbstractSmtpProcessor
- Throws:
SmtpException
Copyright © 2011. All Rights Reserved.