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)
ParseAlgorithms
setContext(HttpRequest request)
-
-
-
Method Detail
-
apply
public List<String> apply(HttpResponse response)
- Specified by:
apply
in interfacecom.google.common.base.Function<HttpResponse,List<String>>
- Specified by:
apply
in interfaceFunction<HttpResponse,List<String>>
-
setContext
public ParseAlgorithms setContext(HttpRequest request)
- Specified by:
setContext
in interfaceInvocationContext<ParseAlgorithms>
-
-