Returns the text that came with the reply, between the leading space and
terminating CRLF, excluding the mentioned space and CRLF.
If the reply is multi-line, this returns the text between the leading
dash "-" and the CRLF following the last line, excluding the mentioned
dash and CRLF. Note that lines are separated by the local line separator
[as returned by System.getProperty("line.separator")] rather than CRLF.
isPositivePreliminary
public static boolean isPositivePreliminary(Reply reply)
isPositiveCompletion
public static boolean isPositiveCompletion(Reply reply)
isPositiveIntermediate
public static boolean isPositiveIntermediate(Reply reply)
isTransientNegativeCompletion
public static boolean isTransientNegativeCompletion(Reply reply)
isPermanentNegativeCompletion
public static boolean isPermanentNegativeCompletion(Reply reply)