com.hs.mail.imap.message.request
Class LogoutRequest

java.lang.Object
  extended by com.hs.mail.imap.message.request.ImapRequest
      extended by com.hs.mail.imap.message.request.LogoutRequest

public class LogoutRequest
extends ImapRequest

Since:
Jan 28, 2010
Author:
Won Chul Doh

Constructor Summary
LogoutRequest(String tag, String command)
           
 
Method Summary
 boolean validForState(ImapSession.State state)
           
 
Methods inherited from class com.hs.mail.imap.message.request.ImapRequest
getCommand, getTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogoutRequest

public LogoutRequest(String tag,
                     String command)
Method Detail

validForState

public boolean validForState(ImapSession.State state)
Specified by:
validForState in class ImapRequest


Copyright © 2011. All Rights Reserved.