Package pro.gravit.launchserver.helper
Interface HttpHelper.HttpJsonErrorHandler<T,E>
- All Superinterfaces:
HttpHelper.HttpErrorHandler<T,E>
- All Known Implementing Classes:
HttpHelper.BasicJsonHttpErrorHandler,HttpRequester.SimpleErrorHandler
- Enclosing class:
HttpHelper
public static interface HttpHelper.HttpJsonErrorHandler<T,E>
extends HttpHelper.HttpErrorHandler<T,E>
-
Method Summary
Modifier and TypeMethodDescriptiondefault HttpHelper.HttpOptional<T,E> apply(HttpResponse<InputStream> response) applyJson(com.google.gson.JsonElement response, int statusCode)
-
Method Details
-
applyJson
-
apply
- Specified by:
applyin interfaceHttpHelper.HttpErrorHandler<T,E>
-