Interface GeneralHttpErrorHandler
-
public interface GeneralHttpErrorHandlerHandler or HTTP errors after unsuccessful GET request.- Since:
- 2018.1
- Author:
- Mikhail Khorkov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(GeneralHttpErrorHandlerParams params)Handles the HTTP error after unsuccessful GET request.
-
-
-
Method Detail
-
handle
void handle(@NotNull GeneralHttpErrorHandlerParams params) throws IOExceptionHandles the HTTP error after unsuccessful GET request.- Parameters:
params- data from unsuccessful GET response- Throws:
IOException- if I/O error occurs
-
-