com.hs.mail.smtp.processor
Class VrfyProcessor

java.lang.Object
  extended by com.hs.mail.smtp.processor.AbstractSmtpProcessor
      extended by com.hs.mail.smtp.processor.VrfyProcessor
All Implemented Interfaces:
SmtpProcessor

public class VrfyProcessor
extends AbstractSmtpProcessor

Command handler for handling VRFY command.

Since:
May 29, 2010
Author:
Won Chul Doh

Field Summary
 
Fields inherited from class com.hs.mail.smtp.processor.AbstractSmtpProcessor
logger
 
Constructor Summary
VrfyProcessor()
           
 
Method Summary
protected  void doProcess(SmtpSession session, TcpTransport trans, StringTokenizer st)
           
 
Methods inherited from class com.hs.mail.smtp.processor.AbstractSmtpProcessor
getUserManager, nextToken, process, startsWith
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VrfyProcessor

public VrfyProcessor()
Method Detail

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.