Uses of Class
de.kosmos_lab.web.client.exceptions.RequestFailedException
-
Packages that use RequestFailedException Package Description de.kosmos_lab.web.client de.kosmos_lab.web.client.exceptions -
-
Uses of RequestFailedException in de.kosmos_lab.web.client
Methods in de.kosmos_lab.web.client that throw RequestFailedException Modifier and Type Method Description protected org.eclipse.jetty.client.api.ContentResponseAuthedHTTPClient. getResponse(String url, org.eclipse.jetty.http.HttpMethod method, int maxRetries, Integer expectedStatus)protected org.eclipse.jetty.client.api.ContentResponseAuthedHTTPClient. getResponse(String url, org.eclipse.jetty.http.HttpMethod method, Integer expectedStatus)create a new request with empty body and default retriesprotected org.eclipse.jetty.client.api.ContentResponseAuthedHTTPClient. getResponse(String url, org.eclipse.jetty.http.HttpMethod method, Object body, int maxRetries, Integer expectedStatus)get the response for a given result, if 401 is returned the jwt will be renewed, and it will be tried againprotected org.eclipse.jetty.client.api.ContentResponseAuthedHTTPClient. getResponse(String url, org.eclipse.jetty.http.HttpMethod method, Object body, Integer expectedStatus)org.eclipse.jetty.client.api.ContentResponseMyTestClient. getResponse(String url, org.eclipse.jetty.http.HttpMethod method, Object body, int maxRetries, Integer expectedStatus) -
Uses of RequestFailedException in de.kosmos_lab.web.client.exceptions
Subclasses of RequestFailedException in de.kosmos_lab.web.client.exceptions Modifier and Type Class Description classLoginFailedExceptionclassNotFoundExceptionclassRequestConflictExceptionclassRequestNoAccessExceptionclassRequestWrongStatusExeption
-