org.apache.james.protocols.smtp
Class SMTPStartTLSResponse

java.lang.Object
  extended by org.apache.james.protocols.api.AbstractResponse
      extended by org.apache.james.protocols.smtp.SMTPResponse
          extended by org.apache.james.protocols.smtp.SMTPStartTLSResponse
All Implemented Interfaces:
Response, StartTlsResponse

public class SMTPStartTLSResponse
extends SMTPResponse
implements StartTlsResponse

This SMTPResponse should only be used once you want to start tls after the SMTPResponse was written to the client


Field Summary
 
Fields inherited from class org.apache.james.protocols.api.AbstractResponse
lines
 
Fields inherited from interface org.apache.james.protocols.api.Response
DISCONNECT
 
Constructor Summary
SMTPStartTLSResponse(String rawLine)
           
SMTPStartTLSResponse(String code, CharSequence description)
           
 
Method Summary
 
Methods inherited from class org.apache.james.protocols.smtp.SMTPResponse
getLines
 
Methods inherited from class org.apache.james.protocols.api.AbstractResponse
appendLine, getRetCode, isEndSession, setEndSession, setRetCode, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.james.protocols.api.Response
getLines, getRetCode, isEndSession
 

Constructor Detail

SMTPStartTLSResponse

public SMTPStartTLSResponse(String code,
                            CharSequence description)

SMTPStartTLSResponse

public SMTPStartTLSResponse(String rawLine)


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