public class SMTPStartTlsResponse extends SMTPResponse implements StartTlsResponse
SMTPResponse should only be used once you want to start tls after the SMTPResponse was written to the clientlinesDISCONNECT| Constructor and Description |
|---|
SMTPStartTlsResponse(String rawLine) |
SMTPStartTlsResponse(String code,
CharSequence description) |
| Modifier and Type | Method and Description |
|---|---|
Response |
immutable()
Returns an immutable
StartTlsResponse |
getLinesappendLine, getRetCode, isEndSession, setEndSession, setRetCode, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLines, getRetCode, isEndSessionpublic SMTPStartTlsResponse(String code, CharSequence description)
public SMTPStartTlsResponse(String rawLine)
public Response immutable()
StartTlsResponseimmutable in class AbstractResponseCopyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.