Uses of Class
io.mailtrap.exception.http.HttpException
Packages that use HttpException
Package
Description
-
Uses of HttpException in io.mailtrap.api.bulkemails
Methods in io.mailtrap.api.bulkemails that throw HttpException -
Uses of HttpException in io.mailtrap.api.sendingemails
Methods in io.mailtrap.api.sendingemails that throw HttpException -
Uses of HttpException in io.mailtrap.api.testingemails
Methods in io.mailtrap.api.testingemails that throw HttpExceptionModifier and TypeMethodDescriptionTestingEmails.send
(MailtrapMail mail, long inboxId) Sends an email -
Uses of HttpException in io.mailtrap.exception.http
Subclasses of HttpException in io.mailtrap.exception.httpModifier and TypeClassDescriptionclass
Specific exception class representing a 4xx HTTP-related error.class
Specific exception class representing a 5xx HTTP-related error. -
Uses of HttpException in io.mailtrap.http
Methods in io.mailtrap.http that throw HttpExceptionModifier and TypeMethodDescription<T> T
CustomHttpClient.delete
(String url, RequestData requestData, Class<T> responseType) <T> T
CustomHttpClient.get
(String url, RequestData requestData, Class<T> responseType) <T> List<T>
CustomHttpClient.getList
(String url, RequestData requestData, Class<T> responseType) <T> T
CustomHttpClient.head
(String url, RequestData requestData, Class<T> responseType) <T,
V extends AbstractModel>
TCustomHttpClient.patch
(String url, V data, RequestData requestData, Class<T> responseType) <T,
V extends AbstractModel>
TCustomHttpClient.post
(String url, V data, RequestData requestData, Class<T> responseType) <T,
V extends AbstractModel>
TCustomHttpClient.put
(String url, V data, RequestData requestData, Class<T> responseType) -
Uses of HttpException in io.mailtrap.http.impl
Methods in io.mailtrap.http.impl that throw HttpExceptionModifier and TypeMethodDescription<T> T
DefaultMailtrapHttpClient.delete
(String url, RequestData requestData, Class<T> responseType) <T> T
DefaultMailtrapHttpClient.get
(String url, RequestData requestData, Class<T> responseType) <T> List<T>
DefaultMailtrapHttpClient.getList
(String url, RequestData requestData, Class<T> responseClass) <T> T
DefaultMailtrapHttpClient.head
(String url, RequestData requestData, Class<T> responseType) <T,
V extends AbstractModel>
TDefaultMailtrapHttpClient.patch
(String url, V data, RequestData requestData, Class<T> responseType) <T,
V extends AbstractModel>
TDefaultMailtrapHttpClient.post
(String url, V data, RequestData requestData, Class<T> responseType) <T,
V extends AbstractModel>
TDefaultMailtrapHttpClient.put
(String url, V data, RequestData requestData, Class<T> responseType)