Uses of Class
net.toddm.comm.Response
-
Packages that use Response Package Description net.toddm.comm The root package of the Comm Framework. -
-
Uses of Response in net.toddm.comm
Methods in net.toddm.comm that return Response Modifier and Type Method Description ResponseCachedResponseFuture. get()Immediately returns the cachedResponse.ResponseCachedResponseFuture. get(long timeout, TimeUnit unit)Immediately returns the cachedResponse.ResponseNoResponseFuture. get()Immediately returns null.ResponseNoResponseFuture. get(long timeout, TimeUnit unit)Immediately returns null.ResponseWork. get()Waits if necessary for the computation to complete, and then retrieves its result.ResponseWork. get(long timeout, TimeUnit unit)Waits if necessary for the computation to complete, and then retrieves its result.Methods in net.toddm.comm with parameters of type Response Modifier and Type Method Description RetryProfileDefaultRetryPolicyProvider. shouldRetry(Work work, Response response)Called by theCommManagerwhen network request work results in a response back from the remote resource.RetryProfileRetryPolicyProvider. shouldRetry(Work work, Response response)Called by theCommManagerwhen network request work results in a response back from the remote resource.Constructors in net.toddm.comm with parameters of type Response Constructor Description CachedResponseFuture(Response cachedResponse)Constructors aFutureTaskinstance that always immediately returns the given Response.
-