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 lineParserException
SMTPResponse
Copyright © 2021. All Rights Reserved.