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

eu.xenit.apix.web.IWebUtils Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package eu.xenit.apix.web;

/**
 * Provides utility functions to access information about the current web context
 */
public interface IWebUtils {

    String getHost();

    int getPort();

    String getProtocol();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy