Class BounceNotificationParser
java.lang.Object
com.google.appengine.api.utils.ee10.HttpRequestParser
com.google.appengine.api.mail.ee10.BounceNotificationParser
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BounceNotification
parse
(jakarta.servlet.http.HttpServletRequest request) Deprecated.Parse the POST data of the given request to get details about the bounce notification.
-
Constructor Details
-
BounceNotificationParser
public BounceNotificationParser()Deprecated.
-
-
Method Details
-
parse
public static BounceNotification parse(jakarta.servlet.http.HttpServletRequest request) throws IOException, javax.mail.MessagingException Deprecated.Parse the POST data of the given request to get details about the bounce notification.- Parameters:
request
- TheHttpServletRequest
whose POST data should be parsed.- Returns:
- a BounceNotification
- Throws:
IOException
javax.mail.MessagingException
-
BounceNotificationParser
instead.