org.apache.james.protocols.smtp
Class SMTPRequest

java.lang.Object
  extended by org.apache.james.protocols.api.BaseRequest
      extended by org.apache.james.protocols.smtp.SMTPRequest
All Implemented Interfaces:
Request

public final class SMTPRequest
extends BaseRequest

SMTPRequest which contains a command and an optional argument


Constructor Summary
SMTPRequest(java.lang.String command, java.lang.String argument)
           
 
Method Summary
 
Methods inherited from class org.apache.james.protocols.api.BaseRequest
getArgument, getCommand, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SMTPRequest

public SMTPRequest(java.lang.String command,
                   java.lang.String argument)


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.