All Downloads are FREE. Search and download functionalities are using the official Maven repository.

co.buybuddy.networking.http.pathgen.UrlBuilder Maven / Gradle / Ivy

The newest version!
package co.buybuddy.networking.http.pathgen;

public abstract class UrlBuilder {
    abstract public String absoluteUrlForPath(String path);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy