Class EndpointURIFromRequestFunction
- java.lang.Object
-
- org.openstack4j.core.transport.functions.EndpointURIFromRequestFunction
-
- All Implemented Interfaces:
com.google.common.base.Function<HttpRequest<?>,String>,Function<HttpRequest<?>,String>
public class EndpointURIFromRequestFunction extends Object implements com.google.common.base.Function<HttpRequest<?>,String>
Builds a URI comprising of Endpoint and Path from a HttpRequest object- Author:
- Jeremy Unruh
-
-
Constructor Summary
Constructors Constructor Description EndpointURIFromRequestFunction()
-
-
-
Method Detail
-
apply
public String apply(HttpRequest<?> request)
- Specified by:
applyin interfacecom.google.common.base.Function<HttpRequest<?>,String>- Specified by:
applyin interfaceFunction<HttpRequest<?>,String>
-
-