Class EndpointURIFromRequestFunction
- java.lang.Object
-
- org.openstack4j.core.transport.functions.EndpointURIFromRequestFunction
-
- All Implemented Interfaces:
Function<HttpRequest<?>,String>
public class EndpointURIFromRequestFunction extends Object implements 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 interfaceFunction<HttpRequest<?>,String>
-
-