Package | Description |
---|---|
com.socrata.api |
Provides objects that implement all the major Socrata operations (verbs).
|
com.socrata.model.requests |
The model objects (nouns) used for defining SODA requests.These objects are mainly used internally
by the API to provide "retry" logic in the case of 202 retries..
|
Modifier and Type | Method and Description |
---|---|
com.sun.jersey.api.client.ClientResponse |
HttpLowLevel.follow202(URI uri,
javax.ws.rs.core.MediaType mediaType,
long retryTime,
SodaRequest request2Rerun)
Follows a 202 response that comes back for long running queries.
|
<T> T |
HttpLowLevel.getAsyncResults(URI uri,
long waitTime,
long numRetries,
Class<T> cls,
SodaRequest request2Rerun)
Method to check the async callbacks for new responses.
|
<T> T |
HttpLowLevel.getAsyncResults(URI uri,
javax.ws.rs.core.MediaType mediaType,
long waitTime,
long numRetries,
com.sun.jersey.api.client.GenericType<T> cls,
SodaRequest request2Rerun)
Method to check the async callbacks for new responses.
|
com.sun.jersey.api.client.ClientResponse |
HttpLowLevel.getAsyncResults(URI uri,
javax.ws.rs.core.MediaType mediaType,
long waitTime,
long numRetries,
SodaRequest request2Rerun)
Method to check the async callbacks for new responses.
|
Modifier and Type | Class and Description |
---|---|
class |
SodaModRequest<T>
THis is a SODA request that is meant to modify some object, so it
has all the normal SodaRequest members, but also contains an
id of the object being modified.
|
class |
SodaTypedRequest<T>
Defines a Soda request that has a Mime type associated with it.
|
Copyright © 2013. All Rights Reserved.