Class ParseAlgorithms
- java.lang.Object
-
- org.jclouds.rackspace.cloudloadbalancers.v1.functions.ParseAlgorithms
-
- All Implemented Interfaces:
com.google.common.base.Function<HttpResponse,List<String>>,Function<HttpResponse,List<String>>,InvocationContext<ParseAlgorithms>
public class ParseAlgorithms extends Object implements com.google.common.base.Function<HttpResponse,List<String>>, InvocationContext<ParseAlgorithms>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>apply(HttpResponse response)ParseAlgorithmssetContext(HttpRequest request)
-
-
-
Method Detail
-
apply
public List<String> apply(HttpResponse response)
- Specified by:
applyin interfacecom.google.common.base.Function<HttpResponse,List<String>>- Specified by:
applyin interfaceFunction<HttpResponse,List<String>>
-
setContext
public ParseAlgorithms setContext(HttpRequest request)
- Specified by:
setContextin interfaceInvocationContext<ParseAlgorithms>
-
-