DISCONNECT| Constructor and Description |
|---|
LMTPMultiResponse(Response response) |
| Modifier and Type | Method and Description |
|---|---|
void |
addResponse(Response response) |
List<CharSequence> |
getLines()
Return a List of all response lines stored in this Response.
|
String |
getRetCode()
Return return-code
|
boolean |
isEndSession()
Return true if the session is ended
|
public LMTPMultiResponse(Response response)
public void addResponse(Response response)
public String getRetCode()
ResponsegetRetCode in interface Responsepublic List<CharSequence> getLines()
ResponseResponse before sending it to the client.public boolean isEndSession()
ResponseisEndSession in interface ResponseCopyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.