public final class BounceNotificationParser extends HttpRequestParser
Deprecated. as of version 3.0, use com.google.appengine.api.mail.jakarta.BounceNotificationParser instead.
Static Methods
parse(HttpServletRequest request) (deprecated)
public static BounceNotification parse(HttpServletRequest request)
Parse the POST data of the given request to get details about the bounce notification.
Parameter | |
---|---|
Name | Description |
request |
jakarta.servlet.http.HttpServletRequest The HttpServletRequest whose POST data should be parsed. |
Returns | |
---|---|
Type | Description |
BounceNotification |
a BounceNotification |
Exceptions | |
---|---|
Type | Description |
IOException |
|
MessagingException |
Constructors
BounceNotificationParser() (deprecated)
public BounceNotificationParser()