Uses of Class
com.targomo.client.api.exception.ResponseErrorException
Packages that use ResponseErrorException
-
Uses of ResponseErrorException in com.targomo.client.api.request
Methods in com.targomo.client.api.request that throw ResponseErrorExceptionModifier and TypeMethodDescriptionstatic TimeVectorResponseTimeVectorRequest.executeRequest(TravelOptions travelOptions) static TimeVectorResponseTimeVectorRequest.executeRequest(TravelOptions travelOptions, javax.ws.rs.core.MultivaluedMap<String, Object> headers) static TimeVectorResponseTimeVectorRequest.executeRequest(javax.ws.rs.client.Client client, TravelOptions travelOptions) static TimeVectorResponseTimeVectorRequest.executeRequest(javax.ws.rs.client.Client client, TravelOptions travelOptions, javax.ws.rs.core.MultivaluedMap<String, Object> headers) MultiGraphRequest.executeRequestGeoJson(TravelOptions travelOptions) MultiGraphRequest.executeRequestGeoJson(TravelOptions travelOptions, javax.ws.rs.core.MultivaluedMap<String, Object> headers) Not recommended since a heavy client object is constructed and destroyed with every call.MultiGraphRequest.executeRequestGeoJson(javax.ws.rs.client.Client client, TravelOptions travelOptions) MultiGraphRequest.executeRequestGeoJson(javax.ws.rs.client.Client client, TravelOptions travelOptions, javax.ws.rs.core.MultivaluedMap<String, Object> headers) MultiGraphRequest.executeRequestJson(TravelOptions travelOptions) MultiGraphRequest.executeRequestJson(TravelOptions travelOptions, javax.ws.rs.core.MultivaluedMap<String, Object> headers) Not recommended since a heavy client object is constructed and destroyed with every call.MultiGraphRequest.executeRequestJson(javax.ws.rs.client.Client client, TravelOptions travelOptions) MultiGraphRequest.executeRequestJson(javax.ws.rs.client.Client client, TravelOptions travelOptions, javax.ws.rs.core.MultivaluedMap<String, Object> headers) MultiGraphRequest.executeRequestTileHash(TravelOptions travelOptions) MultiGraphRequest.executeRequestTileHash(TravelOptions travelOptions, javax.ws.rs.core.MultivaluedMap<String, Object> headers) MultiGraphRequest.executeRequestTileHash(javax.ws.rs.client.Client client, TravelOptions travelOptions) MultiGraphRequest.executeRequestTileHash(javax.ws.rs.client.Client client, TravelOptions travelOptions, javax.ws.rs.core.MultivaluedMap<String, Object> headers) PolygonRequest.get()Execute requestReachabilityRequest.get()Execute requestExecute request If cached targets are used that are shared among multiple statistics it may be necessary to filter the targets and map their ids.RouteRequest.get()Execute requestTargomoRequest.get()Executes the requestTimeRequest.get()Execute request -
Uses of ResponseErrorException in com.targomo.client.api.response
Constructors in com.targomo.client.api.response that throw ResponseErrorExceptionModifierConstructorDescriptionReachabilityResponse(TravelOptions travelOptions, org.json.JSONObject result, long requestStart) Create a response from JSON results, using given travel optionsReachabilityResponse(TravelOptions travelOptions, org.json.JSONObject result, long requestStart, java.util.function.Function<String, String> targetIdMapperFilter) Create a response from JSON results, using given travel options.TimeResponse(TravelOptions travelOptions, org.json.JSONObject result, long requestStart) Create a response from JSON results.