Class 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