public class SMTPResponseParser
extends java.lang.Object
| Constructor and Description | 
|---|
SMTPResponseParser()  | 
| Modifier and Type | Method and Description | 
|---|---|
static SMTPResponse | 
parse(java.lang.CharSequence in)
Parses a response line from a SMTP server. 
 | 
public static SMTPResponse parse(java.lang.CharSequence in) throws ParserException
in - the reponse lineParserExceptionSMTPResponseCopyright © 2023. All Rights Reserved.