Uses of Interface
org.jclouds.rest.InvocationContext
-
Packages that use InvocationContext Package Description org.jclouds.collect.internal org.jclouds.http.functions org.jclouds.rest -
-
Uses of InvocationContext in org.jclouds.collect.internal
Classes in org.jclouds.collect.internal that implement InvocationContext Modifier and Type Class Description classArg0ToPagedIterable<T,I extends Arg0ToPagedIterable<T,I>>Used to propagatearg0during an advance in aPagedIterable.static classArg0ToPagedIterable.FromCaller<T,I extends Arg0ToPagedIterable.FromCaller<T,I>>Used to propagate callerarg0to a callee during an advance in aPagedIterable.classArgsToPagedIterable<T,I extends ArgsToPagedIterable<T,I>>Used to propagate the invoked method arguments during an advance in aPagedIterable.static classArgsToPagedIterable.FromCaller<T,I extends ArgsToPagedIterable.FromCaller<T,I>>Sometimes the arguments in the invoked method do not provide enough information to fetch the next page of the result set.classCallerArg0ToPagedIterable<T,I extends CallerArg0ToPagedIterable<T,I>>Deprecated.Arg0ToPagedIterable.FromCaller -
Uses of InvocationContext in org.jclouds.http.functions
Classes in org.jclouds.http.functions that implement InvocationContext Modifier and Type Class Description classParseSax<T>This object will parse the body of an HttpResponse and return the result of typeback to the caller. static classParseSax.HandlerForGeneratedRequestWithResult<T>static classParseSax.HandlerWithResult<T>Handler that produces a useable domain object accessible after parsing completes.classParseURIFromListOrLocationHeaderIf20xparses a single URI from a list -
Uses of InvocationContext in org.jclouds.rest
Classes in org.jclouds.rest with type parameters of type InvocationContext Modifier and Type Interface Description interfaceInvocationContext<I extends InvocationContext<I>>Passes generated Http request into this object;
-