Uses of Class
com.targomo.client.api.exception.TargomoClientException
Packages that use TargomoClientException
Package
Description
-
Uses of TargomoClientException in com.targomo.client.api
Methods in com.targomo.client.api that throw TargomoClientExceptionModifier and TypeMethodDescriptionTravelOptions.getTravelType()Deprecated.for backwards compatibility -
Uses of TargomoClientException in com.targomo.client.api.enums
Methods in com.targomo.client.api.enums that throw TargomoClientExceptionModifier and TypeMethodDescriptionstatic PathSerializerTypePathSerializerType.getPathSerializer(String key) static PolygonSerializerTypePolygonSerializerType.getPolygonSerializer(String key) -
Uses of TargomoClientException in com.targomo.client.api.request
Methods in com.targomo.client.api.request that throw TargomoClientExceptionModifier 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) BoundingBoxRequest.get()Executes the request.EdgeStatisticsReachabilityRequest.get()EdgeStatisticsRequest.get()Invokes a simple request to geocode one address.Invokes a simple request to geocode one address.MobilityRequest.get(Collection<Coordinate> locations) OverpassRequest.get()Execute requestPointOfInterestRequest.get()Execute poi reachability requestPolygonRequest.get()Execute requestRatingRequest.get()ReachabilityRequest.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 requestScoreRequest.get()StatisticsRequest.get(StatisticMethod method) <T> TStatisticsRequest.get(String path, StatisticsRequest.ResponseValidator<T> responseValidator) TargomoRequest.get()Executes the requestTimeRequest.get()Execute requestTransitStopsRequest.get()Execute requestGeocodingRequest.getBatchParallel(int parallelThreads, int triesBeforeFail, Address... addresses) Facilitating a parallel batch request for geocoding multipleAddresses.GeocodingRequest.getBatchParallel(int parallelThreads, int triesBeforeFail, String... addresses) Facilitating a parallel batch request for geocoding multiple addresses given as single String.GeocodingRequest.getBatchSequential(Address... addresses) Facilitating a sequential batch request for geocoding multipleAddresses.GeocodingRequest.getBatchSequential(String... addresses) Facilitating a sequential batch request for geocoding multiple addresses each given as single String.PointOfInterestRequest.getGravitationAnalysis()Execute gravitation poi requestPointOfInterestRequest.getPOIsWithinGeometry()Execute poi inside geometry requestPointOfInterestRequest.getPOIsWithinGeometrySummary()Execute poi inside geometry summary requestPointOfInterestRequest.getSummary()Execute poi reachability summary requestStatisticsRequest.getValuesGeometry()RouteRequest.toCurl()For debugging.TargomoRequest.toCurl()For debugging.TimeRequest.toCurl()For debugging.static ScoreResponseScoreRequest.validateResponse(javax.ws.rs.core.Response response) Validate HTTP response and return a PolygonResponseStatisticsRequest.ResponseValidator.validateResponse(javax.ws.rs.core.Response response, long requestStart, long roundTripTime) -
Uses of TargomoClientException in com.targomo.client.api.request.config
Methods in com.targomo.client.api.request.config that throw TargomoClientExceptionModifier and TypeMethodDescriptionstatic StringJacksonRequestConfigurator.getConfig(TravelOptions travelOptions) Replaces getCfg methods of Request classes.static StringRequestConfigurator.getConfig(TravelOptions travelOptions) Replaces getCfg methods of Request classes.static Stringstatic StringRequestConfigurator.getConfig(Map<String, CriterionDefinition> criteria, List<Location> locations, List<Location> competitors)