public class POP3StartTlsResponse extends POP3Response implements StartTlsResponse
POP3Response which will trigger the start of TLS after the response was written to the clientERR, ERR_RESPONSE, OK, OK_RESPONSE, WSlinesDISCONNECT| Constructor and Description |
|---|
POP3StartTlsResponse(String code) |
POP3StartTlsResponse(String code,
CharSequence description) |
| Modifier and Type | Method and Description |
|---|---|
Response |
immutable()
Return an immutable
StartTlsResponse. |
getLinesappendLine, getRetCode, isEndSession, setEndSession, setRetCode, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLines, getRetCode, isEndSessionpublic POP3StartTlsResponse(String code, CharSequence description)
public POP3StartTlsResponse(String code)
public Response immutable()
StartTlsResponse.immutable in class AbstractResponseCopyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.